clientnode 3.0.877 → 3.0.878

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 +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.877",
3
+ "version": "3.0.878",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -74,7 +74,6 @@
74
74
  "@types/prop-types": "*",
75
75
  "@types/rimraf": "*",
76
76
  "@types/webpack-env": "*",
77
- "@types/workbox-webpack-plugin": "*",
78
77
  "@typescript-eslint/eslint-plugin": "*",
79
78
  "@typescript-eslint/parser": "*",
80
79
  "documentation-website": "*",
@@ -117,7 +116,6 @@
117
116
  "npm": ">=7"
118
117
  },
119
118
  "resolutions": {
120
- "@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
121
119
  "colors": "1.4.0"
122
120
  },
123
121
  "sideEffects": false,
@@ -229,8 +227,5 @@
229
227
  }
230
228
  }
231
229
  }
232
- },
233
- "dependencies": {
234
- "@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz"
235
230
  }
236
231
  }