button geht nicht; qr

This commit is contained in:
2023-01-07 02:03:46 +01:00
parent 4de971490a
commit 673c5f1b10
5 changed files with 149 additions and 45 deletions

18
package-lock.json generated
View File

@ -20,6 +20,7 @@
"env-cmd": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-repeatable": "^2.0.1",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"typescript": "^4.9.4",
@ -5370,6 +5371,11 @@
"node": ">=4"
}
},
"node_modules/chained-function": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/chained-function/-/chained-function-0.5.0.tgz",
"integrity": "sha512-Cq1nLFdK/dxHZNLjmA+LpH4ABI4knigZoCQEDzZt6AAG0GlylcRlTSu2qbwq3O5fJ8TosEJwB0YjtpHsb2FIGA=="
},
"node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
@ -14030,6 +14036,18 @@
"node": ">=0.10.0"
}
},
"node_modules/react-repeatable": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/react-repeatable/-/react-repeatable-2.0.1.tgz",
"integrity": "sha512-i4IA2s+1Fo59VtVN3lPi2sYUv3etug846YbT2gXBPNo+qfoAmoi2kDWY/truOqAxxza67wR67wqGEQYHVctDWw==",
"dependencies": {
"chained-function": "^0.5.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^0.14.0 || >=15.0.0"
}
},
"node_modules/react-router": {
"version": "6.4.5",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.5.tgz",