Skip to content

Commit

Permalink
chore: bump all types (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 31, 2024
1 parent fecad44 commit fcb47d7
Show file tree
Hide file tree
Showing 30 changed files with 428 additions and 443 deletions.
749 changes: 367 additions & 382 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rsbuild/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-emotion": "^8.0.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion rsbuild/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"express": "^4.21.2",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/module-federation-enhanced/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@module-federation/rsbuild-plugin": "^0.8.7",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions rsbuild/module-federation-enhanced/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@module-federation/rsbuild-plugin": "^0.8.7",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions rsbuild/react-compiler-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",
"typescript": "^5.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions rsbuild/react-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-eslint": "^1.1.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript": "^5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-mdx": "^1.0.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/react-tailwindcss-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@tailwindcss/postcss": "4.0.0-alpha.20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/react-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@unocss/preset-attributify": "^0.65.3",
"@unocss/preset-uno": "^0.65.3",
"@unocss/webpack": "^0.65.3",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.4.2"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/ssr-express-with-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@rsbuild/core": "1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@types/express": "^4.17.21",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/express": "^5.0.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"express": "^4.21.2",
"typescript": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/ssr-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@rsbuild/core": "1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@types/express": "^4.17.21",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/express": "^5.0.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"express": "^4.21.2",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@rsbuild/core": "1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-styled-components": "^1.2.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-styled-jsx": "^6.0.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions rsbuild/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0",
"unplugin-stylex": "^0.5.1"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vanilla-extract/webpack-plugin": "^2.3.16",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/vue3-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-eslint": "^1.1.0",
"@rsbuild/plugin-vue": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"typescript": "^5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions rsdoctor/rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsdoctor/rspack-plugin": "^0.4.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/semver6": "npm:@types/[email protected]",
"typescript": "^5.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions rsdoctor/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@rspack/cli": "1.2.0-alpha.0",
"@rspack/core": "1.2.0-alpha.0",
"@rspack/plugin-react-refresh": "^1.0.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"react-refresh": "^0.16.0"
}
}
4 changes: 2 additions & 2 deletions rspack/monaco-editor-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@rspack/core": "1.2.0-alpha.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions rspack/react-compiler-babel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@babel/plugin-syntax-typescript": "^7.25.9",
"@rspack/cli": "1.2.0-alpha.0",
"@rspack/core": "1.2.0-alpha.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"babel-loader": "^9.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-cd3852a-20241229",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion rspack/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rspack/cli": "1.2.0-alpha.0",
"@rspack/core": "1.2.0-alpha.0",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^20",
"@types/node": "^22.10.2",
"cross-env": "^7.0.3",
"html-rspack-plugin": "^6.0.2",
"postcss-load-config": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions rspack/vanilla-extract-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion rspress/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"rspress": "^1.39.3"
},
"devDependencies": {
"@types/node": "^20"
"@types/node": "^22.10.2"
}
}
4 changes: 2 additions & 2 deletions rspress/custom-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"rspress": "^1.39.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"react": "^19.0.0"
}
}

0 comments on commit fcb47d7

Please sign in to comment.