website-utilities 1.0.359 → 1.0.361
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/index.js +0 -0
- package/package.json +20 -21
- package/readme.md +1 -0
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.361",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jquery",
|
|
@@ -57,51 +57,50 @@
|
|
|
57
57
|
"test:browser": "weboptimizer test:browser",
|
|
58
58
|
"test:coverage": "weboptimizer test:coverage",
|
|
59
59
|
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
60
|
-
"update": "yarn version patch && yarn npm publish",
|
|
61
60
|
"update:documentation": "documentation-website",
|
|
62
61
|
"watch": "weboptimizer build --watch"
|
|
63
62
|
},
|
|
64
63
|
"devDependencies": {
|
|
65
|
-
"@babel/eslint-parser": "^7.
|
|
64
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
66
65
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
67
|
-
"@babel/runtime": "^7.26.
|
|
68
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
66
|
+
"@babel/runtime": "^7.26.7",
|
|
67
|
+
"@stylistic/eslint-plugin-ts": "^3.0.1",
|
|
69
68
|
"@types/ejs": "^3.1.5",
|
|
70
69
|
"@types/html-minifier": "^4.0.5",
|
|
71
70
|
"@types/jquery": "^3.5.32",
|
|
72
71
|
"@types/jsdom": "^21.1.7",
|
|
73
|
-
"@types/node": "^22.
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
75
|
-
"@typescript-eslint/parser": "^8.
|
|
76
|
-
"clientnode": "^3.0.
|
|
72
|
+
"@types/node": "^22.12.0",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
74
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
75
|
+
"clientnode": "^3.0.1269",
|
|
77
76
|
"css-loader": "^7.1.2",
|
|
78
77
|
"cssnano": "^7.0.6",
|
|
79
|
-
"documentation-website": "^1.0.
|
|
80
|
-
"eslint": "^9.
|
|
78
|
+
"documentation-website": "^1.0.342",
|
|
79
|
+
"eslint": "^9.19.0",
|
|
81
80
|
"eslint-config-google": "^0.14.0",
|
|
82
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
83
|
-
"internationalisation": "^1.0.
|
|
81
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
82
|
+
"internationalisation": "^1.0.333",
|
|
84
83
|
"jest": "^29.7.0",
|
|
85
84
|
"jquery": "^3.7.1",
|
|
86
85
|
"jsdoc": "^4.0.4",
|
|
87
86
|
"mini-css-extract-plugin": "^2.9.2",
|
|
88
|
-
"postcss": "^8.
|
|
87
|
+
"postcss": "^8.5.1",
|
|
89
88
|
"postcss-fontpath": "^1.0.0",
|
|
90
89
|
"postcss-import": "^16.1.0",
|
|
91
90
|
"postcss-loader": "^8.1.1",
|
|
92
|
-
"postcss-preset-env": "^10.1.
|
|
91
|
+
"postcss-preset-env": "^10.1.3",
|
|
93
92
|
"postcss-scss": "^4.0.9",
|
|
94
93
|
"postcss-sprites": "^4.2.1",
|
|
95
94
|
"postcss-url": "^10.1.3",
|
|
96
|
-
"sass": "^1.
|
|
95
|
+
"sass": "^1.83.4",
|
|
97
96
|
"sass-loader": "^16.0.4",
|
|
98
97
|
"spin.js": "^4.1.2",
|
|
99
98
|
"style-loader": "^4.0.0",
|
|
100
|
-
"stylelint": "^16.
|
|
99
|
+
"stylelint": "^16.14.1",
|
|
101
100
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
102
|
-
"typescript-eslint": "^8.
|
|
103
|
-
"weboptimizer": "^2.0.
|
|
104
|
-
"webpack-dev-server": "^5.
|
|
101
|
+
"typescript-eslint": "^8.22.0",
|
|
102
|
+
"weboptimizer": "^2.0.1559",
|
|
103
|
+
"webpack-dev-server": "^5.2.0"
|
|
105
104
|
},
|
|
106
105
|
"peerDependencies": {
|
|
107
106
|
"@babel/runtime": "*",
|
|
@@ -284,5 +283,5 @@
|
|
|
284
283
|
}
|
|
285
284
|
}
|
|
286
285
|
},
|
|
287
|
-
"packageManager": "yarn@4.
|
|
286
|
+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
|
|
288
287
|
}
|
package/readme.md
CHANGED
|
@@ -17,6 +17,7 @@ Project status
|
|
|
17
17
|
[](https://www.npmjs.com/package/website-utilities)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/website-utilities/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/website-utilities/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/website-utilities/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/website-utilities/actions/workflows/lint.yaml)
|