Skip to content

Commit

Permalink
fixup! chore: move common devDependencies to top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Sep 24, 2023
1 parent f120881 commit b03f6ab
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
42 changes: 22 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/binding-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"devDependencies": {
"@node-oauth/express-oauth-server": "^3.0.1",
"@node-oauth/oauth2-server": "^4.3.0",
"@types/accept-language-parser": "^1.5.3",
"@types/basic-auth": "^1.1.4",
"@types/express": "^4.17.17",
"@types/node-fetch": "^2.6.5",
"@types/accept-language-parser": "^1.5.2",
"@types/basic-auth": "1.1.3",
"@types/express": "^4.17.3",
"@types/node-fetch": "^2.5.10",
"ssestream": "^1.1.0",
"timekeeper": "^2.3.1"
"timekeeper": "^2.2.0"
},
"dependencies": {
"@node-wot/core": "0.8.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"main": "dist/core.js",
"types": "dist/core.d.ts",
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/debug": "^4.1.7",
"@types/uritemplate": "^0.3.4",
"@types/uuid": "^9.0.4"
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@node-wot/td-tools": "0.8.9",
Expand Down

0 comments on commit b03f6ab

Please sign in to comment.