feat: Add priority pages and reusable component for task management, update devDependencies

This commit is contained in:
2024-11-06 14:24:32 +02:00
parent 8c179b8a0d
commit 55e81899ea
8 changed files with 209 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^18",
@@ -1434,6 +1435,12 @@
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
"dev": true
},
"node_modules/@types/node": {
"version": "20.17.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.3.tgz",