Skip to content

Commit

Permalink
chore(deps): bump typescript v5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 23, 2024
1 parent d55869c commit e872836
Show file tree
Hide file tree
Showing 35 changed files with 171 additions and 171 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"lit": "^3.2.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-preact": "workspace:*",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rsbuild/plugin-webpack-swc": "workspace:*",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"nx": "^20.1.2",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rslib/core": "0.1.0",
"@types/lodash": "^4.17.13",
"@types/semver": "^7.5.8",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"sirv": "^3.0.0",
"style-loader": "3.3.4",
"tinyglobby": "^0.2.10",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-merge": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@rslib/core": "0.1.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=16.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte4-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"terser": "5.36.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^22.9.1",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"less": "^4.2.0",
"less-loader": "^12.2.0",
"prebundle": "1.2.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rslib/core": "0.1.0",
"@types/node": "^22.9.1",
"preact": "^10.24.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rslib/core": "0.1.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prebundle": "1.2.5",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rslib/core": "0.1.0",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@rslib/core": "0.1.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.1",
"svelte": "^5.2.7",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"file-loader": "6.2.0",
"prebundle": "1.2.5",
"svgo": "^3.3.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"url-loader": "4.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rslib/core": "0.1.0",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"webpack": "^5.96.1"
},
Expand Down
Loading

0 comments on commit e872836

Please sign in to comment.