Skip to content

Commit

Permalink
Merge pull request #181 from The-Creative-Programming-Group/renovate/…
Browse files Browse the repository at this point in the history
…node-20.x

chore(deps): update node.js to >=20.11.0
  • Loading branch information
FleetAdmiralJakob authored Feb 1, 2024
2 parents 4050ea9 + b9a326e commit d0e61f8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 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.11.7",
"@types/node": "^20.11.15",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-html-parser": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "weatherio",
"private": true,
"engines": {
"node": ">=20.10"
"node": ">=20.11.0"
},
"packageManager": "[email protected]",
"scripts": {
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 @@ -25,7 +25,7 @@
"start-server-and-test": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20.11.7",
"@types/node": "^20.11.15",
"@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.11.7",
"@types/node": "^20.11.15",
"@types/react": "^18.2.48",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

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.11.7",
"@types/node": "^20.11.15",
"@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 d0e61f8

Please sign in to comment.