web-component-wrapper 0.0.504 → 0.0.505

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.504",
3
+ "version": "0.0.505",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -70,7 +70,7 @@
70
70
  "devDependencies": {
71
71
  "@babel/eslint-parser": "^7.25.9",
72
72
  "@babel/runtime": "^7.26.0",
73
- "@stylistic/eslint-plugin-ts": "^2.10.1",
73
+ "@stylistic/eslint-plugin-ts": "^2.11.0",
74
74
  "@types/ejs": "^3.1.5",
75
75
  "@types/html-minifier": "^4.0.5",
76
76
  "@types/jsdom": "^21.1.7",
@@ -78,12 +78,12 @@
78
78
  "@types/react": "^18.3.12",
79
79
  "@types/react-dom": "^18.3.1",
80
80
  "@types/webpack-env": "^1.18.5",
81
- "@typescript-eslint/eslint-plugin": "^8.14.0",
82
- "@typescript-eslint/parser": "^8.14.0",
81
+ "@typescript-eslint/eslint-plugin": "^8.15.0",
82
+ "@typescript-eslint/parser": "^8.15.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^3.0.1226",
85
- "documentation-website": "^1.0.338",
86
- "eslint": "^9.14.0",
84
+ "clientnode": "^3.0.1229",
85
+ "documentation-website": "^1.0.339",
86
+ "eslint": "^9.15.0",
87
87
  "eslint-config-google": "^0.14.0",
88
88
  "eslint-plugin-jsdoc": "^50.5.0",
89
89
  "jest": "^29.7.0",
@@ -91,8 +91,8 @@
91
91
  "prop-types": "^15.8.1",
92
92
  "react": "^18.3.1",
93
93
  "react-dom": "^18.3.1",
94
- "typescript-eslint": "^8.14.0",
95
- "weboptimizer": "^2.0.1537",
94
+ "typescript-eslint": "^8.15.0",
95
+ "weboptimizer": "^2.0.1538",
96
96
  "webpack-dev-server": "^5.1.0"
97
97
  },
98
98
  "peerDependencies": {