mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
chore: 🔧 update deps
This commit is contained in:
parent
ce6be64de4
commit
9163f503d0
2 changed files with 925 additions and 496 deletions
1379
package-lock.json
generated
1379
package-lock.json
generated
File diff suppressed because it is too large
Load diff
42
package.json
42
package.json
|
@ -27,7 +27,7 @@
|
|||
"build:32": "docker build --no-cache -f arm32v7.Dockerfile -t apotdevin/thunderhub:test-arm32v7 .",
|
||||
"build:64": "docker build -f arm64v8.Dockerfile -t apotdevin/thunderhub:test-arm64v8 .",
|
||||
"build:manifest": "docker manifest create apotdevin/thunderhub:test apotdevin/thunderhub:test-amd64 apotdevin/thunderhub:test-arm32v7 apotdevin/thunderhub:test-arm64v8",
|
||||
"upgrade-latest": "yarn upgrade-interactive --latest",
|
||||
"upgrade-latest": "npx npm-check -u",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"keywords": [],
|
||||
|
@ -41,7 +41,7 @@
|
|||
"apollo-client": "^2.6.10",
|
||||
"apollo-link-http": "^1.5.17",
|
||||
"apollo-link-schema": "^1.2.5",
|
||||
"apollo-server-micro": "^2.13.1",
|
||||
"apollo-server-micro": "^2.14.1",
|
||||
"apollo-utilities": "^1.3.4",
|
||||
"base64url": "^3.0.1",
|
||||
"cookie": "^0.4.1",
|
||||
|
@ -55,11 +55,11 @@
|
|||
"js-cookie": "^2.2.1",
|
||||
"js-yaml": "^3.14.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"ln-service": "^48.2.0",
|
||||
"ln-service": "^48.3.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.groupby": "^4.6.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"next": "^9.4.2",
|
||||
"next": "^9.4.4",
|
||||
"numeral": "^2.0.6",
|
||||
"qrcode.react": "^1.0.0",
|
||||
"react": "^16.13.1",
|
||||
|
@ -77,31 +77,31 @@
|
|||
"styled-theming": "^2.2.0",
|
||||
"underscore": "^1.10.2",
|
||||
"uuid": "^8.1.0",
|
||||
"victory": "^34.3.7",
|
||||
"victory": "^34.3.9",
|
||||
"winston": "^3.2.1",
|
||||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.6",
|
||||
"@babel/core": "^7.10.2",
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"@graphql-codegen/cli": "^1.14.0",
|
||||
"@graphql-codegen/introspection": "1.14.0",
|
||||
"@graphql-codegen/typescript": "1.14.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.14.0",
|
||||
"@graphql-codegen/typescript-operations": "^1.14.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "1.14.0",
|
||||
"@graphql-codegen/typescript-resolvers": "1.14.0",
|
||||
"@next/bundle-analyzer": "^9.4.2",
|
||||
"@testing-library/jest-dom": "^5.8.0",
|
||||
"@graphql-codegen/cli": "^1.15.0",
|
||||
"@graphql-codegen/introspection": "^1.15.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.15.0",
|
||||
"@graphql-codegen/typescript": "^1.15.0",
|
||||
"@graphql-codegen/typescript-operations": "^1.15.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "^1.15.0",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.15.0",
|
||||
"@next/bundle-analyzer": "^9.4.4",
|
||||
"@testing-library/jest-dom": "^5.9.0",
|
||||
"@testing-library/react": "^10.0.4",
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"@types/node": "^14.0.5",
|
||||
"@types/node": "^14.0.6",
|
||||
"@types/react": "^16.9.35",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"@types/styled-theming": "^2.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^3.0.1",
|
||||
"@typescript-eslint/parser": "^3.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^3.0.2",
|
||||
"@typescript-eslint/parser": "^3.0.2",
|
||||
"babel-jest": "^26.0.1",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-inline-react-svg": "^1.1.1",
|
||||
|
@ -112,15 +112,15 @@
|
|||
"eslint": "^7.1.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-jest": "^23.13.1",
|
||||
"eslint-plugin-jest": "^23.13.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.3",
|
||||
"eslint-plugin-react": "^7.20.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.2",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"fast-diff": "^1.2.0",
|
||||
"husky": "^4.2.5",
|
||||
"jest": "^26.0.1",
|
||||
"lint-staged": "^10.2.6",
|
||||
"lint-staged": "^10.2.7",
|
||||
"prettier": "^2.0.5",
|
||||
"standard-version": "^8.0.0",
|
||||
"typescript": "^3.9.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue