|
@@ -31,7 +31,7 @@
|
|
"stylelint-prettier": "^5.0.3",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"svgo": "^3.3.2",
|
|
"svgo": "^3.3.2",
|
|
"vite": "^6.2.1",
|
|
"vite": "^6.2.1",
|
|
- "vite-plugin-static-copy": "^2.2.0",
|
|
|
|
|
|
+ "vite-plugin-static-copy": "^2.3.0",
|
|
"vite-plugin-stylelint": "^6.0.0",
|
|
"vite-plugin-stylelint": "^6.0.0",
|
|
"webpack": "^5.97.1",
|
|
"webpack": "^5.97.1",
|
|
"webpack-cli": "^6.0.1"
|
|
"webpack-cli": "^6.0.1"
|
|
@@ -6827,15 +6827,16 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/vite-plugin-static-copy": {
|
|
"node_modules/vite-plugin-static-copy": {
|
|
- "version": "2.2.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.2.0.tgz",
|
|
|
|
- "integrity": "sha512-ytMrKdR9iWEYHbUxs6x53m+MRl4SJsOSoMu1U1+Pfg0DjPeMlsRVx3RR5jvoonineDquIue83Oq69JvNsFSU5w==",
|
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-LLKwhhHetGaCnWz4mas4qqjjguDka6/6b4+SeIohRroj8aCE7QTfiZECfPecslFQkWZ3HdQuq5kOPmWZjNYlKA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"chokidar": "^3.5.3",
|
|
"chokidar": "^3.5.3",
|
|
"fast-glob": "^3.2.11",
|
|
"fast-glob": "^3.2.11",
|
|
"fs-extra": "^11.1.0",
|
|
"fs-extra": "^11.1.0",
|
|
|
|
+ "p-map": "^7.0.3",
|
|
"picocolors": "^1.0.0"
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
@@ -6860,6 +6861,19 @@
|
|
"node": ">=14.14"
|
|
"node": ">=14.14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/vite-plugin-static-copy/node_modules/p-map": {
|
|
|
|
+ "version": "7.0.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
|
|
|
|
+ "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=18"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/vite-plugin-stylelint": {
|
|
"node_modules/vite-plugin-stylelint": {
|
|
"version": "6.0.0",
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-stylelint/-/vite-plugin-stylelint-6.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-stylelint/-/vite-plugin-stylelint-6.0.0.tgz",
|