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 Oct 10, 2023
1 parent 2cd1dc4 commit f51729f
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 25 deletions.
50 changes: 32 additions & 18 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 @@ -20,7 +20,7 @@
"@frinx/workflow-builder": "^2.0.0",
"@frinx/workflow-ui": "^2.0.0",
"@frinxio/gamma": "0.0.30",
"@types/react": "17.0.65",
"@types/react": "18.2.28",
"@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 @@ -29,7 +29,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.2.28",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0",
Expand All @@ -47,7 +47,7 @@
},
"dependencies": {
"@frinx/shared": "^2.0.0",
"@types/react": "17.0.65",
"@types/react": "18.2.28",
"@urql/exchange-retry": "1.2.0",
"chakra-ui-autocomplete": "^1.4.5",
"date-fns": "^2.29.3",
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.2.28",
"@urql/exchange-retry": "1.2.0",
"chakra-ui-autocomplete": "^1.4.5",
"date-fns": "^2.29.3",
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 @@ -38,7 +38,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.2.28",
"@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.2.28",
"@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.2.28",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0",
Expand Down

0 comments on commit f51729f

Please sign in to comment.