Skip to content

Commit

Permalink
Update dependency @types/react to v18.2.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent f738df4 commit 599daf8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@graphql-typed-document-node/core": "3.2.0",
"@packages/ui": "*",
"@types/jest": "29.5.3",
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"graphql": "16.7.1",
"nock": "^13.3.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/atticodellino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/ical": "0.8.0",
"@types/jest": "29.5.3",
"@types/node": "18.17.0",
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"@types/react-calendar": "3.9.0",
"@types/react-modal": "3.16.0",
"@types/yup": "0.29.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/klimt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@packages/utils": "*",
"@sendgrid/mail": "7.7.0",
"@types/negotiator": "^0.6.1",
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"@types/react-calendar": "3.9.0",
"autoprefixer": "10.4.14",
"classnames": "2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/google.maps": "^3.51.0"
},
"peerDependencies": {
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/classnames": "2.3.0",
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin":"6.1.0",
"@typescript-eslint/parser": "6.1.0",
"eslint": "8.45.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"swr": "2.2.0"
},
"peerDependencies": {
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.5.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/react": "18.2.15",
"@types/react": "18.2.79",
"@typescript-eslint/eslint-plugin":"6.1.0",
"@typescript-eslint/parser": "6.1.0",
"eslint": "8.45.0",
Expand Down
42 changes: 19 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 599daf8

Please sign in to comment.