@xarc/app-dev 11.0.3 → 11.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xarc/app-dev",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.4",
|
|
4
4
|
"description": "Electrode X application development support",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"homepage": "http://www.electrode.io",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Joel Chen <xchen@walmartlabs.com>"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@xarc/app": "^11.0.
|
|
31
|
+
"@xarc/app": "^11.0.4"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/cli": "^7.17.10",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@xarc/dev-base": "^0.1.1",
|
|
48
48
|
"@xarc/run": "^1.0.5",
|
|
49
49
|
"@xarc/subapp": "^0.3.5",
|
|
50
|
-
"@xarc/webpack": "^11.2.
|
|
50
|
+
"@xarc/webpack": "^11.2.1",
|
|
51
51
|
"ansi-to-html": "^0.7.2",
|
|
52
52
|
"babel-plugin-lodash": "^3.3.4",
|
|
53
53
|
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"@types/node": "^14.14.16",
|
|
101
101
|
"@types/sinon": "^9.0.10",
|
|
102
102
|
"@types/sinon-chai": "^3.2.8",
|
|
103
|
+
"@types/webpack": "5.28.0",
|
|
103
104
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
104
105
|
"@typescript-eslint/parser": "^4.11.0",
|
|
105
|
-
"@xarc/app": "^11.0.
|
|
106
|
+
"@xarc/app": "^11.0.4",
|
|
106
107
|
"@xarc/module-dev": "^4.1.0",
|
|
107
108
|
"@xarc/run": "^1.1.1",
|
|
108
|
-
"@types/webpack": "5.28.0",
|
|
109
109
|
"babel-eslint": "^10.1.0",
|
|
110
110
|
"chai": "^4.3.6",
|
|
111
111
|
"electrode-server": "^3.3.0",
|