@modern-js/app-tools 2.49.3 → 2.50.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +21 -21
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.50.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -69,30 +69,30 @@
|
|
69
69
|
"@babel/parser": "^7.22.15",
|
70
70
|
"@babel/traverse": "^7.23.2",
|
71
71
|
"@babel/types": "^7.23.0",
|
72
|
-
"@rsbuild/plugin-node-polyfill": "0.6.
|
73
|
-
"@rsbuild/shared": "0.6.
|
74
|
-
"@rsbuild/core": "0.6.
|
72
|
+
"@rsbuild/plugin-node-polyfill": "0.6.15",
|
73
|
+
"@rsbuild/shared": "0.6.15",
|
74
|
+
"@rsbuild/core": "0.6.15",
|
75
75
|
"es-module-lexer": "^1.1.0",
|
76
76
|
"esbuild": "0.17.19",
|
77
77
|
"@swc/helpers": "0.5.3",
|
78
78
|
"esbuild-register": "^3.5.0",
|
79
|
-
"@modern-js/
|
80
|
-
"@modern-js/
|
81
|
-
"@modern-js/plugin": "2.
|
82
|
-
"@modern-js/plugin-
|
83
|
-
"@modern-js/plugin-
|
84
|
-
"@modern-js/plugin-lint": "2.
|
85
|
-
"@modern-js/prod-server": "2.
|
86
|
-
"@modern-js/server": "2.
|
87
|
-
"@modern-js/server-
|
88
|
-
"@modern-js/
|
89
|
-
"@modern-js/
|
90
|
-
"@modern-js/uni-builder": "2.
|
91
|
-
"@modern-js/utils": "2.
|
92
|
-
"@modern-js/rsbuild-plugin-esbuild": "2.
|
79
|
+
"@modern-js/core": "2.50.0",
|
80
|
+
"@modern-js/node-bundle-require": "2.50.0",
|
81
|
+
"@modern-js/plugin": "2.50.0",
|
82
|
+
"@modern-js/plugin-i18n": "2.50.0",
|
83
|
+
"@modern-js/plugin-data-loader": "2.50.0",
|
84
|
+
"@modern-js/plugin-lint": "2.50.0",
|
85
|
+
"@modern-js/prod-server": "2.50.0",
|
86
|
+
"@modern-js/server": "2.50.0",
|
87
|
+
"@modern-js/server-utils": "2.50.0",
|
88
|
+
"@modern-js/server-core": "2.50.0",
|
89
|
+
"@modern-js/types": "2.50.0",
|
90
|
+
"@modern-js/uni-builder": "2.50.0",
|
91
|
+
"@modern-js/utils": "2.50.0",
|
92
|
+
"@modern-js/rsbuild-plugin-esbuild": "2.50.0"
|
93
93
|
},
|
94
94
|
"devDependencies": {
|
95
|
-
"@rsbuild/plugin-swc": "0.6.
|
95
|
+
"@rsbuild/plugin-swc": "0.6.15",
|
96
96
|
"@types/babel__traverse": "7.18.5",
|
97
97
|
"@types/jest": "^29",
|
98
98
|
"@types/node": "^14",
|
@@ -101,8 +101,8 @@
|
|
101
101
|
"tsconfig-paths": "^4.2.0",
|
102
102
|
"typescript": "^5",
|
103
103
|
"webpack": "^5.91.0",
|
104
|
-
"@scripts/build": "2.
|
105
|
-
"@scripts/jest-config": "2.
|
104
|
+
"@scripts/build": "2.50.0",
|
105
|
+
"@scripts/jest-config": "2.50.0"
|
106
106
|
},
|
107
107
|
"sideEffects": false,
|
108
108
|
"publishConfig": {
|