Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ae57a6c commit 4f9b862
Show file tree
Hide file tree
Showing 20 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion examples/express-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rslib/core": "workspace:*",
"@types/express": "^5.0.0",
"express": "^4.21.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"express": "^4"
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/vue-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@rsbuild/plugin-vue": "^1.0.5",
"@rslib/core": "workspace:*",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zx": "^8.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rslib": "npm:@rslib/[email protected]",
"rslog": "^1.2.3",
"tsconfck": "3.1.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rslib/core": "workspace:*",
"@types/react": "^19.0.2",
"react": "^19.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=16.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rslib/core": "workspace:*",
"@types/react": "^19.0.2",
"react": "^19.0.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.6",
"storybook-react-rsbuild": "^0.1.6",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.6",
"storybook-react-rsbuild": "^0.1.6",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^19.0.2",
"jsdom": "^25.0.1",
"react": "^19.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7",
Expand Down
Loading

0 comments on commit 4f9b862

Please sign in to comment.