@modern-js/plugin-module-vue 2.62.1 → 2.63.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/plugin-module-vue",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.63.0",
|
4
4
|
"description": "The vue plugin of Modern.js Module",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -25,18 +25,18 @@
|
|
25
25
|
"@swc/helpers": "0.5.13",
|
26
26
|
"@vue/babel-plugin-jsx": "1.1.5",
|
27
27
|
"esbuild-plugin-vue3": "0.3.2",
|
28
|
-
"@modern-js/plugin-module-babel": "2.
|
28
|
+
"@modern-js/plugin-module-babel": "2.63.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@types/babel__core": "^7.20.5",
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@scripts/build": "2.
|
36
|
-
"@modern-js/module-tools": "2.
|
35
|
+
"@scripts/build": "2.63.0",
|
36
|
+
"@modern-js/module-tools": "2.63.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@modern-js/module-tools": "^2.
|
39
|
+
"@modern-js/module-tools": "^2.63.0"
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public",
|