web-component-wrapper 0.0.553 → 0.0.554

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 (2) hide show
  1. package/package.json +11 -11
  2. package/polyfill.html.ejs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.553",
3
+ "version": "0.0.554",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -74,14 +74,14 @@
74
74
  "@types/ejs": "^3.1.5",
75
75
  "@types/html-minifier": "^4.0.6",
76
76
  "@types/jsdom": "^28.0.1",
77
- "@types/node": "^25.5.2",
77
+ "@types/node": "^25.6.0",
78
78
  "@types/react": "^19.2.14",
79
79
  "@types/react-dom": "^19.2.3",
80
80
  "@types/webpack-env": "^1.18.8",
81
- "@typescript-eslint/eslint-plugin": "^8.58.0",
82
- "@typescript-eslint/parser": "^8.58.0",
81
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
82
+ "@typescript-eslint/parser": "^8.58.1",
83
83
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^4.0.1372",
84
+ "clientnode": "^4.0.1383",
85
85
  "documentation-website": "^1.0.401",
86
86
  "eslint": "^10.2.0",
87
87
  "eslint-config-google": "^0.14.0",
@@ -89,10 +89,10 @@
89
89
  "jest": "^30.3.0",
90
90
  "jsdoc": "^4.0.5",
91
91
  "prop-types": "^15.8.1",
92
- "react": "^19.2.4",
93
- "react-dom": "^19.2.4",
94
- "typescript-eslint": "^8.58.0",
95
- "weboptimizer": "^3.0.16",
92
+ "react": "^19.2.5",
93
+ "react-dom": "^19.2.5",
94
+ "typescript-eslint": "^8.58.1",
95
+ "weboptimizer": "^3.0.21",
96
96
  "webpack-dev-server": "^5.2.3"
97
97
  },
98
98
  "peerDependencies": {
@@ -121,8 +121,8 @@
121
121
  }
122
122
  },
123
123
  "engines": {
124
- "node": ">=20",
125
- "npm": ">=10",
124
+ "node": ">=24",
125
+ "npm": ">=11",
126
126
  "yarn": ">=4"
127
127
  },
128
128
  "resolutions": {
package/polyfill.html.ejs CHANGED
@@ -59,8 +59,8 @@ _%>
59
59
  <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=<%- encodeURIComponent(Array.from(features).sort().join(',')) %>"></script>
60
60
  <script>
61
61
  /*
62
- Only provide the shadow dom polyfill and avoid to patch a lot
63
- of dom apis.
62
+ Only provide the shadow dom polyfill and avoid to patch a lot of dom
63
+ apis.
64
64
  */
65
65
  window.ShadyDOM = {noPatch: true}
66
66
  </script>