Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 16.18.14 to 20.14.5 in /frontend
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.14 to 20.14.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 1c98da5 commit 2aa475d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion frontend/examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.6",
"@types/jasmine": "~4.3.5",
"@types/node": "^16.11.35",
"@types/node": "^20.14.5",
"copyfiles": "^2.4.1",
"jasmine-core": "~4.6.0",
"jasmine-marbles": "~0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.14.1",
"@types/node": "^20.14.5",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.7",
"eslint": "^8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/node": "^16.11.56",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand Down
32 changes: 14 additions & 18 deletions frontend/package-lock.json

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

0 comments on commit 2aa475d

Please sign in to comment.