Skip to content

Commit

Permalink
Update dependency @types/react to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 67e1e04 commit a81988c
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 34 deletions.
86 changes: 59 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/frinx-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@frinx/workflow-builder": "^2.0.0",
"@frinx/workflow-ui": "^2.0.0",
"@frinxio/gamma": "7.0.0",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"@types/react-dom": "18.2.7",
"eventemitter3": "5.0.1",
"feather-icons-react": "0.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/frinx-device-topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@types/leaflet": "^1.9.12",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0",
Expand All @@ -48,7 +48,7 @@
},
"dependencies": {
"@frinx/shared": "^2.0.0",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"chakra-ui-autocomplete": "^1.4.5",
"date-fns": "^2.29.3",
"feather-icons-react": "0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-inventory-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@frinx/shared": "^2.0.0",
"@types/json-templates": "3.0.0",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"chakra-ui-autocomplete": "^1.4.5",
"date-fns": "^2.29.3",
"date-fns-tz": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-workflow-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@frinx/shared": "^2.0.0",
"@types/file-saver": "2.0.5",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"@urql/exchange-retry": "1.2.0",
"dagre": "0.8.5",
"feather-icons-react": "0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@emotion/styled": "11.11.0",
"@frinx/build-scripts": "^2.0.0",
"@frinx/eslint-config-typescript": "20.0.1",
"@types/react": "17.0.65",
"@types/react": "18.3.8",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0",
Expand Down

0 comments on commit a81988c

Please sign in to comment.