@modern-js/app-tools 2.46.0 → 2.46.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 +22 -22
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.46.0",
18
+ "version": "2.46.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -69,38 +69,38 @@
69
69
  "@babel/parser": "^7.22.15",
70
70
  "@babel/traverse": "^7.23.2",
71
71
  "@babel/types": "^7.23.0",
72
- "@rsbuild/plugin-esbuild": "0.3.3",
73
- "@rsbuild/plugin-node-polyfill": "0.3.3",
74
- "@rsbuild/shared": "0.3.3",
72
+ "@rsbuild/plugin-esbuild": "0.3.4",
73
+ "@rsbuild/plugin-node-polyfill": "0.3.4",
74
+ "@rsbuild/shared": "0.3.4",
75
75
  "es-module-lexer": "^1.1.0",
76
76
  "esbuild": "0.17.19",
77
77
  "@swc/helpers": "0.5.3",
78
- "@modern-js/uni-builder": "2.46.0",
79
- "@modern-js/core": "2.46.0",
80
- "@modern-js/new-action": "2.46.0",
81
- "@modern-js/node-bundle-require": "2.46.0",
82
- "@modern-js/plugin": "2.46.0",
83
- "@modern-js/plugin-data-loader": "2.46.0",
84
- "@modern-js/plugin-lint": "2.46.0",
85
- "@modern-js/plugin-i18n": "2.46.0",
86
- "@modern-js/server": "2.46.0",
87
- "@modern-js/prod-server": "2.46.0",
88
- "@modern-js/server-utils": "2.46.0",
89
- "@modern-js/types": "2.46.0",
90
- "@modern-js/upgrade": "2.46.0",
91
- "@modern-js/server-core": "2.46.0",
92
- "@modern-js/utils": "2.46.0"
78
+ "@modern-js/uni-builder": "2.46.1",
79
+ "@modern-js/core": "2.46.1",
80
+ "@modern-js/new-action": "2.46.1",
81
+ "@modern-js/node-bundle-require": "2.46.1",
82
+ "@modern-js/plugin-data-loader": "2.46.1",
83
+ "@modern-js/plugin": "2.46.1",
84
+ "@modern-js/plugin-i18n": "2.46.1",
85
+ "@modern-js/prod-server": "2.46.1",
86
+ "@modern-js/plugin-lint": "2.46.1",
87
+ "@modern-js/server": "2.46.1",
88
+ "@modern-js/server-utils": "2.46.1",
89
+ "@modern-js/types": "2.46.1",
90
+ "@modern-js/upgrade": "2.46.1",
91
+ "@modern-js/utils": "2.46.1",
92
+ "@modern-js/server-core": "2.46.1"
93
93
  },
94
94
  "devDependencies": {
95
- "@rsbuild/plugin-swc": "0.3.3",
95
+ "@rsbuild/plugin-swc": "0.3.4",
96
96
  "@types/babel__traverse": "7.18.5",
97
97
  "@types/jest": "^29",
98
98
  "@types/node": "^14",
99
99
  "jest": "^29",
100
100
  "typescript": "^5",
101
101
  "webpack": "^5.89.0",
102
- "@scripts/build": "2.46.0",
103
- "@scripts/jest-config": "2.46.0"
102
+ "@scripts/jest-config": "2.46.1",
103
+ "@scripts/build": "2.46.1"
104
104
  },
105
105
  "sideEffects": false,
106
106
  "publishConfig": {