clientnode 3.0.1136 → 3.0.1138
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1138",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"document": "weboptimizer document",
|
|
48
48
|
"lint": "weboptimizer lint",
|
|
49
49
|
"make:executable": "node --eval \"fs.chmodSync('index.js', '700')\"",
|
|
50
|
-
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
51
50
|
"prepare": "if ! yarn build; then echo You should rerun install procedure to resolve dependency cycle. && yarn build:alternate; fi",
|
|
52
51
|
"serve": "weboptimizer serve",
|
|
53
52
|
"start": "yarn serve",
|
|
@@ -72,10 +71,10 @@
|
|
|
72
71
|
"@types/node": "^20.11.24",
|
|
73
72
|
"@types/prop-types": "^15.7.11",
|
|
74
73
|
"@types/webpack-env": "^1.18.4",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^7.1.
|
|
76
|
-
"@typescript-eslint/parser": "^7.1.
|
|
77
|
-
"clientnode": "3.0.
|
|
78
|
-
"documentation-website": "^1.0.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
75
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
76
|
+
"clientnode": "3.0.1136",
|
|
77
|
+
"documentation-website": "^1.0.326",
|
|
79
78
|
"eslint": "^8.57.0",
|
|
80
79
|
"eslint-config-google": "^0.14.0",
|
|
81
80
|
"eslint-plugin-jsdoc": "^48.2.0",
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"node-fetch": "^3.3.2",
|
|
88
87
|
"prop-types": "^15.8.1",
|
|
89
88
|
"rimraf": "^5.0.5",
|
|
90
|
-
"weboptimizer": "^2.0.
|
|
89
|
+
"weboptimizer": "^2.0.1453",
|
|
91
90
|
"webpack-dev-server": "^5.0.2"
|
|
92
91
|
},
|
|
93
92
|
"peerDependencies": {
|