@modern-js/app-tools 2.49.1 → 2.49.2

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 +17 -17
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.49.1",
18
+ "version": "2.49.2",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -76,20 +76,20 @@
76
76
  "esbuild": "0.17.19",
77
77
  "@swc/helpers": "0.5.3",
78
78
  "esbuild-register": "^3.5.0",
79
- "@modern-js/core": "2.49.1",
80
- "@modern-js/node-bundle-require": "2.49.1",
81
- "@modern-js/plugin": "2.49.1",
82
- "@modern-js/plugin-data-loader": "2.49.1",
83
- "@modern-js/plugin-i18n": "2.49.1",
84
- "@modern-js/prod-server": "2.49.1",
85
- "@modern-js/plugin-lint": "2.49.1",
86
- "@modern-js/server-utils": "2.49.1",
87
- "@modern-js/server-core": "2.49.1",
88
- "@modern-js/server": "2.49.1",
89
- "@modern-js/types": "2.49.1",
90
- "@modern-js/utils": "2.49.1",
91
- "@modern-js/uni-builder": "2.49.1",
92
- "@modern-js/rsbuild-plugin-esbuild": "2.49.1"
79
+ "@modern-js/core": "2.49.2",
80
+ "@modern-js/plugin": "2.49.2",
81
+ "@modern-js/plugin-i18n": "2.49.2",
82
+ "@modern-js/plugin-data-loader": "2.49.2",
83
+ "@modern-js/node-bundle-require": "2.49.2",
84
+ "@modern-js/server": "2.49.2",
85
+ "@modern-js/plugin-lint": "2.49.2",
86
+ "@modern-js/prod-server": "2.49.2",
87
+ "@modern-js/server-core": "2.49.2",
88
+ "@modern-js/server-utils": "2.49.2",
89
+ "@modern-js/types": "2.49.2",
90
+ "@modern-js/uni-builder": "2.49.2",
91
+ "@modern-js/utils": "2.49.2",
92
+ "@modern-js/rsbuild-plugin-esbuild": "2.49.2"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@rsbuild/plugin-swc": "0.6.6",
@@ -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.49.1",
105
- "@scripts/jest-config": "2.49.1"
104
+ "@scripts/build": "2.49.2",
105
+ "@scripts/jest-config": "2.49.2"
106
106
  },
107
107
  "sideEffects": false,
108
108
  "publishConfig": {