Skip to content

Commit d8ca474

Browse files
committed
build(deps): update dependencies
- Updated `@rspack/cli` from 1.5.8 to 1.6.3 - Updated `@rspack/core` from 1.5.8 to 1.6.3 - Updated `@vscode/vsce` from 3.6.2 to 3.7.0 - Updated `dayjs` from 1.11.18 to 1.11.19 - Updated various `@module-federation` packages from 0.18.0 to 0.21.4 - Updated `@rspack/binding` and related platform-specific bindings - Removed unused dependencies: `cliui`, `pirates`, `yargs-parser`, `yargs` The updates include performance improvements, bug fixes, and new features from the updated packages. Some experimental features were adjusted in rspack configuration, including disabling cache and enabling native watcher. Also, the configuration now uses `defineConfig` for better type safety.
1 parent f716197 commit d8ca474

3 files changed

Lines changed: 130 additions & 155 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,8 +1177,8 @@
11771177
"check-types": "tsc --noEmit"
11781178
},
11791179
"devDependencies": {
1180-
"@rspack/cli": "^1.5.8",
1181-
"@rspack/core": "^1.5.8",
1180+
"@rspack/cli": "^1.6.3",
1181+
"@rspack/core": "^1.6.3",
11821182
"@swc/helpers": "^0.5.17",
11831183
"@types/lodash-es": "^4.17.12",
11841184
"@types/mocha": "^10.0.10",
@@ -1187,15 +1187,15 @@
11871187
"@typescript-eslint/eslint-plugin": "^5.62.0",
11881188
"@typescript-eslint/parser": "^5.62.0",
11891189
"@vscode/test-electron": "^2.5.2",
1190-
"@vscode/vsce": "^3.6.2",
1190+
"@vscode/vsce": "^3.7.0",
11911191
"eslint": "^8.57.1",
11921192
"mocha": "^10.8.2",
11931193
"ovsx": "^0.10.6",
11941194
"prettier": "^3.6.2",
11951195
"typescript": "~5.0.4"
11961196
},
11971197
"dependencies": {
1198-
"dayjs": "^1.11.18",
1198+
"dayjs": "^1.11.19",
11991199
"lodash-es": "^4.17.21",
12001200
"tree-kill": "^1.2.2"
12011201
}

0 commit comments

Comments
 (0)