web-component-wrapper 0.0.505 → 0.0.507

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.505",
3
+ "version": "0.0.507",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -74,25 +74,25 @@
74
74
  "@types/ejs": "^3.1.5",
75
75
  "@types/html-minifier": "^4.0.5",
76
76
  "@types/jsdom": "^21.1.7",
77
- "@types/node": "^22.9.0",
78
- "@types/react": "^18.3.12",
79
- "@types/react-dom": "^18.3.1",
77
+ "@types/node": "^22.10.1",
78
+ "@types/react": "^18.3.14",
79
+ "@types/react-dom": "^19.0.1",
80
80
  "@types/webpack-env": "^1.18.5",
81
- "@typescript-eslint/eslint-plugin": "^8.15.0",
82
- "@typescript-eslint/parser": "^8.15.0",
81
+ "@typescript-eslint/eslint-plugin": "^8.17.0",
82
+ "@typescript-eslint/parser": "^8.17.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^3.0.1229",
85
- "documentation-website": "^1.0.339",
86
- "eslint": "^9.15.0",
84
+ "clientnode": "^3.0.1235",
85
+ "documentation-website": "^1.0.340",
86
+ "eslint": "^9.16.0",
87
87
  "eslint-config-google": "^0.14.0",
88
- "eslint-plugin-jsdoc": "^50.5.0",
88
+ "eslint-plugin-jsdoc": "^50.6.0",
89
89
  "jest": "^29.7.0",
90
90
  "jsdoc": "^4.0.4",
91
91
  "prop-types": "^15.8.1",
92
- "react": "^18.3.1",
93
- "react-dom": "^18.3.1",
94
- "typescript-eslint": "^8.15.0",
95
- "weboptimizer": "^2.0.1538",
92
+ "react": "^19.0.0",
93
+ "react-dom": "^19.0.0",
94
+ "typescript-eslint": "^8.17.0",
95
+ "weboptimizer": "^2.0.1542",
96
96
  "webpack-dev-server": "^5.1.0"
97
97
  },
98
98
  "peerDependencies": {
@@ -196,5 +196,5 @@
196
196
  }
197
197
  }
198
198
  },
199
- "packageManager": "yarn@4.5.1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
199
+ "packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
200
200
  }