@modern-js/app-tools 2.49.1-alpha.0 → 2.49.1-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.49.1-alpha.0",
18
+ "version": "2.49.1-alpha.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -83,16 +83,16 @@
83
83
  "@modern-js/node-bundle-require": "2.49.0",
84
84
  "@modern-js/plugin": "2.49.0",
85
85
  "@modern-js/plugin-i18n": "2.49.0",
86
- "@modern-js/plugin-lint": "2.49.0",
87
86
  "@modern-js/prod-server": "2.49.0",
88
- "@modern-js/rsbuild-plugin-esbuild": "0.6.3",
87
+ "@modern-js/plugin-lint": "2.49.0",
89
88
  "@modern-js/server": "2.49.0",
90
- "@modern-js/plugin-data-loader": "2.49.0",
91
- "@modern-js/server-utils": "2.49.0",
92
- "@modern-js/server-core": "2.49.0",
89
+ "@modern-js/rsbuild-plugin-esbuild": "2.49.1",
93
90
  "@modern-js/types": "2.49.0",
91
+ "@modern-js/server-core": "2.49.0",
92
+ "@modern-js/utils": "2.49.0",
94
93
  "@modern-js/uni-builder": "2.49.0",
95
- "@modern-js/utils": "2.49.0"
94
+ "@modern-js/plugin-data-loader": "2.49.0",
95
+ "@modern-js/server-utils": "2.49.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@rsbuild/plugin-swc": "0.6.4",