@modern-js/app-tools 2.60.3-alpha.0 → 2.60.4-alpha.0

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 +16 -16
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.60.3-alpha.0",
18
+ "version": "2.60.4-alpha.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -88,19 +88,19 @@
88
88
  "mlly": "^1.6.1",
89
89
  "pkg-types": "^1.1.0",
90
90
  "std-env": "^3.7.0",
91
- "@modern-js/core": "2.60.2",
92
- "@modern-js/plugin": "2.60.2",
93
- "@modern-js/prod-server": "2.60.2",
94
- "@modern-js/plugin-i18n": "2.60.2",
95
- "@modern-js/server": "2.60.2",
96
- "@modern-js/types": "2.60.2",
97
- "@modern-js/node-bundle-require": "2.60.2",
98
- "@modern-js/plugin-data-loader": "2.60.2",
99
- "@modern-js/rsbuild-plugin-esbuild": "2.60.2",
100
- "@modern-js/server-utils": "2.60.2",
101
- "@modern-js/uni-builder": "2.60.2",
102
- "@modern-js/server-core": "2.60.2",
103
- "@modern-js/utils": "2.60.2"
91
+ "@modern-js/core": "2.60.3",
92
+ "@modern-js/plugin-data-loader": "2.60.3",
93
+ "@modern-js/plugin-i18n": "2.60.3",
94
+ "@modern-js/node-bundle-require": "2.60.3",
95
+ "@modern-js/prod-server": "2.60.3",
96
+ "@modern-js/plugin": "2.60.3",
97
+ "@modern-js/server-core": "2.60.3",
98
+ "@modern-js/server": "2.60.3",
99
+ "@modern-js/rsbuild-plugin-esbuild": "2.60.3",
100
+ "@modern-js/server-utils": "2.60.3",
101
+ "@modern-js/types": "2.60.3",
102
+ "@modern-js/uni-builder": "2.60.3",
103
+ "@modern-js/utils": "2.60.3"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@rsbuild/plugin-webpack-swc": "~1.0.3",
@@ -112,8 +112,8 @@
112
112
  "tsconfig-paths": "^4.2.0",
113
113
  "typescript": "^5",
114
114
  "webpack": "^5.95.0",
115
- "@scripts/jest-config": "2.60.2",
116
- "@scripts/build": "2.60.2"
115
+ "@scripts/jest-config": "2.60.3",
116
+ "@scripts/build": "2.60.3"
117
117
  },
118
118
  "peerDependencies": {
119
119
  "ts-node": "^10.7.0",