Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent e589781 commit 83e44ba
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 203 deletions.
8 changes: 4 additions & 4 deletions code/react/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@tanstack/react-query": "4.36.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"wouter": "2.12.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions code/react/module-api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"dependencies": {
"@tanstack/react-query": "4.36.1",
"graphql-request": "5.2.0",
"react": "18.2.0"
"react": "18.3.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "4.38.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.0",
"@types/react": "18.3.3",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"vitest": "0.28.4"
Expand Down
4 changes: 2 additions & 2 deletions code/react/module-api-restful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@tanstack/react-query": "4.36.1",
"react": "18.2.0"
"react": "18.3.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "4.38.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.0",
"@types/react": "18.3.3",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"vitest": "0.28.4"
Expand Down
4 changes: 2 additions & 2 deletions code/react/testing-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@storybook/react": "8.1.1",
"@storybook/react-vite": "7.0.0-beta.43",
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "7.0.0-beta.43",
"typescript": "4.9.5",
"vite": "4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion code/react/testing-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vitejs/plugin-react": "4.2.1",
"mock-server": "workspace:*",
"msw": "1.0.0",
"react": "18.2.0",
"react": "18.3.1",
"tsconfig": "workspace:*",
"typescript": "4.9.5"
},
Expand Down
Loading

0 comments on commit 83e44ba

Please sign in to comment.