Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"globals": "16.4.0",
"typescript": "5.9.3",
"vite": "7.1.12",
"vite-plugin-checker": "0.11.0"
"vite-plugin-checker": "0.12.0"
},
"packageManager": "yarn@4.10.3"
}
45 changes: 8 additions & 37 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3348,18 +3348,6 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.4.4":
version: 6.4.4
resolution: "fdir@npm:6.4.4"
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
checksum: 10/d0000d6b790059b35f4ed19acc8847a66452e0bc68b28766c929ffd523e5ec2083811fc8a545e4a1d4945ce70e887b3a610c145c681073b506143ae3076342ed
languageName: node
linkType: hard

"fdir@npm:^6.5.0":
version: 6.5.0
resolution: "fdir@npm:6.5.0"
Expand Down Expand Up @@ -5374,13 +5362,6 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
version: 4.0.2
resolution: "picomatch@npm:4.0.2"
checksum: 10/ce617b8da36797d09c0baacb96ca8a44460452c89362d7cb8f70ca46b4158ba8bc3606912de7c818eb4a939f7f9015cef3c766ec8a0c6bfc725fdc078e39c717
languageName: node
linkType: hard

"picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
Expand Down Expand Up @@ -6470,16 +6451,6 @@ __metadata:
languageName: node
linkType: hard

"tinyglobby@npm:^0.2.14":
version: 0.2.14
resolution: "tinyglobby@npm:0.2.14"
dependencies:
fdir: "npm:^6.4.4"
picomatch: "npm:^4.0.2"
checksum: 10/3d306d319718b7cc9d79fb3f29d8655237aa6a1f280860a217f93417039d0614891aee6fc47c5db315f4fcc6ac8d55eb8e23e2de73b2c51a431b42456d9e5764
languageName: node
linkType: hard

"tinyglobby@npm:^0.2.15":
version: 0.2.15
resolution: "tinyglobby@npm:0.2.15"
Expand Down Expand Up @@ -6546,7 +6517,7 @@ __metadata:
react-sliding-pane: "npm:7.3.0"
typescript: "npm:5.9.3"
vite: "npm:7.1.12"
vite-plugin-checker: "npm:0.11.0"
vite-plugin-checker: "npm:0.12.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6812,27 +6783,27 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-checker@npm:0.11.0":
version: 0.11.0
resolution: "vite-plugin-checker@npm:0.11.0"
"vite-plugin-checker@npm:0.12.0":
version: 0.12.0
resolution: "vite-plugin-checker@npm:0.12.0"
dependencies:
"@babel/code-frame": "npm:^7.27.1"
chokidar: "npm:^4.0.3"
npm-run-path: "npm:^6.0.0"
picocolors: "npm:^1.1.1"
picomatch: "npm:^4.0.3"
tiny-invariant: "npm:^1.3.3"
tinyglobby: "npm:^0.2.14"
tinyglobby: "npm:^0.2.15"
vscode-uri: "npm:^3.1.0"
peerDependencies:
"@biomejs/biome": ">=1.7"
eslint: ">=7"
eslint: ">=9.39.1"
meow: ^13.2.0
optionator: ^0.9.4
oxlint: ">=1"
stylelint: ">=16"
typescript: "*"
vite: ">=5.4.20"
vite: ">=5.4.21"
vls: "*"
vti: "*"
vue-tsc: ~2.2.10 || ^3.0.0
Expand All @@ -6857,7 +6828,7 @@ __metadata:
optional: true
vue-tsc:
optional: true
checksum: 10/52e85abadb4dc5ee662b038e07c9ca07ad05b13ff70ed3665fae65548026b32542c4228ffa48e2c206395483a1272d85e3314b4408f6087f25839ba2ccf71db6
checksum: 10/a631e9e7b069310ad37708573c9125f63d8f8fecb35756b2f707bbd7373c38f99f763fbd03b13658e1726fd5b5825da22328a9c7b532a8c87e20d460d3915719
languageName: node
linkType: hard

Expand Down
Loading