Skip to content

Commit

Permalink
chore(deps): bump TypeScript v5.5 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 19, 2024
1 parent 04f42b7 commit 077fd1e
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "~18.0.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5"
"typescript": "^5.5.3"
},
"sideEffects": []
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/react": "^18",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5"
"typescript": "^5.5.3"
},
"sideEffects": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/yaml-front-matter": "^4.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1",
"webpack": "^5.93.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prompts": "2.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5"
"typescript": "^5.5.3"
},
"sideEffects": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rspress": "workspace:*",
"rspress-plugin-font-open-sans": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5"
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"sideEffects": [
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-router-dom": "^6.8.1",
"@rspress/core": "^1.0.2",
"typescript": "^5"
"typescript": "^5.5.3"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^18.11.17",
"@types/react": "^18",
"react": "^18.2.0",
"typescript": "^5"
"typescript": "^5.5.3"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"vitest": "0.34.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.2.0",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "~29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
"typescript": "^5.5.3"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"medium-zoom": "1.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5"
"typescript": "^5.5.3"
},
"sideEffects": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"typescript": "^5.5.3",
"vitest": "0.34.1",
"webpack": "^5.93.0"
},
Expand Down
Loading

0 comments on commit 077fd1e

Please sign in to comment.