feat: Sauvegarde des compétences d'un élève [#16]

This commit is contained in:
N3WT DE COMPET
2025-05-20 17:31:50 +02:00
parent c9c7e7715e
commit 05136035ab
19 changed files with 269 additions and 137 deletions

View File

@ -23,6 +23,7 @@
"next-logger": "^5.0.1",
"pino": "^9.6.0",
"react": "^18",
"react-circular-progressbar": "^2.2.0",
"react-cookie": "^7.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
@ -5015,6 +5016,15 @@
"node": ">=0.10.0"
}
},
"node_modules/react-circular-progressbar": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-circular-progressbar/-/react-circular-progressbar-2.2.0.tgz",
"integrity": "sha512-cgyqEHOzB0nWMZjKfWN3MfSa1LV3OatcDjPz68lchXQUEiBD5O1WsAtoVK4/DSL0B4USR//cTdok4zCBkq8X5g==",
"license": "MIT",
"peerDependencies": {
"react": ">=0.14.0"
}
},
"node_modules/react-cookie": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.2.2.tgz",
@ -10037,6 +10047,12 @@
"loose-envify": "^1.1.0"
}
},
"react-circular-progressbar": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-circular-progressbar/-/react-circular-progressbar-2.2.0.tgz",
"integrity": "sha512-cgyqEHOzB0nWMZjKfWN3MfSa1LV3OatcDjPz68lchXQUEiBD5O1WsAtoVK4/DSL0B4USR//cTdok4zCBkq8X5g==",
"requires": {}
},
"react-cookie": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.2.2.tgz",