mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
chore: dependency updates
This commit is contained in:
parent
d535ead156
commit
9e2efb02c7
2 changed files with 1036 additions and 2674 deletions
3656
package-lock.json
generated
3656
package-lock.json
generated
File diff suppressed because it is too large
Load diff
54
package.json
54
package.json
|
|
@ -39,20 +39,20 @@
|
|||
"@apollo/server": "^5.4.0",
|
||||
"@as-integrations/express5": "^1.1.2",
|
||||
"@nestjs/apollo": "^13.2.4",
|
||||
"@nestjs/common": "^11.1.14",
|
||||
"@nestjs/common": "^11.1.16",
|
||||
"@nestjs/config": "^4.0.3",
|
||||
"@nestjs/core": "^11.1.14",
|
||||
"@nestjs/core": "^11.1.16",
|
||||
"@nestjs/graphql": "^13.2.4",
|
||||
"@nestjs/jwt": "^11.0.2",
|
||||
"@nestjs/passport": "^11.0.5",
|
||||
"@nestjs/platform-express": "^11.1.14",
|
||||
"@nestjs/platform-express": "^11.1.16",
|
||||
"@nestjs/schedule": "^6.1.1",
|
||||
"@nestjs/serve-static": "^5.0.4",
|
||||
"@nestjs/throttler": "^6.5.0",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-slider": "^1.3.6",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@vulpemventures/secp256k1-zkp": "^3.2.1",
|
||||
"async": "^3.2.6",
|
||||
|
|
@ -72,14 +72,14 @@
|
|||
"echarts": "^6.0.0",
|
||||
"echarts-for-react": "^3.0.6",
|
||||
"ecpair": "^3.0.1",
|
||||
"graphql": "^16.12.0",
|
||||
"graphql": "^16.13.1",
|
||||
"helmet": "^8.1.0",
|
||||
"js-cookie": "^3.0.5",
|
||||
"js-yaml": "^4.1.1",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"lightning": "^11.0.1",
|
||||
"lightning": "^11.0.3",
|
||||
"lodash": "^4.17.23",
|
||||
"lucide-react": "^0.574.0",
|
||||
"lucide-react": "^0.577.0",
|
||||
"nest-winston": "^1.10.2",
|
||||
"otplib": "^13.3.0",
|
||||
"passport": "^0.7.0",
|
||||
|
|
@ -89,32 +89,32 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"react-grid-layout": "^2.2.2",
|
||||
"react-hot-toast": "^2.6.0",
|
||||
"react-router-dom": "^7.13.0",
|
||||
"react-router-dom": "^7.13.1",
|
||||
"react-tooltip": "^5.30.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "^7.8.2",
|
||||
"secp256k1": "^5.0.1",
|
||||
"socks-proxy-agent": "^8.0.5",
|
||||
"styled-components": "^6.3.9",
|
||||
"styled-components": "^6.3.11",
|
||||
"styled-theming": "^2.2.0",
|
||||
"tailwind-merge": "^3.4.1",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"tiny-secp256k1": "^2.2.4",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"uuid": "^13.0.0",
|
||||
"winston": "^3.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@eslint/eslintrc": "^3.3.5",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@graphql-codegen/cli": "^6.1.1",
|
||||
"@graphql-codegen/cli": "^6.1.3",
|
||||
"@graphql-codegen/fragment-matcher": "^6.0.0",
|
||||
"@graphql-codegen/introspection": "^5.0.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^4.0.0",
|
||||
"@graphql-codegen/typescript": "^5.0.7",
|
||||
"@graphql-codegen/typescript-operations": "^5.0.7",
|
||||
"@graphql-codegen/typescript-react-apollo": "^4.4.0",
|
||||
"@graphql-codegen/typescript-resolvers": "^5.1.5",
|
||||
"@graphql-codegen/introspection": "^5.0.1",
|
||||
"@graphql-codegen/near-operation-file-preset": "^5.0.0",
|
||||
"@graphql-codegen/typescript": "^5.0.9",
|
||||
"@graphql-codegen/typescript-operations": "^5.0.9",
|
||||
"@graphql-codegen/typescript-react-apollo": "^4.4.1",
|
||||
"@graphql-codegen/typescript-resolvers": "^5.1.7",
|
||||
"@nestjs/cli": "^11.0.16",
|
||||
"@nestjs/schematics": "^11.0.9",
|
||||
"@types/async": "^3.2.25",
|
||||
|
|
@ -124,25 +124,25 @@
|
|||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/lodash": "^4.17.23",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/lodash": "^4.17.24",
|
||||
"@types/node": "^25.4.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/secp256k1": "^4.0.7",
|
||||
"@types/styled-theming": "^2.2.9",
|
||||
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
||||
"@typescript-eslint/parser": "^8.56.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
||||
"@typescript-eslint/parser": "^8.57.0",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"babel-plugin-styled-components": "^2.1.4",
|
||||
"concurrently": "^9.2.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint": "^10.0.3",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"globals": "^17.3.0",
|
||||
"globals": "^17.4.0",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.2.0",
|
||||
"lint-staged": "^16.2.7",
|
||||
"jest": "^30.3.0",
|
||||
"lint-staged": "^16.3.3",
|
||||
"prettier": "^3.8.1",
|
||||
"rimraf": "^6.1.3",
|
||||
"standard-version": "^9.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue