@xarc/app-dev 11.0.3 → 11.0.5
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 +10 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xarc/app-dev",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.5",
|
|
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.5"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/cli": "^7.17.10",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@jchip/redbird": "^1.3.0",
|
|
47
47
|
"@xarc/dev-base": "^0.1.1",
|
|
48
48
|
"@xarc/run": "^1.0.5",
|
|
49
|
-
"@xarc/subapp": "^0.3.
|
|
50
|
-
"@xarc/webpack": "^11.2.
|
|
49
|
+
"@xarc/subapp": "^0.3.6",
|
|
50
|
+
"@xarc/webpack": "^11.2.4",
|
|
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",
|
|
@@ -96,16 +96,16 @@
|
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
98
98
|
"@types/chai": "^4.3.1",
|
|
99
|
-
"@types/mocha": "^
|
|
99
|
+
"@types/mocha": "^10.0.1",
|
|
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.5",
|
|
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",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"eslint-plugin-filenames": "^1.3.2",
|
|
116
116
|
"eslint-plugin-jsdoc": "^32.0.2",
|
|
117
117
|
"eslint-plugin-tsdoc": "^0.2.16",
|
|
118
|
-
"mocha": "^
|
|
118
|
+
"mocha": "^10.2.0",
|
|
119
119
|
"mock-require": "^3.0.3",
|
|
120
120
|
"nyc": "^15.1.0",
|
|
121
121
|
"prettier": "^2.6.2",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"sinon": "^9.2.2",
|
|
125
125
|
"sinon-chai": "^3.7.0",
|
|
126
126
|
"source-map-support": "^0.5.21",
|
|
127
|
-
"ts-node": "^10.
|
|
127
|
+
"ts-node": "^10.9.1",
|
|
128
128
|
"typedoc": "^0.22.15",
|
|
129
129
|
"typescript": "^4.6.4"
|
|
130
130
|
},
|
|
131
131
|
"engines": {
|
|
132
|
-
"node": ">=
|
|
132
|
+
"node": ">= 14",
|
|
133
133
|
"npm": ">= 6"
|
|
134
134
|
},
|
|
135
135
|
"nyc": {
|
|
@@ -162,10 +162,6 @@
|
|
|
162
162
|
"@istanbuljs/nyc-config-typescript"
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
|
-
"publishConfig": {
|
|
166
|
-
"registry": "https://registry.npmjs.com/",
|
|
167
|
-
"access": "public"
|
|
168
|
-
},
|
|
169
165
|
"@xarc/module-dev": {
|
|
170
166
|
"srcDir": [
|
|
171
167
|
"src",
|