Skip to content

Commit

Permalink
chore(deps): update typescript and @microsoft/api-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent cc5e3f6 commit d5d48cb
Show file tree
Hide file tree
Showing 12 changed files with 154 additions and 229 deletions.
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"repository": "web-infra-dev/rspack",
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.65",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"napi": {
"binaryName": "rspack"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@jest/reporters": "29.7.0",
"@microsoft/api-extractor": "7.48.1",
"@microsoft/api-extractor-model": "7.30.1",
"@microsoft/api-extractor": "7.49.2",
"@microsoft/api-extractor-model": "7.30.3",
"@rspack/cli": "workspace:*",
"@taplo/cli": "^0.7.0",
"@types/is-ci": "^3.0.4",
Expand All @@ -77,7 +77,7 @@
"prettier-2": "npm:[email protected]",
"rimraf": "^5.0.10",
"ts-jest": "29.2.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"zx": "8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@rslib/core": "0.2.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"cross-env": "^7.0.3",
"react-refresh": "^0.16.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rspack/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rspack/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rspack/core": "workspace:*",
"cross-env": "^7.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vue-loader": "^17.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"cross-env": "^7.0.3",
"execa": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rspack/core": "^1.0.0-alpha || ^1.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser": "5.36.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"wast-loader": "^1.12.1",
"worker-rspack-loader": "^3.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tsc-alias": "^1.8.8",
"tsup": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"watchpack": "^2.4.0",
"webpack-dev-server": "5.0.4",
"webpack-sources": "3.2.3",
Expand Down
Loading

0 comments on commit d5d48cb

Please sign in to comment.