Skip to content

Commit

Permalink
chore: Bump Typescript to 5.6 (#2720)
Browse files Browse the repository at this point in the history
* chore: Bump react-router-dom

* chore: Bump Typescript to 5.6

* Update package.json

Co-authored-by: Anton Platonov <platosha@gmail.com>

* Update lock

---------

Co-authored-by: Anton Platonov <platosha@gmail.com>
  • Loading branch information
Artur- and platosha authored Sep 11, 2024
1 parent 29b8c3c commit 02ec248
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 41 deletions.
44 changes: 22 additions & 22 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"simple-git-hooks": "^2.9.0",
"sync-request": "^6.1.0",
"tsx": "^4.16.2",
"typescript": "5.5.2",
"typescript": "5.6.2",
"vite": "5.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/ts/file-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"@vaadin/hilla-react-auth": "24.5.0-alpha14",
"react": "^18.2.0",
"rollup": "^4.12.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"fetch-mock": "^9.11.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/generator-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-backbone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-barrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@vaadin/hilla-generator-core": "24.5.0-alpha14",
"@vaadin/hilla-generator-plugin-backbone": "24.5.0-alpha14",
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@vaadin/hilla-generator-core": "24.5.0-alpha14",
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@vaadin/hilla-lit-form": "24.5.0-alpha14",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"fast-deep-equal": "^3.1.3",
"iterator-helpers-polyfill": "^3.0.1",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-plugin-subtypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vaadin/hilla-generator-utils": "24.5.0-alpha14",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/lit-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"chai-dom": "^1.11.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"monocart-coverage-reports": "^2.8.4",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"react-router-dom": "^6.26.2",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/react-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"karma-viewport": "^1.0.9",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"chai-dom": "^1.11.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"fetch-mock": "^9.11.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts/react-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"karma-viewport": "^1.0.9",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"typescript": "5.5.2"
"typescript": "5.6.2"
}
}

0 comments on commit 02ec248

Please sign in to comment.