deps: remove now unused style-loader

This commit is contained in:
Panagiotis Papadopoulos 2025-02-21 22:57:44 +01:00
parent 55bdd4fffc
commit 1ded78975e
2 changed files with 0 additions and 19 deletions

18
package-lock.json generated
View File

@ -176,7 +176,6 @@
"rimraf": "6.0.1",
"sass": "1.85.0",
"sass-loader": "16.0.5",
"style-loader": "4.0.0",
"swagger-jsdoc": "6.2.8",
"tslib": "2.8.1",
"tsx": "4.19.3",
@ -16822,23 +16821,6 @@
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/style-loader": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-4.0.0.tgz",
"integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 18.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.27.0"
}
},
"node_modules/stylis": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz",

View File

@ -223,7 +223,6 @@
"rimraf": "6.0.1",
"sass": "1.85.0",
"sass-loader": "16.0.5",
"style-loader": "4.0.0",
"swagger-jsdoc": "6.2.8",
"tslib": "2.8.1",
"tsx": "4.19.3",