@xarc/app-dev 11.0.4 → 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.
Files changed (1) hide show
  1. package/package.json +9 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xarc/app-dev",
3
- "version": "11.0.4",
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.4"
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.5",
50
- "@xarc/webpack": "^11.2.1",
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,14 +96,14 @@
96
96
  "devDependencies": {
97
97
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
98
98
  "@types/chai": "^4.3.1",
99
- "@types/mocha": "^8.2.0",
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
103
  "@types/webpack": "5.28.0",
104
104
  "@typescript-eslint/eslint-plugin": "^4.11.0",
105
105
  "@typescript-eslint/parser": "^4.11.0",
106
- "@xarc/app": "^11.0.4",
106
+ "@xarc/app": "^11.0.5",
107
107
  "@xarc/module-dev": "^4.1.0",
108
108
  "@xarc/run": "^1.1.1",
109
109
  "babel-eslint": "^10.1.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": "^8.2.1",
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.7.0",
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": ">= 12",
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",