fix: Update PrimeReact and fix all compilation errors

This commit is contained in:
Lions Dev
2025-10-13 05:18:02 +02:00
parent 6ebca4945c
commit 96eb956b0b
793 changed files with 11998 additions and 10690 deletions

30
package-lock.json generated Normal file → Executable file
View File

@@ -24,9 +24,9 @@
"keycloak-js": "^23.0.7",
"next": "^15.2.4",
"next-auth": "^4.24.0",
"primeflex": "3.3.0",
"primeicons": "^6.0.1",
"primereact": "10.2.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.3",
"quill": "^2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -5127,21 +5127,21 @@
"license": "MIT"
},
"node_modules/primeflex": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/primeflex/-/primeflex-3.3.0.tgz",
"integrity": "sha512-4hvyIO7lERN5bnyURn67Qpozghins8Jq/GSXO6tymc3oa2ADHWuiYBti8ZptPwHu+uD/HTEisS26NEmeIGfPZQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/primeflex/-/primeflex-3.3.1.tgz",
"integrity": "sha512-zaOq3YvcOYytbAmKv3zYc+0VNS9Wg5d37dfxZnveKBFPr7vEIwfV5ydrpiouTft8MVW6qNjfkaQphHSnvgQbpQ==",
"license": "MIT"
},
"node_modules/primeicons": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/primeicons/-/primeicons-6.0.1.tgz",
"integrity": "sha512-KDeO94CbWI4pKsPnYpA1FPjo79EsY9I+M8ywoPBSf9XMXoe/0crjbUK7jcQEDHuc0ZMRIZsxH3TYLv4TUtHmAA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/primeicons/-/primeicons-7.0.0.tgz",
"integrity": "sha512-jK3Et9UzwzTsd6tzl2RmwrVY/b8raJ3QZLzoDACj+oTJ0oX7L9Hy+XnVwgo4QVKlKpnP/Ur13SXV/pVh4LzaDw==",
"license": "MIT"
},
"node_modules/primereact": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/primereact/-/primereact-10.2.1.tgz",
"integrity": "sha512-F25053E1z+fod6V7AJ1Ix/DwSPkFQotk2+Idm0XkFsN+gQEywH7DgtbvNKpUA+LEq48h2+/WVK3D0V8IAm1Npg==",
"version": "10.9.7",
"resolved": "https://registry.npmjs.org/primereact/-/primereact-10.9.7.tgz",
"integrity": "sha512-Ap/lg9GGaS8Pq7IIlzguuG3qlaU6PYF6E0cCRo0rnWauRw/SQGvfreSVIIxqEhtR6xqlf7OV759lyvVOvBzmsQ==",
"license": "MIT",
"dependencies": {
"@types/react-transition-group": "^4.4.1",
@@ -5151,9 +5151,9 @@
"node": ">=14.0.0"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"@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": {