Skip to content

Commit

Permalink
chore(deps): bump typescript v5.5 (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jun 21, 2024
1 parent d2533ae commit 11e927e
Show file tree
Hide file tree
Showing 57 changed files with 226 additions and 230 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"playwright": "1.44.1",
"strip-ansi": "6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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.1.4",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-mdx": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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.4.2"
"typescript": "^5.5.0"
}
}
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.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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.4.2"
"typescript": "^5.5.0"
}
}
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-swc": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/compat/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rsbuild/webpack": "workspace:*",
"@types/lodash": "^4.17.5",
"@types/semver": "^7.5.8",
"typescript": "^5.4.2",
"typescript": "^5.5.0",
"webpack": "^5.92.0"
},
"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 @@ -40,7 +40,7 @@
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"sirv": "^2.0.4",
"style-loader": "3.3.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.2",
"typescript": "^5.5.0",
"webpack": "^5.92.0",
"webpack-dev-middleware": "7.2.1",
"ws": "^8.17.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 @@ -35,7 +35,7 @@
"@types/node": "18.x",
"deepmerge": "^4.3.1",
"rslog": "^1.2.2",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"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 @@ -10,6 +10,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"lit": "^3.1.4",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@rsbuild/plugin-preact": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@rsbuild/plugin-babel": "workspace:*",
"@rsbuild/plugin-solid": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@rsbuild/plugin-svelte": "workspace:*",
"svelte-check": "^3.8.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@rsbuild/plugin-vue2": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
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": "workspace:*",
"@rsbuild/plugin-vue": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/serialize-javascript": "^5.0.4",
"html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
"terser": "5.31.1",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -42,7 +42,7 @@
"@types/node": "18.x",
"babel-loader": "9.1.3",
"prebundle": "1.1.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-basic-ssl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-check-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-minimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@rsbuild/core": "workspace:*",
"@types/lodash": "^4.17.5",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"eslint": "^9.5.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -38,7 +38,7 @@
"less": "^4.2.0",
"less-loader": "^12.2.0",
"prebundle": "1.1.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-node-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -28,7 +28,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
"postcss-pxtorem": "6.1.0",
"prebundle": "1.1.0",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -41,7 +41,7 @@
"prebundle": "1.1.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^14.2.1",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-source-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-babel": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2",
"typescript": "^5.5.0",
"yaml": "^2.4.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "18.x",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -34,7 +34,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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": "18.x",
"svelte": "^4.2.18",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
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 @@ -41,7 +41,7 @@
"@types/node": "18.x",
"file-loader": "6.2.0",
"prebundle": "1.1.0",
"typescript": "^5.4.2",
"typescript": "^5.5.0",
"url-loader": "4.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-toml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.5.0"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.7.9"
Expand Down
Loading

0 comments on commit 11e927e

Please sign in to comment.