Skip to content

Commit

Permalink
deps: Updated @types/node version
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 11, 2024
1 parent 023e744 commit a1ba31f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-html-parser": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@types/react": "^18.2.46",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0",
Expand Down

0 comments on commit a1ba31f

Please sign in to comment.