Skip to content
Merged
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
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.0"
"webpack-cli": "^7.0.2"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tslib": "^2.8.1",
"zustand": "^5.0.11"
"zustand": "^5.0.12"
},
"packageManager": "yarn@4.9.3"
}
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,8 @@ __metadata:
tslib: "npm:^2.8.1"
typescript: "npm:^5.9.3"
webpack: "npm:^5.105.4"
webpack-cli: "npm:^7.0.0"
zustand: "npm:^5.0.11"
webpack-cli: "npm:^7.0.2"
zustand: "npm:^5.0.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1782,9 +1782,9 @@ __metadata:
languageName: node
linkType: hard

"webpack-cli@npm:^7.0.0":
version: 7.0.0
resolution: "webpack-cli@npm:7.0.0"
"webpack-cli@npm:^7.0.2":
version: 7.0.2
resolution: "webpack-cli@npm:7.0.2"
dependencies:
"@discoveryjs/json-ext": "npm:^1.0.0"
commander: "npm:^14.0.3"
Expand All @@ -1806,7 +1806,7 @@ __metadata:
optional: true
bin:
webpack-cli: bin/cli.js
checksum: 10c0/014747110623b6134e291401c6b4fd9f835c1645e91a3d7b0e6e33f386b06cc812cc42a29915dd23aa8bcd21a710bba055fb5d496b5e510261a4b0bbffd4ceda
checksum: 10c0/1c103995bd578ca3b80c0dee1cb92c4a90a68b51c4770a0fb04adbe74b0b34886d394794a2e0d27c5cabac05a40e156d3ecfbc15e9fbb97640675c53e4503260
languageName: node
linkType: hard

Expand Down Expand Up @@ -1891,9 +1891,9 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:^5.0.11":
version: 5.0.11
resolution: "zustand@npm:5.0.11"
"zustand@npm:^5.0.12":
version: 5.0.12
resolution: "zustand@npm:5.0.12"
peerDependencies:
"@types/react": ">=18.0.0"
immer: ">=9.0.6"
Expand All @@ -1908,6 +1908,6 @@ __metadata:
optional: true
use-sync-external-store:
optional: true
checksum: 10c0/61836b48dac5978c9d1b8289d5162a151bee77828371b9aba6431a079b77faca0635ba53da3f7b331295fbc4e78318a109a4527f7a051cb63abfe79b69ccbecf
checksum: 10c0/304c1dfb6033d758ddc7606c15df8566e6cace83ee4eeec721e8975f7813fd4cca2c68ff6b3eaa1841a9e53f0cf8486007217479785eccb845e3596de4df7f1e
languageName: node
linkType: hard
Loading