@modern-js/app-tools 2.58.1-alpha.5 → 2.58.1-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.58.1-alpha.
|
18
|
+
"version": "2.58.1-alpha.6",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -89,20 +89,20 @@
|
|
89
89
|
"mlly": "^1.6.1",
|
90
90
|
"pkg-types": "^1.1.0",
|
91
91
|
"std-env": "^3.7.0",
|
92
|
+
"@modern-js/core": "2.58.0",
|
92
93
|
"@modern-js/node-bundle-require": "2.58.0",
|
93
94
|
"@modern-js/plugin": "2.58.0",
|
94
95
|
"@modern-js/plugin-i18n": "2.58.0",
|
95
|
-
"@modern-js/prod-server": "2.58.0",
|
96
96
|
"@modern-js/plugin-lint": "2.58.0",
|
97
|
-
"@modern-js/server": "2.58.0",
|
98
|
-
"@modern-js/rsbuild-plugin-esbuild": "2.58.0",
|
99
|
-
"@modern-js/plugin-data-loader": "2.58.0",
|
100
|
-
"@modern-js/server-utils": "2.58.0",
|
101
97
|
"@modern-js/server-core": "2.58.0",
|
102
|
-
"@modern-js/
|
98
|
+
"@modern-js/plugin-data-loader": "2.58.0",
|
103
99
|
"@modern-js/uni-builder": "2.58.0",
|
104
|
-
"@modern-js/
|
105
|
-
"@modern-js/
|
100
|
+
"@modern-js/types": "2.58.0",
|
101
|
+
"@modern-js/server": "2.58.0",
|
102
|
+
"@modern-js/utils": "2.58.0",
|
103
|
+
"@modern-js/prod-server": "2.58.0",
|
104
|
+
"@modern-js/rsbuild-plugin-esbuild": "2.58.0",
|
105
|
+
"@modern-js/server-utils": "2.58.0"
|
106
106
|
},
|
107
107
|
"devDependencies": {
|
108
108
|
"@rsbuild/plugin-swc": "1.0.1-beta.10",
|