Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Nov 10, 2023
1 parent 2a37252 commit ccd907b
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 60 deletions.
2 changes: 1 addition & 1 deletion container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"devDependencies": {
"@types/node": "^20.9.0",
"tsx": "^4.0.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2",
"@versatiles/release-tool": "^1.0.0"
}
Expand Down
146 changes: 90 additions & 56 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "npm run build-deps && eslint . --report-unused-disable-directives --color",
"test": "npm run build-deps && NODE_OPTIONS=--experimental-vm-modules jest",
"test-coverage": "npm run build-deps && NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"update": "npx npm-check-updates -u && npx npm-check-updates -u -ws && rm -f package-lock.json && rm -rf node_modules */node_modules && npm i -ws --include-workspace-root"
"update": "npx npm-check-updates -u && npx npm-check-updates -u -ws && rm -f package-lock.json && rm -rf node_modules */node_modules; npm i -ws --include-workspace-root"
},
"type": "module",
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"npm-check-updates": "^16.14.6",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^4.0.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/node": "^20.9.0",
"tsx": "^4.0.0",
"tsx": "^4.1.0",
"typescript": "^5.2.2",
"@versatiles/release-tool": "^1.0.0"
}
Expand Down

0 comments on commit ccd907b

Please sign in to comment.