@modern-js/app-tools 2.54.1 → 2.54.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +17 -17
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.54.
|
18
|
+
"version": "2.54.2",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -80,20 +80,20 @@
|
|
80
80
|
"mlly": "^1.6.1",
|
81
81
|
"pkg-types": "^1.1.0",
|
82
82
|
"std-env": "^3.7.0",
|
83
|
-
"@modern-js/core": "2.54.
|
84
|
-
"@modern-js/node-bundle-require": "2.54.
|
85
|
-
"@modern-js/plugin
|
86
|
-
"@modern-js/plugin-i18n": "2.54.
|
87
|
-
"@modern-js/
|
88
|
-
"@modern-js/plugin": "2.54.
|
89
|
-
"@modern-js/
|
90
|
-
"@modern-js/rsbuild-plugin-esbuild": "2.54.
|
91
|
-
"@modern-js/server": "2.54.
|
92
|
-
"@modern-js/server-core": "2.54.
|
93
|
-
"@modern-js/server-utils": "2.54.
|
94
|
-
"@modern-js/
|
95
|
-
"@modern-js/
|
96
|
-
"@modern-js/utils": "2.54.
|
83
|
+
"@modern-js/core": "2.54.2",
|
84
|
+
"@modern-js/node-bundle-require": "2.54.2",
|
85
|
+
"@modern-js/plugin": "2.54.2",
|
86
|
+
"@modern-js/plugin-i18n": "2.54.2",
|
87
|
+
"@modern-js/plugin-data-loader": "2.54.2",
|
88
|
+
"@modern-js/plugin-lint": "2.54.2",
|
89
|
+
"@modern-js/prod-server": "2.54.2",
|
90
|
+
"@modern-js/rsbuild-plugin-esbuild": "2.54.2",
|
91
|
+
"@modern-js/server": "2.54.2",
|
92
|
+
"@modern-js/server-core": "2.54.2",
|
93
|
+
"@modern-js/server-utils": "2.54.2",
|
94
|
+
"@modern-js/types": "2.54.2",
|
95
|
+
"@modern-js/uni-builder": "2.54.2",
|
96
|
+
"@modern-js/utils": "2.54.2"
|
97
97
|
},
|
98
98
|
"devDependencies": {
|
99
99
|
"@rsbuild/plugin-swc": "0.7.9",
|
@@ -105,8 +105,8 @@
|
|
105
105
|
"tsconfig-paths": "^4.2.0",
|
106
106
|
"typescript": "^5",
|
107
107
|
"webpack": "^5.92.0",
|
108
|
-
"@scripts/
|
109
|
-
"@scripts/
|
108
|
+
"@scripts/build": "2.54.2",
|
109
|
+
"@scripts/jest-config": "2.54.2"
|
110
110
|
},
|
111
111
|
"sideEffects": false,
|
112
112
|
"publishConfig": {
|