@modern-js/uni-builder 2.68.5 → 2.68.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ const rsbuildRscPlugin = ({ appDir, isRspack = true, rscClientRuntimePath, rscSe
103
103
  };
104
104
  const layerHandler = () => {
105
105
  chain.experiments({
106
- ...chain.experiments,
106
+ ...chain.get("experiments"),
107
107
  layers: true
108
108
  });
109
109
  const routesFileReg = new RegExp(`${internalDirectory.replace(/[/\\]/g, "[/\\\\]")}[/\\\\][^/\\\\]*[/\\\\]routes`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/uni-builder",
3
- "version": "2.68.5",
3
+ "version": "2.68.6",
4
4
  "description": "Unified builder for Modern.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,12 +30,12 @@
30
30
  "@babel/preset-react": "^7.22.15",
31
31
  "@babel/types": "^7.26.0",
32
32
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
33
- "@rsbuild/core": "1.4.10",
33
+ "@rsbuild/core": "1.4.11",
34
34
  "@rsbuild/plugin-assets-retry": "1.4.0",
35
35
  "@rsbuild/plugin-babel": "1.0.5",
36
36
  "@rsbuild/plugin-check-syntax": "1.3.0",
37
37
  "@rsbuild/plugin-css-minimizer": "1.0.2",
38
- "@rsbuild/plugin-less": "1.3.0",
38
+ "@rsbuild/plugin-less": "1.3.1",
39
39
  "@rsbuild/plugin-pug": "1.3.1",
40
40
  "@rsbuild/plugin-react": "1.3.4",
41
41
  "@rsbuild/plugin-rem": "1.0.2",
@@ -80,9 +80,9 @@
80
80
  "ts-loader": "9.4.4",
81
81
  "webpack": "^5.99.8",
82
82
  "webpack-subresource-integrity": "5.1.0",
83
- "@modern-js/babel-preset": "2.68.5",
84
- "@modern-js/utils": "2.68.5",
85
- "@modern-js/flight-server-transform-plugin": "2.68.5"
83
+ "@modern-js/babel-preset": "2.68.6",
84
+ "@modern-js/flight-server-transform-plugin": "2.68.6",
85
+ "@modern-js/utils": "2.68.6"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@rsbuild/plugin-webpack-swc": "1.1.1",
@@ -93,7 +93,7 @@
93
93
  "react-dom": "^18.2.0",
94
94
  "terser": "^5.31.1",
95
95
  "typescript": "^5.3.0",
96
- "@modern-js/types": "2.68.5",
96
+ "@modern-js/types": "2.68.6",
97
97
  "@scripts/build": "2.66.0",
98
98
  "@scripts/vitest-config": "2.66.0"
99
99
  },