|
|
@@ -41,7 +41,7 @@
|
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
|
"prettier-plugin-sql": "^0.18.1",
|
|
|
- "stylelint": "^16.11.0",
|
|
|
+ "stylelint": "^16.12.0",
|
|
|
"stylelint-config-standard": "^36.0.1",
|
|
|
"vitepress": "^1.5.0",
|
|
|
"vitest": "^2.1.8",
|
|
|
@@ -697,6 +697,29 @@
|
|
|
"@csstools/css-tokenizer": "^3.0.3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@csstools/selector-specificity": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT-0",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss-selector-parser": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@docsearch/css": {
|
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.6.2.tgz",
|
|
|
@@ -7035,6 +7058,20 @@
|
|
|
"postcss": "^8.4.31"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/postcss-selector-parser": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/postcss-value-parser": {
|
|
|
"version": "4.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
@@ -7964,9 +8001,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stylelint": {
|
|
|
- "version": "16.11.0",
|
|
|
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.11.0.tgz",
|
|
|
- "integrity": "sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==",
|
|
|
+ "version": "16.12.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.12.0.tgz",
|
|
|
+ "integrity": "sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==",
|
|
|
"dev": true,
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -8016,7 +8053,7 @@
|
|
|
"string-width": "^4.2.3",
|
|
|
"supports-hyperlinks": "^3.1.0",
|
|
|
"svg-tags": "^1.0.0",
|
|
|
- "table": "^6.8.2",
|
|
|
+ "table": "^6.9.0",
|
|
|
"write-file-atomic": "^5.0.1"
|
|
|
},
|
|
|
"bin": {
|
|
|
@@ -8075,29 +8112,6 @@
|
|
|
"stylelint": "^16.1.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/stylelint/node_modules/@csstools/selector-specificity": {
|
|
|
- "version": "5.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
|
|
|
- "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/csstools"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/csstools"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT-0",
|
|
|
- "engines": {
|
|
|
- "node": ">=18"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "postcss-selector-parser": "^7.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/stylelint/node_modules/balanced-match": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
|
|
|
@@ -8190,20 +8204,6 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/stylelint/node_modules/postcss-selector-parser": {
|
|
|
- "version": "7.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
|
|
|
- "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
|
|
|
- "dev": true,
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "cssesc": "^3.0.0",
|
|
|
- "util-deprecate": "^1.0.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=4"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/stylelint/node_modules/resolve-from": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
|
@@ -8312,10 +8312,11 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/table": {
|
|
|
- "version": "6.8.2",
|
|
|
- "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz",
|
|
|
- "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==",
|
|
|
+ "version": "6.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz",
|
|
|
+ "integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
|
|
|
"dev": true,
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
"dependencies": {
|
|
|
"ajv": "^8.0.1",
|
|
|
"lodash.truncate": "^4.4.2",
|