Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 8dbc34e commit ea0221a
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion apps/demo/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion apps/demo/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine as base
FROM node:22-alpine as base

RUN apk add --update --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.5",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@dzangolab/react-ui": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/validator": "13.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@dzangolab/react-config": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dzangolab/react-ui": "0.48.3",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/react": "16.0.1",
"@types/file-saver": "2.0.7",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
Loading

0 comments on commit ea0221a

Please sign in to comment.