Skip to content

Commit

Permalink
Merge pull request #41 from privacysandbox/dsp-depends
Browse files Browse the repository at this point in the history
update dsp dependencies
  • Loading branch information
Seburan authored Jul 14, 2023
2 parents 751bbd1 + 21e7351 commit 2c9956d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
38 changes: 19 additions & 19 deletions services/dsp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions services/dsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
"type": "module",
"scripts": {
"start": "npm run build && node ./build/index.js",
"build": "tsc && cp -r src/views build/views"
"build": "tsc && cp -r src/views build/views",
"ncu": "npx npm-check-updates -u"
},
"dependencies": {
"ejs": "^3.1.8",
"ejs": "^3.1.9",
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.13.0",
"prettier": "^2.8.4",
"@types/node": "^20.4.2",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}

0 comments on commit 2c9956d

Please sign in to comment.