Skip to content

Commit c714665

Browse files
Bump typescript from 5.2.2 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.2.2...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 031d202 commit c714665

File tree

4 files changed

+5754
-4319
lines changed

4 files changed

+5754
-4319
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"start-server-and-test": "^2.0.1",
7373
"ts-jest": "^29.1.1",
7474
"ts-node": "^10.9.1",
75-
"typescript": "^5.2.2",
75+
"typescript": "^5.5.4",
7676
"vite": "^4.5.0",
7777
"vite-plugin-replace": "^0.1.1"
7878
},

playgrounds/dflex-next-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"tailwindcss": "3.3.5",
23-
"typescript": "^5.2.2"
23+
"typescript": "^5.5.4"
2424
},
2525
"devDependencies": {
2626
"dflex-e2e-utils": "workspace:^1.0.3",

playgrounds/dflex-vue-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-vue": "^9.18.1",
3030
"npm-run-all2": "^6.1.1",
3131
"prettier": "^3.0.3",
32-
"typescript": "~5.2.2",
32+
"typescript": "~5.5.4",
3333
"vite": "^4.5.0",
3434
"vite-plugin-replace": "^0.1.1",
3535
"vue-tsc": "^1.8.22"

0 commit comments

Comments
 (0)