Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent bb19555 commit 9a64fba
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@testing-library/react": "16.0.0",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dzangolab/react-ui": "0.47.0",
"@testing-library/react": "16.0.0",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/validator": "13.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dzangolab/react-config": "0.47.0",
"@testing-library/react": "16.0.0",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@dzangolab/react-ui": "0.47.0",
"@testing-library/react": "16.0.0",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
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 @@
"@testing-library/react": "16.0.0",
"@types/file-saver": "2.0.7",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jsdom": "21.1.7",
"@types/node": "22.5.0",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
Expand Down
Loading

0 comments on commit 9a64fba

Please sign in to comment.