1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: raw loader dependency

This commit is contained in:
FredrikOseberg 2025-08-11 19:36:07 +02:00
parent 59a135f704
commit b4ad51659b
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0
2 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,7 @@
"@docusaurus/types": "^3.7.0", "@docusaurus/types": "^3.7.0",
"@tsconfig/docusaurus": "2.0.3", "@tsconfig/docusaurus": "2.0.3",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"raw-loader": "^4.0.2",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"resolutions": { "resolutions": {

View File

@ -14119,6 +14119,18 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
languageName: node languageName: node
linkType: hard linkType: hard
"raw-loader@npm:^4.0.2":
version: 4.0.2
resolution: "raw-loader@npm:4.0.2"
dependencies:
loader-utils: "npm:^2.0.0"
schema-utils: "npm:^3.0.0"
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
checksum: 10c0/981ebe65e1cee7230300d21ba6dcd8bd23ea81ef4ad2b167c0f62d93deba347f27921d330be848634baab3831cf9f38900af6082d6416c2e937fe612fa6a74ff
languageName: node
linkType: hard
"rc@npm:1.2.8": "rc@npm:1.2.8":
version: 1.2.8 version: 1.2.8
resolution: "rc@npm:1.2.8" resolution: "rc@npm:1.2.8"
@ -17178,6 +17190,7 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
plugin-image-zoom: flexanalytics/plugin-image-zoom plugin-image-zoom: flexanalytics/plugin-image-zoom
prism-react-renderer: "npm:^2.4.0" prism-react-renderer: "npm:^2.4.0"
prism-svelte: "npm:^0.5.0" prism-svelte: "npm:^0.5.0"
raw-loader: "npm:^4.0.2"
react: "npm:^18.3.1" react: "npm:^18.3.1"
react-dom: "npm:^18.3.1" react-dom: "npm:^18.3.1"
sass: "npm:^1.85.1" sass: "npm:^1.85.1"