Compare commits

2 Commits

Author SHA1 Message Date
d7c4b0788d build: update the npm package lock () 2024-12-30 19:01:11 +00:00
37ab61743f build: update the npm package lock 2024-12-30 19:42:55 +01:00

12
package-lock.json generated

@ -5,14 +5,14 @@
"packages": {
"": {
"dependencies": {
"tailwindcss": "^3.4.10"
"tailwindcss": "3.4.10"
},
"devDependencies": {
"htmlhint": "^1.1.4",
"markdownlint-cli": "^0.43.0",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1"
"htmlhint": "1.1.4",
"markdownlint-cli": "0.43.0",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1"
}
},
"node_modules/@alloc/quick-lru": {