Skip to content

Commit

Permalink
NPM: downgrade @types/node to version 20.11.5 to fix TypeScript errors
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ondráček <mail@romanondracek.cz>
Upstream-Issue: vitejs/vite#15714
  • Loading branch information
Roman3349 committed Jan 26, 2024
1 parent 398f023 commit 6ce72d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"packages/*"
],
"devDependencies": {
"@types/node": "^20.11.7",
"@types/node": "20.11.5",
"@vitest/coverage-istanbul": "^1.2.2",
"pnpm": "^8.14.3",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.7",
"@types/node": "20.11.5",
"@types/punycode": "^2.1.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/file-saver": "^2.0.7",
"@types/ini": "^4.1.0",
"@types/luxon": "^1.27.1",
"@types/node": "^20.11.7",
"@types/node": "20.11.5",
"@types/prismjs": "^1.26.3",
"@types/punycode": "^2.1.3",
"@types/uuid": "^9.0.8",
Expand Down

0 comments on commit 6ce72d0

Please sign in to comment.