Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 329d23c commit ee2213c
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
}
}
167 changes: 155 additions & 12 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-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"urql": "4.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/frinx-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"execution-time": "^1.4.1",
"fs-extra": "^11.1.1",
"ora": "^7.0.1",
"typescript": "4.9.5"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/frinx-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"execution-time": "^1.4.1",
"ora": "^7.0.1",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"nx": {
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-device-topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"framer-motion": "10.16.4",
"react": "18.2.0",
"react-router-dom": "6.16.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-frontend-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"nx": {
"targets": {
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 @@ -61,7 +61,7 @@
"framer-motion": "10.16.4",
"react": "18.2.0",
"react-router-dom": "6.16.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"peerDependencies": {
"@chakra-ui/react": "^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 @@ -52,7 +52,7 @@
"graphql-tag": "2.12.6",
"react": "18.2.0",
"react-router-dom": "6.16.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"peerDependencies": {
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 @@ -59,7 +59,7 @@
"framer-motion": "10.16.4",
"react": "18.2.0",
"react-router-dom": "6.16.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-workflow-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.16.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"peerDependencies": {
"@chakra-ui/react": "^2.0.0",
Expand Down
Loading

0 comments on commit ee2213c

Please sign in to comment.