Changing button labels
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / test (./frontend) (push) Successful in 29s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Has been cancelled

This commit is contained in:
Phill Pover 2025-04-06 22:22:07 +01:00
parent 1b917180ad
commit 4483f45c52
2 changed files with 24 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"@mui/material": "^7.0.1",
"bootstrap": "^5.3.5",
"next": "15.2.4",
"primereact": "^10.9.4",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0"
@ -5174,6 +5175,28 @@
"node": ">= 0.8.0"
}
},
"node_modules/primereact": {
"version": "10.9.4",
"resolved": "https://registry.npmjs.org/primereact/-/primereact-10.9.4.tgz",
"integrity": "sha512-GMrelh07Wd1cwKjHpay3LCpwP346D43qBVkt8H/anGYC3z7kv5/AP0pizZv+aGQs2Fg5ufTTf+SI7IKWmyzgGg==",
"dependencies": {
"@types/react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.1"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
},
"node_modules/prop-types": {
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",

View File

@ -15,6 +15,7 @@
"@mui/material": "^7.0.1",
"bootstrap": "^5.3.5",
"next": "15.2.4",
"primereact": "^10.9.4",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0"