web-component-wrapper 0.0.484 → 0.0.485

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.484",
3
+ "version": "0.0.485",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -55,7 +55,6 @@
55
55
  "clear": "weboptimizer clear",
56
56
  "document": "weboptimizer document",
57
57
  "lint": "weboptimizer lint",
58
- "postversion": "yarn publish --non-interactive; git push --tags && git push",
59
58
  "prepare": "yarn build",
60
59
  "serve": "weboptimizer serve",
61
60
  "start": "yarn serve",
@@ -75,13 +74,13 @@
75
74
  "@types/html-minifier": "^4.0.5",
76
75
  "@types/jsdom": "^21.1.6",
77
76
  "@types/node": "^20.11.24",
78
- "@types/react": "^18.2.61",
79
- "@types/react-dom": "^18.2.19",
77
+ "@types/react": "^18.2.63",
78
+ "@types/react-dom": "^18.2.20",
80
79
  "@types/webpack-env": "^1.18.4",
81
- "@typescript-eslint/eslint-plugin": "^7.1.0",
82
- "@typescript-eslint/parser": "^7.1.0",
80
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
81
+ "@typescript-eslint/parser": "^7.1.1",
83
82
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^3.0.1136",
83
+ "clientnode": "^3.0.1138",
85
84
  "documentation-website": "^1.0.326",
86
85
  "eslint": "^8.57.0",
87
86
  "eslint-config-google": "^0.14.0",
@@ -91,7 +90,7 @@
91
90
  "prop-types": "^15.8.1",
92
91
  "react": "^18.2.0",
93
92
  "react-dom": "^18.2.0",
94
- "weboptimizer": "^2.0.1452",
93
+ "weboptimizer": "^2.0.1453",
95
94
  "webpack-dev-server": "^5.0.2"
96
95
  },
97
96
  "peerDependencies": {