website-utilities 1.0.442 → 1.0.443
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.
- package/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.443",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"website",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"@types/ejs": "^3.1.5",
|
|
69
69
|
"@types/html-minifier": "^4.0.6",
|
|
70
70
|
"@types/jsdom": "^28.0.3",
|
|
71
|
-
"@types/node": "^25.9.
|
|
71
|
+
"@types/node": "^25.9.3",
|
|
72
72
|
"@types/webpack-env": "^1.18.8",
|
|
73
73
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
74
74
|
"@typescript-eslint/parser": "^8.61.0",
|
|
75
75
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
76
76
|
"bootstrap-icons": "^1.13.1",
|
|
77
|
-
"clientnode": "^4.0.
|
|
77
|
+
"clientnode": "^4.0.1423",
|
|
78
78
|
"css-loader": "^7.1.4",
|
|
79
|
-
"cssnano": "^8.0.
|
|
80
|
-
"eslint": "^10.
|
|
79
|
+
"cssnano": "^8.0.2",
|
|
80
|
+
"eslint": "^10.5.0",
|
|
81
81
|
"eslint-config-google": "^0.14.0",
|
|
82
82
|
"eslint-plugin-jsdoc": "^63.0.2",
|
|
83
83
|
"jest": "^30.4.2",
|
|
@@ -87,21 +87,21 @@
|
|
|
87
87
|
"postcss-fontpath": "^1.0.0",
|
|
88
88
|
"postcss-import": "^16.1.1",
|
|
89
89
|
"postcss-loader": "^8.2.1",
|
|
90
|
-
"postcss-preset-env": "^11.3.
|
|
90
|
+
"postcss-preset-env": "^11.3.1",
|
|
91
91
|
"postcss-scss": "^4.0.9",
|
|
92
92
|
"postcss-sprites": "^4.2.1",
|
|
93
93
|
"postcss-url": "^10.1.4",
|
|
94
94
|
"prop-types": "^15.8.1",
|
|
95
|
-
"sass": "^1.
|
|
95
|
+
"sass": "^1.101.0",
|
|
96
96
|
"sass-loader": "^17.0.0",
|
|
97
97
|
"style-loader": "^4.0.0",
|
|
98
98
|
"stylelint": "^17.13.0",
|
|
99
99
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
100
100
|
"typescript-eslint": "^8.61.0",
|
|
101
|
-
"web-component-wrapper": "^0.0.
|
|
102
|
-
"web-documentation": "^1.0.
|
|
101
|
+
"web-component-wrapper": "^0.0.602",
|
|
102
|
+
"web-documentation": "^1.0.39",
|
|
103
103
|
"weboptimizer": "^3.0.24",
|
|
104
|
-
"webpack-dev-server": "^5.2.
|
|
104
|
+
"webpack-dev-server": "^5.2.5"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"@babel/runtime": "*",
|
|
@@ -129,12 +129,11 @@
|
|
|
129
129
|
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
130
130
|
},
|
|
131
131
|
"sideEffects": false,
|
|
132
|
-
"
|
|
132
|
+
"webDocumentation": {
|
|
133
133
|
"languages": [
|
|
134
134
|
"deDE",
|
|
135
135
|
"enUS"
|
|
136
136
|
],
|
|
137
|
-
"name": "website-utilities",
|
|
138
137
|
"tagline": "extend your web app<!--deDE:erweitere deine Webanwendung-->",
|
|
139
138
|
"trackingCode": "UA-40192634-5"
|
|
140
139
|
},
|