dphelper 0.4.1 → 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 +1 -1
- package/index.js.map +1 -0
- package/package.json +18 -17
- 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/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,8 +169,8 @@
|
|
|
168
169
|
"": "--------------"
|
|
169
170
|
},
|
|
170
171
|
"devDependencies": {
|
|
171
|
-
"@babel/cli": "7.
|
|
172
|
-
"@babel/core": "7.
|
|
172
|
+
"@babel/cli": "7.23.0",
|
|
173
|
+
"@babel/core": "7.23.0",
|
|
173
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",
|
|
@@ -178,18 +179,18 @@
|
|
|
178
179
|
"@babel/plugin-transform-runtime": "7.22.15",
|
|
179
180
|
"@babel/preset-env": "7.22.20",
|
|
180
181
|
"@babel/preset-react": "7.22.15",
|
|
181
|
-
"@babel/preset-typescript": "7.
|
|
182
|
-
"@babel/runtime": "^7.
|
|
182
|
+
"@babel/preset-typescript": "7.23.0",
|
|
183
|
+
"@babel/runtime": "^7.23.1",
|
|
183
184
|
"@testing-library/react": "^14.0.0",
|
|
184
185
|
"@testing-library/user-event": "^14.5.1",
|
|
185
|
-
"@types/node": "20.
|
|
186
|
-
"@types/react": "^18.2.
|
|
187
|
-
"@types/react-dom": "^18.2.
|
|
188
|
-
"@types/react-redux": "^7.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.7.
|
|
192
|
-
"@typescript-eslint/parser": "6.7.
|
|
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",
|
|
@@ -205,7 +206,7 @@
|
|
|
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
211
|
"eslint-import-resolver-webpack": "0.13.7",
|
|
211
212
|
"eslint-plugin-import": "2.28.1",
|
|
@@ -226,7 +227,7 @@
|
|
|
226
227
|
"less-loader": "^11.1.3",
|
|
227
228
|
"lint": "1.1.2",
|
|
228
229
|
"moment": "2.29.4",
|
|
229
|
-
"npm-check-updates": "16.14.
|
|
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",
|
|
@@ -234,11 +235,11 @@
|
|
|
234
235
|
"react-dom": "18.2.0",
|
|
235
236
|
"react-router": "^6.16.0",
|
|
236
237
|
"react-router-dom": "^6.16.0",
|
|
237
|
-
"sass": "^1.
|
|
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
|
+
"ts-loader": "^9.5.0",
|
|
242
243
|
"typescript": "5.2.2",
|
|
243
244
|
"webpack": "^5.88.2",
|
|
244
245
|
"webpack-cli": "^5.1.4",
|
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/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
|