Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0afa801 commit fbcb863
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 103 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 @@ -42,7 +42,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.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@dzangolab/react-ui": "0.52.0",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.10.2",
"@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 @@ -39,7 +39,7 @@
"@dzangolab/react-config": "0.52.0",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@dzangolab/react-ui": "0.52.0",
"@testing-library/react": "16.0.1",
"@types/jsdom": "21.1.7",
"@types/node": "22.8.1",
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.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 @@ -40,7 +40,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.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
188 changes: 94 additions & 94 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fbcb863

Please sign in to comment.