mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
chore: add nvmrc file and bump deps
This commit is contained in:
parent
eeb8ad4d7b
commit
71b9e54632
3 changed files with 303 additions and 21150 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
v14.15
|
21442
package-lock.json
generated
21442
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -32,7 +32,7 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.6.8",
|
||||
"@apollo/client": "^3.6.9",
|
||||
"@fullerstack/nax-ipware": "^0.10.0",
|
||||
"@nestjs/apollo": "^10.0.16",
|
||||
"@nestjs/common": "^8.4.7",
|
||||
|
@ -109,7 +109,7 @@
|
|||
"styled-theming": "^2.2.0",
|
||||
"tiny-secp256k1": "^2.2.1",
|
||||
"uuid": "^8.3.2",
|
||||
"winston": "^3.7.2"
|
||||
"winston": "^3.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^2.6.2",
|
||||
|
@ -120,11 +120,11 @@
|
|||
"@graphql-codegen/typescript-operations": "^2.4.2",
|
||||
"@graphql-codegen/typescript-react-apollo": "^3.2.16",
|
||||
"@graphql-codegen/typescript-resolvers": "^2.6.6",
|
||||
"@nestjs/cli": "^8.2.6",
|
||||
"@nestjs/cli": "^8.2.8",
|
||||
"@nestjs/schematics": "^8.0.11",
|
||||
"@nestjs/testing": "^8.4.7",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/big.js": "^6.1.3",
|
||||
"@types/big.js": "^6.1.4",
|
||||
"@types/cookie": "^0.5.1",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/d3-array": "^3.0.3",
|
||||
|
@ -166,7 +166,7 @@
|
|||
"standard-version": "^9.5.0",
|
||||
"supertest": "^6.2.3",
|
||||
"ts-jest": "^28.0.5",
|
||||
"ts-loader": "^9.3.0",
|
||||
"ts-loader": "^9.3.1",
|
||||
"ts-node": "^10.8.1",
|
||||
"tsconfig-paths": "^4.0.0",
|
||||
"typescript": "^4.7.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue