mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
fix: import error
This commit is contained in:
parent
87781588cd
commit
383ebeffb7
2 changed files with 688 additions and 922 deletions
1580
package-lock.json
generated
1580
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
@ -38,7 +38,7 @@
|
|||
"@nestjs/common": "^9.0.11",
|
||||
"@nestjs/config": "^2.2.0",
|
||||
"@nestjs/core": "^9.0.11",
|
||||
"@nestjs/graphql": "^10.1.0",
|
||||
"@nestjs/graphql": "^10.1.1",
|
||||
"@nestjs/jwt": "^9.0.0",
|
||||
"@nestjs/passport": "^9.0.0",
|
||||
"@nestjs/platform-express": "^9.0.11",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"@visx/shape": "^2.12.2",
|
||||
"@visx/tooltip": "^2.10.0",
|
||||
"apollo-server-express": "^3.10.2",
|
||||
"balanceofsatoshis": "^12.28.1",
|
||||
"balanceofsatoshis": "^12.30.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bech32": "^2.0.0",
|
||||
"big.js": "^6.2.1",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"js-cookie": "^3.0.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lightning": "^5.20.2",
|
||||
"lightning": "^5.21.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nest-winston": "^1.7.0",
|
||||
"next": "^12.1.0",
|
||||
|
@ -103,14 +103,14 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"rxjs": "^7.5.6",
|
||||
"secp256k1": "^4.0.3",
|
||||
"socket.io-client": "^4.5.1",
|
||||
"socket.io-client": "^4.5.2",
|
||||
"socks-proxy-agent": "^7.0.0",
|
||||
"styled-components": "^5.3.5",
|
||||
"styled-react-modal": "^3.0.0",
|
||||
"styled-theming": "^2.2.0",
|
||||
"tiny-secp256k1": "^2.2.1",
|
||||
"uuid": "^8.3.2",
|
||||
"winston": "^3.8.1"
|
||||
"winston": "^3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^2.12.0",
|
||||
|
@ -121,10 +121,10 @@
|
|||
"@graphql-codegen/typescript-operations": "^2.5.3",
|
||||
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
|
||||
"@graphql-codegen/typescript-resolvers": "^2.7.3",
|
||||
"@nestjs/cli": "^9.1.1",
|
||||
"@nestjs/schematics": "^9.0.2",
|
||||
"@nestjs/cli": "^9.1.3",
|
||||
"@nestjs/schematics": "^9.0.3",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/big.js": "^6.1.5",
|
||||
"@types/big.js": "^6.1.6",
|
||||
"@types/cookie": "^0.5.1",
|
||||
"@types/cron": "^2.0.0",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
|
@ -135,8 +135,8 @@
|
|||
"@types/js-cookie": "^3.0.2",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/jsonwebtoken": "^8.5.9",
|
||||
"@types/lodash": "^4.14.184",
|
||||
"@types/node": "^18.6.1",
|
||||
"@types/lodash": "^4.14.185",
|
||||
"@types/node": "^18.7.17",
|
||||
"@types/numeral": "^2.0.2",
|
||||
"@types/qrcode.react": "^1.0.2",
|
||||
"@types/react": "^17.0.43",
|
||||
|
@ -151,12 +151,12 @@
|
|||
"@types/styled-theming": "^2.2.5",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||
"@typescript-eslint/parser": "^5.36.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||
"@typescript-eslint/parser": "^5.37.0",
|
||||
"apollo-server": "^3.10.2",
|
||||
"babel-plugin-styled-components": "^2.0.7",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint-config-next": "^12.2.5",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint-config-next": "^12.3.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
|
@ -170,7 +170,7 @@
|
|||
"ts-loader": "^9.3.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsconfig-paths": "^4.0.0",
|
||||
"typescript": "^4.7.4",
|
||||
"typescript": "^4.8.3",
|
||||
"ws": "^8.8.1"
|
||||
},
|
||||
"jest": {
|
||||
|
|
Loading…
Add table
Reference in a new issue