Skip to content

Commit

Permalink
chore(deps): bump typescript v5.4 (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 9, 2024
1 parent 0538ef3 commit 6fd601d
Show file tree
Hide file tree
Showing 54 changed files with 175 additions and 175 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"fast-glob": "^3.3.1",
"playwright": "1.42.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.0"
"typescript": "^5.4.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.1.2",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
}
}
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.3.0"
"typescript": "^5.4.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": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.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.3.0"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
}
}
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.3.0"
"typescript": "^5.4.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.3.0"
"typescript": "^5.4.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-swc": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@rsbuild/plugin-babel": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-esbuild/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:*",
"@rsbuild/webpack": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -48,7 +48,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/lodash": "^4.14.200",
"typescript": "^5.3.0",
"typescript": "^5.4.2",
"webpack": "^5.89.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 @@ -45,7 +45,7 @@
"devDependencies": {
"@scripts/test-helper": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"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 @@ -65,7 +65,7 @@
},
"devDependencies": {
"@types/node": "16.x",
"typescript": "^5.3.0",
"typescript": "^5.4.2",
"webpack": "^5.89.0"
},
"engines": {
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 @@ -37,7 +37,7 @@
"@clack/prompts": "^0.7.0",
"@types/node": "16.x",
"rslog": "^1.2.1",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public",
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.2",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"@rsbuild/plugin-preact": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"@rsbuild/plugin-babel": "workspace:*",
"@rsbuild/plugin-solid": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.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 @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-svelte": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"@rsbuild/plugin-vue2": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.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": "workspace:*",
"@rsbuild/plugin-vue": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/monorepo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/serialize-javascript": "^5.0.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"terser": "5.29.1",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -38,7 +38,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -37,7 +37,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/caniuse-lite": "^1.0.3",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -34,7 +34,7 @@
"@scripts/test-helper": "workspace:*",
"@types/lodash": "^4.14.200",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -36,7 +36,7 @@
"@scripts/test-helper": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0",
"typescript": "^5.4.2",
"webpack": "^5.89.0"
},
"peerDependencies": {
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 @@ -33,7 +33,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -54,7 +54,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -31,7 +31,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -34,7 +34,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.3",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"typescript": "^5.3.0",
"typescript": "^5.4.2",
"webpack": "^5.89.0"
},
"peerDependencies": {
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": "16.x",
"svelte": "^4.2.2",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -37,7 +37,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/node": "16.x",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -33,7 +33,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
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 @@ -34,7 +34,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.23.2",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.3.0"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@rsbuild/core": "workspace:^0.4.12"
Expand Down
Loading

0 comments on commit 6fd601d

Please sign in to comment.