web-component-wrapper 0.0.510 → 0.0.511
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-component-wrapper",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.511",
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
5
5
|
"keywords": [
|
6
6
|
"component",
|
@@ -70,30 +70,30 @@
|
|
70
70
|
"devDependencies": {
|
71
71
|
"@babel/eslint-parser": "^7.25.9",
|
72
72
|
"@babel/runtime": "^7.26.0",
|
73
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
73
|
+
"@stylistic/eslint-plugin-ts": "^2.12.1",
|
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.10.
|
78
|
-
"@types/react": "^19.0.
|
79
|
-
"@types/react-dom": "^19.0.
|
77
|
+
"@types/node": "^22.10.2",
|
78
|
+
"@types/react": "^19.0.2",
|
79
|
+
"@types/react-dom": "^19.0.2",
|
80
80
|
"@types/webpack-env": "^1.18.5",
|
81
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
82
|
-
"@typescript-eslint/parser": "^8.
|
81
|
+
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
82
|
+
"@typescript-eslint/parser": "^8.18.2",
|
83
83
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
84
|
-
"clientnode": "^3.0.
|
85
|
-
"documentation-website": "^1.0.
|
86
|
-
"eslint": "^9.
|
84
|
+
"clientnode": "^3.0.1255",
|
85
|
+
"documentation-website": "^1.0.341",
|
86
|
+
"eslint": "^9.17.0",
|
87
87
|
"eslint-config-google": "^0.14.0",
|
88
|
-
"eslint-plugin-jsdoc": "^50.6.
|
88
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
89
89
|
"jest": "^29.7.0",
|
90
90
|
"jsdoc": "^4.0.4",
|
91
91
|
"prop-types": "^15.8.1",
|
92
92
|
"react": "^19.0.0",
|
93
93
|
"react-dom": "^19.0.0",
|
94
|
-
"typescript-eslint": "^8.
|
95
|
-
"weboptimizer": "^2.0.
|
96
|
-
"webpack-dev-server": "^5.
|
94
|
+
"typescript-eslint": "^8.18.2",
|
95
|
+
"weboptimizer": "^2.0.1552",
|
96
|
+
"webpack-dev-server": "^5.2.0"
|
97
97
|
},
|
98
98
|
"peerDependencies": {
|
99
99
|
"@babel/runtime": "*",
|