Skip to content
Merged
134 changes: 24 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"@tanstack/react-query-devtools": "^5.99.0",
"@types/eslint__js": "^8.42.3",
"@types/gradient-string": "^1.1.6",
"@types/lodash.keyby": "^4.6.9",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"axios-cache-interceptor": "^1.6.0",
Expand Down Expand Up @@ -107,11 +106,7 @@
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"localforage-memoryStorageDriver": "^0.9.2",
"lodash.camelcase": "^4.3.0",
"lodash.keyby": "^4.6.0",
"lodash.memoize": "^4.1.2",
"lodash.merge": "^4.6.2",
"lodash.snakecase": "^4.1.1",
"lodash": "^4.18.1",
"mini-css-extract-plugin": "1.6.2",
"parse5": "7.3.0",
"postcss": "^8.4.47",
Expand Down Expand Up @@ -155,8 +150,7 @@
"@tsconfig/node24": "^24.0.4",
"@types/compression": "^1.7.5",
"@types/jest": "^29.5.14",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash": "^4.17.24",
"@types/node": "^24.12.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
Expand Down
Loading