dphelper 0.3.2 → 0.3.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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "dphelper",
3
3
  "displayName": "dphelper",
4
4
  "description": "dphelper devtools | tools, store and state management brave developers",
5
- "version": "0.3.2",
5
+ "version": "0.3.4",
6
6
  "license": "Apache-2.0",
7
7
  "relaseType": "beta",
8
8
  "port": 3000,
@@ -61,6 +61,15 @@
61
61
  "android"
62
62
  ]
63
63
  },
64
+ "npmName": "dphelper",
65
+ "npmFileMap": [
66
+ {
67
+ "basePath": "/dist/",
68
+ "files": [
69
+ "*.js"
70
+ ]
71
+ }
72
+ ],
64
73
  "globals": {
65
74
  "jQuery": {},
66
75
  "$": {},
@@ -150,7 +159,7 @@
150
159
  ">--------------": "",
151
160
  "git": "cd mcp/node && node gitDeploy",
152
161
  ">----------------": "",
153
- "prepublish": "tsc",
162
+ "prepublish1": "tsc",
154
163
  ">---------------": "",
155
164
  "backup": "cd mcp/backup && run.bat",
156
165
  "update": "cd mcp/node && node npmUpdate",
@@ -158,28 +167,28 @@
158
167
  ">-----------------": ""
159
168
  },
160
169
  "devDependencies": {
161
- "@babel/cli": "7.21.5",
162
- "@babel/core": "7.22.1",
163
- "@babel/eslint-parser": "^7.21.8",
170
+ "@babel/cli": "7.22.5",
171
+ "@babel/core": "7.22.5",
172
+ "@babel/eslint-parser": "^7.22.5",
164
173
  "@babel/plugin-proposal-class-properties": "7.18.6",
165
174
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
166
- "@babel/plugin-transform-for-of": "^7.21.5",
167
- "@babel/plugin-transform-react-jsx": "^7.22.0",
168
- "@babel/plugin-transform-runtime": "7.22.2",
169
- "@babel/preset-env": "7.22.2",
170
- "@babel/preset-react": "7.22.0",
171
- "@babel/preset-typescript": "7.21.5",
172
- "@babel/runtime": "^7.22.0",
175
+ "@babel/plugin-transform-for-of": "^7.22.5",
176
+ "@babel/plugin-transform-react-jsx": "^7.22.5",
177
+ "@babel/plugin-transform-runtime": "7.22.5",
178
+ "@babel/preset-env": "7.22.5",
179
+ "@babel/preset-react": "7.22.5",
180
+ "@babel/preset-typescript": "7.22.5",
181
+ "@babel/runtime": "^7.22.5",
173
182
  "@testing-library/react": "^14.0.0",
174
183
  "@testing-library/user-event": "^14.4.3",
175
- "@types/node": "20.2.5",
176
- "@types/react": "^18.2.7",
177
- "@types/react-dom": "^18.2.4",
184
+ "@types/node": "20.3.1",
185
+ "@types/react": "^18.2.12",
186
+ "@types/react-dom": "^18.2.5",
178
187
  "@types/react-redux": "^7.1.25",
179
188
  "@types/redux": "^3.6.31",
180
189
  "@types/webpack-env": "1.18.1",
181
- "@typescript-eslint/eslint-plugin": "5.59.7",
182
- "@typescript-eslint/parser": "5.59.7",
190
+ "@typescript-eslint/eslint-plugin": "5.59.11",
191
+ "@typescript-eslint/parser": "5.59.11",
183
192
  "babel-loader": "^9.1.2",
184
193
  "babel-polyfill": "^6.26.0",
185
194
  "babel-preset-es2015": "^6.24.1",
@@ -188,14 +197,14 @@
188
197
  "classnames": "2.3.2",
189
198
  "cli-confirm": "1.0.1",
190
199
  "compression-webpack-plugin": "^10.0.0",
191
- "concurrently": "8.0.1",
200
+ "concurrently": "8.2.0",
192
201
  "copy-webpack-plugin": "^11.0.0",
193
202
  "cordova-android": "^12.0.0",
194
203
  "crypto-js": "4.1.1",
195
204
  "css": "3.0.0",
196
- "css-loader": "^6.7.4",
197
- "dotenv": "^16.0.3",
198
- "eslint": "8.41.0",
205
+ "css-loader": "^6.8.1",
206
+ "dotenv": "^16.3.0",
207
+ "eslint": "8.42.0",
199
208
  "eslint-config-airbnb": "^19.0.4",
200
209
  "eslint-import-resolver-webpack": "^0.13.2",
201
210
  "eslint-plugin-import": "2.27.5",
@@ -208,12 +217,12 @@
208
217
  "eslint-plugin-unicorn": "47.0.0",
209
218
  "file-loader": "6.2.0",
210
219
  "fs": "0.0.1-security",
211
- "html-webpack-plugin": "5.5.1",
220
+ "html-webpack-plugin": "5.5.3",
212
221
  "jquery": "3.7.0",
213
222
  "jsdom-worker": "0.3.0",
214
223
  "jshint": "^2.13.6",
215
224
  "less": "^4.1.3",
216
- "less-loader": "^11.1.0",
225
+ "less-loader": "^11.1.3",
217
226
  "lint": "1.1.2",
218
227
  "moment": "2.29.4",
219
228
  "npm-check-updates": "16.10.12",
@@ -222,16 +231,16 @@
222
231
  "react": "18.2.0",
223
232
  "react-app-polyfill": "^3.0.0",
224
233
  "react-dom": "18.2.0",
225
- "react-router": "^6.11.2",
226
- "react-router-dom": "^6.11.2",
227
- "sass": "^1.62.1",
228
- "sass-loader": "^13.3.0",
234
+ "react-router": "^6.13.0",
235
+ "react-router-dom": "^6.13.0",
236
+ "sass": "^1.63.4",
237
+ "sass-loader": "^13.3.2",
229
238
  "style-loader": "^3.3.3",
230
239
  "terser-webpack-plugin": "^5.3.9",
231
240
  "ts-loader": "^9.4.3",
232
- "typescript": "5.0.4",
233
- "webpack": "^5.84.1",
234
- "webpack-cli": "^5.1.1",
235
- "webpack-dev-server": "^4.15.0"
241
+ "typescript": "5.1.3",
242
+ "webpack": "^5.87.0",
243
+ "webpack-cli": "^5.1.4",
244
+ "webpack-dev-server": "^4.15.1"
236
245
  }
237
246
  }