web-component-wrapper 0.0.511 → 0.0.512
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-component-wrapper",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.512",
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
5
5
|
"keywords": [
|
6
6
|
"component",
|
@@ -68,22 +68,22 @@
|
|
68
68
|
},
|
69
69
|
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {Web} = require('web-component-wrapper')\n\nWeb.hasCode('<div>${expression}</div>')",
|
70
70
|
"devDependencies": {
|
71
|
-
"@babel/eslint-parser": "^7.
|
71
|
+
"@babel/eslint-parser": "^7.26.5",
|
72
72
|
"@babel/runtime": "^7.26.0",
|
73
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
73
|
+
"@stylistic/eslint-plugin-ts": "^2.13.0",
|
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.6",
|
78
|
+
"@types/react": "^19.0.7",
|
79
|
+
"@types/react-dom": "^19.0.3",
|
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.20.0",
|
82
|
+
"@typescript-eslint/parser": "^8.20.0",
|
83
83
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
84
|
-
"clientnode": "^3.0.
|
84
|
+
"clientnode": "^3.0.1256",
|
85
85
|
"documentation-website": "^1.0.341",
|
86
|
-
"eslint": "^9.
|
86
|
+
"eslint": "^9.18.0",
|
87
87
|
"eslint-config-google": "^0.14.0",
|
88
88
|
"eslint-plugin-jsdoc": "^50.6.1",
|
89
89
|
"jest": "^29.7.0",
|
@@ -91,8 +91,8 @@
|
|
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.
|
94
|
+
"typescript-eslint": "^8.20.0",
|
95
|
+
"weboptimizer": "^2.0.1553",
|
96
96
|
"webpack-dev-server": "^5.2.0"
|
97
97
|
},
|
98
98
|
"peerDependencies": {
|
@@ -196,5 +196,5 @@
|
|
196
196
|
}
|
197
197
|
}
|
198
198
|
},
|
199
|
-
"packageManager": "yarn@4.
|
199
|
+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
|
200
200
|
}
|