Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent 0a281ff commit b5fe3b6
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 178 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@wayofdev/eslint-config-bases": "3.0.1",
"es-check": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@storybook/testing-library": "0.2.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react-swc": "3.6.0",
"@wayofdev/eslint-config-bases": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react-test-renderer": "18.0.7",
"@types/testing-library__jest-dom": "5.14.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/facebook-pixel": "0.0.30",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@wayofdev/eslint-config-bases": "3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/google-tag-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/gapi.client.tagmanager": "2.0.4",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@wayofdev/eslint-config-bases": "3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react-test-renderer": "18.0.7",
"@wayofdev/eslint-config-bases": "3.0.1",
Expand All @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@heroicons/react": "2.1.1",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"next": "*",
"react": "18.2",
Expand Down
Loading

0 comments on commit b5fe3b6

Please sign in to comment.