@maxelms/create-plugin-cli 1.1.14 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/jQuery-micro-app/package.json.tpl +1 -1
- package/templates/maxelms-navigation/package.json +1 -1
- package/templates/react-micro-app/package.json.tpl +1 -1
- package/templates/react-micro-app-umi/package.json.tpl +1 -1
- package/templates/react-micro-button/package.json.tpl +1 -1
- package/templates/react-micro-field/package.json.tpl +1 -1
- package/templates/react-micro-field-umi/package.json.tpl +1 -1
- package/templates/react-micro-plugin/package.json.tpl +1 -1
- package/templates/react-micro-plugin-umi/package.json.tpl +1 -1
- package/templates/vue-micro-app/package.json.tpl +1 -1
- package/templates/vue-micro-button/package.json.tpl +1 -1
- package/templates/vue-micro-field/package.json.tpl +1 -1
- package/templates/vue-micro-plugin/package.json.tpl +1 -1
- package/templates/vue3-micro-app/package.json.tpl +1 -1
- package/templates/vue3-micro-plugin/package.json.tpl +1 -1
- package/templates/vue3vite-micro-app/package.json.tpl +1 -1
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
19
19
|
"@babel/core": "7.15.8",
|
|
20
20
|
"@babel/preset-react": "7.14.5",
|
|
21
|
-
"@maxelms/create-plugin-cli": "
|
|
21
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
22
22
|
"@squoosh/lib": "0.5.3",
|
|
23
23
|
"@types/react": "16.14.07",
|
|
24
24
|
"@types/react-dom": "16.9.24",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
14
14
|
"@babel/core": "7.15.8",
|
|
15
15
|
"@babel/preset-react": "7.14.5",
|
|
16
|
-
"@maxelms/create-plugin-cli": "
|
|
16
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
17
17
|
"@squoosh/lib": "0.5.3",
|
|
18
18
|
"@types/react": "17.0.33",
|
|
19
19
|
"@types/react-dom": "17.0.10",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
15
15
|
"@babel/core": "7.15.8",
|
|
16
16
|
"@babel/preset-react": "7.14.5",
|
|
17
|
-
"@maxelms/create-plugin-cli": "
|
|
17
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
18
18
|
"@squoosh/lib": "0.5.3",
|
|
19
19
|
"@types/react": "17.0.33",
|
|
20
20
|
"@types/react-dom": "17.0.10",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
15
15
|
"@babel/core": "7.15.8",
|
|
16
16
|
"@babel/preset-react": "7.14.5",
|
|
17
|
-
"@maxelms/create-plugin-cli": "
|
|
17
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
18
18
|
"@squoosh/lib": "0.5.3",
|
|
19
19
|
"@types/react": "17.0.33",
|
|
20
20
|
"@types/react-dom": "17.0.10",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
20
|
-
"@maxelms/create-plugin-cli": "
|
|
20
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
21
21
|
"@vue/cli-plugin-babel": "4.5.0",
|
|
22
22
|
"@vue/cli-plugin-eslint": "4.5.0",
|
|
23
23
|
"@vue/cli-service": "4.5.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
21
|
-
"@maxelms/create-plugin-cli": "
|
|
21
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
22
22
|
"@vue/cli-plugin-babel": "4.5.0",
|
|
23
23
|
"@vue/cli-plugin-eslint": "4.5.0",
|
|
24
24
|
"@vue/cli-service": "4.5.0",
|