dphelper 0.4.0 → 0.4.2
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/CHANGELOG.md +5 -0
- package/HISTORY.md +11 -0
- package/LICENSE.md +5 -15
- package/README.md +9 -1
- package/assets/logos/logo.svg +1 -64
- package/index.js +1 -1
- package/index.js.LICENSE.txt +3 -3
- package/index.js.map +1 -1
- package/package.json +36 -35
- package/.github/FUNDING.yml.gz +0 -0
- package/.github/dependabot.yml.gz +0 -0
- package/CHANGELOG.md.gz +0 -0
- package/LICENSE.md.gz +0 -0
- package/README.md.gz +0 -0
- package/assets/logos/logo.svg.gz +0 -0
- package/docs/index.md.gz +0 -0
- package/documents/iDB/toState.html.gz +0 -0
- package/index.d.ts.gz +0 -0
- package/index.js.LICENSE.txt.gz +0 -0
- package/index.js.gz +0 -0
- package/index.js.map.gz +0 -0
- package/package.json.gz +0 -0
- package/types/dphelper.d.ts.gz +0 -0
- package/types/files.d.ts.gz +0 -0
- package/types/icon.d.ts.gz +0 -0
- package/types/jquery.d.ts.gz +0 -0
- package/types/layerpro.d.ts.gz +0 -0
- package/types/menupro.d.ts.gz +0 -0
- package/types/styles.d.ts.gz +0 -0
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"name": "dphelper",
|
|
3
3
|
"displayName": "dphelper",
|
|
4
4
|
"description": "dphelper devtools | tools, store and state management brave developers",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"license": "
|
|
5
|
+
"version": "0.4.2",
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"relaseType": "beta",
|
|
8
8
|
"port": 3000,
|
|
9
9
|
"code": "vulcano",
|
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
"make-dist": "webpack --progress --color --mode production --config webpack.config.js --devtool hidden-source-map",
|
|
158
158
|
"watch": "webpack --watch --progress --color --mode production --config webpack.config.js",
|
|
159
159
|
"goLive": "cd mcp/node && node goLive",
|
|
160
|
+
"optimizeSVG": "cd mcp/node && node optimizeSVG.js",
|
|
160
161
|
"-": "--------------",
|
|
161
162
|
"git": "cd mcp/node && node gitDeploy",
|
|
162
163
|
"--": "-------------",
|
|
@@ -168,28 +169,28 @@
|
|
|
168
169
|
"": "--------------"
|
|
169
170
|
},
|
|
170
171
|
"devDependencies": {
|
|
171
|
-
"@babel/cli": "7.
|
|
172
|
-
"@babel/core": "7.
|
|
173
|
-
"@babel/eslint-parser": "^7.22.
|
|
172
|
+
"@babel/cli": "7.23.0",
|
|
173
|
+
"@babel/core": "7.23.0",
|
|
174
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
174
175
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
175
176
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
176
|
-
"@babel/plugin-transform-for-of": "^7.22.
|
|
177
|
-
"@babel/plugin-transform-react-jsx": "^7.22.
|
|
178
|
-
"@babel/plugin-transform-runtime": "7.22.
|
|
179
|
-
"@babel/preset-env": "7.22.
|
|
180
|
-
"@babel/preset-react": "7.22.
|
|
181
|
-
"@babel/preset-typescript": "7.
|
|
182
|
-
"@babel/runtime": "^7.
|
|
177
|
+
"@babel/plugin-transform-for-of": "^7.22.15",
|
|
178
|
+
"@babel/plugin-transform-react-jsx": "^7.22.15",
|
|
179
|
+
"@babel/plugin-transform-runtime": "7.22.15",
|
|
180
|
+
"@babel/preset-env": "7.22.20",
|
|
181
|
+
"@babel/preset-react": "7.22.15",
|
|
182
|
+
"@babel/preset-typescript": "7.23.0",
|
|
183
|
+
"@babel/runtime": "^7.23.1",
|
|
183
184
|
"@testing-library/react": "^14.0.0",
|
|
184
|
-
"@testing-library/user-event": "^14.
|
|
185
|
-
"@types/node": "20.
|
|
186
|
-
"@types/react": "^18.2.
|
|
187
|
-
"@types/react-dom": "^18.2.
|
|
188
|
-
"@types/react-redux": "^7.1.
|
|
185
|
+
"@testing-library/user-event": "^14.5.1",
|
|
186
|
+
"@types/node": "20.8.4",
|
|
187
|
+
"@types/react": "^18.2.27",
|
|
188
|
+
"@types/react-dom": "^18.2.12",
|
|
189
|
+
"@types/react-redux": "^7.1.27",
|
|
189
190
|
"@types/redux": "^3.6.31",
|
|
190
|
-
"@types/webpack-env": "1.18.
|
|
191
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
192
|
-
"@typescript-eslint/parser": "6.
|
|
191
|
+
"@types/webpack-env": "1.18.2",
|
|
192
|
+
"@typescript-eslint/eslint-plugin": "6.7.5",
|
|
193
|
+
"@typescript-eslint/parser": "6.7.5",
|
|
193
194
|
"babel-loader": "9.1.3",
|
|
194
195
|
"babel-polyfill": "^6.26.0",
|
|
195
196
|
"babel-preset-es2015": "^6.24.1",
|
|
@@ -198,48 +199,48 @@
|
|
|
198
199
|
"classnames": "2.3.2",
|
|
199
200
|
"cli-confirm": "1.0.1",
|
|
200
201
|
"compression-webpack-plugin": "10.0.0",
|
|
201
|
-
"concurrently": "8.2.
|
|
202
|
+
"concurrently": "8.2.1",
|
|
202
203
|
"copy-webpack-plugin": "^11.0.0",
|
|
203
|
-
"cordova-android": "^12.0.
|
|
204
|
+
"cordova-android": "^12.0.1",
|
|
204
205
|
"crypto-js": "4.1.1",
|
|
205
206
|
"css": "3.0.0",
|
|
206
207
|
"css-loader": "^6.8.1",
|
|
207
208
|
"dotenv": "^16.3.1",
|
|
208
|
-
"eslint": "8.
|
|
209
|
+
"eslint": "8.51.0",
|
|
209
210
|
"eslint-config-airbnb": "19.0.4",
|
|
210
|
-
"eslint-import-resolver-webpack": "0.13.
|
|
211
|
-
"eslint-plugin-import": "2.
|
|
211
|
+
"eslint-import-resolver-webpack": "0.13.7",
|
|
212
|
+
"eslint-plugin-import": "2.28.1",
|
|
212
213
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
213
214
|
"eslint-plugin-node": "11.1.0",
|
|
214
215
|
"eslint-plugin-promise": "^6.1.1",
|
|
215
|
-
"eslint-plugin-react": "7.33.
|
|
216
|
+
"eslint-plugin-react": "7.33.2",
|
|
216
217
|
"eslint-plugin-react-app": "^6.2.2",
|
|
217
218
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
218
|
-
"eslint-plugin-unicorn": "48.0.
|
|
219
|
+
"eslint-plugin-unicorn": "48.0.1",
|
|
219
220
|
"file-loader": "6.2.0",
|
|
220
221
|
"fs": "0.0.1-security",
|
|
221
222
|
"html-webpack-plugin": "5.5.3",
|
|
222
|
-
"jquery": "3.7.
|
|
223
|
+
"jquery": "3.7.1",
|
|
223
224
|
"jsdom-worker": "0.3.0",
|
|
224
225
|
"jshint": "^2.13.6",
|
|
225
|
-
"less": "4.
|
|
226
|
+
"less": "4.2.0",
|
|
226
227
|
"less-loader": "^11.1.3",
|
|
227
228
|
"lint": "1.1.2",
|
|
228
229
|
"moment": "2.29.4",
|
|
229
|
-
"npm-check-updates": "16.
|
|
230
|
+
"npm-check-updates": "16.14.5",
|
|
230
231
|
"path": "^0.12.7",
|
|
231
232
|
"progress-bar-webpack-plugin": "2.1.0",
|
|
232
233
|
"react": "18.2.0",
|
|
233
234
|
"react-app-polyfill": "^3.0.0",
|
|
234
235
|
"react-dom": "18.2.0",
|
|
235
|
-
"react-router": "^6.
|
|
236
|
-
"react-router-dom": "^6.
|
|
237
|
-
"sass": "^1.
|
|
236
|
+
"react-router": "^6.16.0",
|
|
237
|
+
"react-router-dom": "^6.16.0",
|
|
238
|
+
"sass": "^1.69.1",
|
|
238
239
|
"sass-loader": "^13.3.2",
|
|
239
240
|
"style-loader": "^3.3.3",
|
|
240
241
|
"terser-webpack-plugin": "^5.3.9",
|
|
241
|
-
"ts-loader": "^9.
|
|
242
|
-
"typescript": "5.
|
|
242
|
+
"ts-loader": "^9.5.0",
|
|
243
|
+
"typescript": "5.2.2",
|
|
243
244
|
"webpack": "^5.88.2",
|
|
244
245
|
"webpack-cli": "^5.1.4",
|
|
245
246
|
"webpack-dev-server": "^4.15.1"
|
package/.github/FUNDING.yml.gz
DELETED
|
Binary file
|
|
Binary file
|
package/CHANGELOG.md.gz
DELETED
|
Binary file
|
package/LICENSE.md.gz
DELETED
|
Binary file
|
package/README.md.gz
DELETED
|
Binary file
|
package/assets/logos/logo.svg.gz
DELETED
|
Binary file
|
package/docs/index.md.gz
DELETED
|
Binary file
|
|
Binary file
|
package/index.d.ts.gz
DELETED
|
Binary file
|
package/index.js.LICENSE.txt.gz
DELETED
|
Binary file
|
package/index.js.gz
DELETED
|
Binary file
|
package/index.js.map.gz
DELETED
|
Binary file
|
package/package.json.gz
DELETED
|
Binary file
|
package/types/dphelper.d.ts.gz
DELETED
|
Binary file
|
package/types/files.d.ts.gz
DELETED
|
Binary file
|
package/types/icon.d.ts.gz
DELETED
|
Binary file
|
package/types/jquery.d.ts.gz
DELETED
|
Binary file
|
package/types/layerpro.d.ts.gz
DELETED
|
Binary file
|
package/types/menupro.d.ts.gz
DELETED
|
Binary file
|
package/types/styles.d.ts.gz
DELETED
|
Binary file
|