mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
chore: 🔧 bump deps
This commit is contained in:
parent
5dd94af06a
commit
f8c4e53388
2 changed files with 3224 additions and 2756 deletions
5898
package-lock.json
generated
5898
package-lock.json
generated
File diff suppressed because it is too large
Load diff
82
package.json
82
package.json
|
|
@ -44,22 +44,22 @@
|
|||
"apollo-client": "^2.6.10",
|
||||
"apollo-link-http": "^1.5.17",
|
||||
"apollo-link-schema": "^1.2.5",
|
||||
"apollo-server-micro": "^2.15.0",
|
||||
"apollo-server-micro": "^2.15.1",
|
||||
"apollo-utilities": "^1.3.4",
|
||||
"balanceofsatoshis": "^5.39.4",
|
||||
"balanceofsatoshis": "^5.40.2",
|
||||
"base64url": "^3.0.1",
|
||||
"cookie": "^0.4.1",
|
||||
"crypto-js": "^4.0.0",
|
||||
"date-fns": "^2.14.0",
|
||||
"graphql": "^15.1.0",
|
||||
"graphql": "^15.3.0",
|
||||
"graphql-iso-date": "^3.6.1",
|
||||
"graphql-rate-limit": "^2.0.1",
|
||||
"graphql-tag": "^2.10.3",
|
||||
"intersection-observer": "^0.10.0",
|
||||
"graphql-tag": "^2.10.4",
|
||||
"intersection-observer": "^0.11.0",
|
||||
"js-cookie": "^2.2.1",
|
||||
"js-yaml": "^3.14.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"ln-service": "^49.0.1",
|
||||
"ln-service": "^49.3.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.groupby": "^4.6.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
@ -73,66 +73,66 @@
|
|||
"react-dom": "^16.13.1",
|
||||
"react-feather": "^2.0.8",
|
||||
"react-intersection-observer": "^8.26.2",
|
||||
"react-spinners": "^0.8.3",
|
||||
"react-spinners": "^0.9.0",
|
||||
"react-spring": "^8.0.27",
|
||||
"react-toastify": "^6.0.5",
|
||||
"react-toastify": "^6.0.8",
|
||||
"react-tooltip": "^4.2.7",
|
||||
"styled-components": "^5.1.1",
|
||||
"styled-react-modal": "^2.0.1",
|
||||
"styled-theming": "^2.2.0",
|
||||
"underscore": "^1.10.2",
|
||||
"uuid": "^8.1.0",
|
||||
"victory": "^34.3.11",
|
||||
"winston": "^3.2.1",
|
||||
"uuid": "^8.2.0",
|
||||
"victory": "^35.0.3",
|
||||
"winston": "^3.3.3",
|
||||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.3",
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"@graphql-codegen/cli": "^1.15.4",
|
||||
"@graphql-codegen/fragment-matcher": "^1.15.4",
|
||||
"@graphql-codegen/introspection": "^1.15.4",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.15.4",
|
||||
"@graphql-codegen/typescript": "^1.15.4",
|
||||
"@graphql-codegen/typescript-operations": "^1.15.4",
|
||||
"@graphql-codegen/typescript-react-apollo": "^1.15.4",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.15.4",
|
||||
"@babel/core": "^7.10.4",
|
||||
"@commitlint/cli": "^9.0.1",
|
||||
"@commitlint/config-conventional": "^9.0.1",
|
||||
"@graphql-codegen/cli": "^1.17.0",
|
||||
"@graphql-codegen/fragment-matcher": "^1.17.0",
|
||||
"@graphql-codegen/introspection": "^1.17.0",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.17.0",
|
||||
"@graphql-codegen/typescript": "^1.17.0",
|
||||
"@graphql-codegen/typescript-operations": "^1.17.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "^1.17.0",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.17.0",
|
||||
"@next/bundle-analyzer": "^9.4.4",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^10.3.0",
|
||||
"@testing-library/jest-dom": "^5.11.0",
|
||||
"@testing-library/react": "^10.4.5",
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"@types/node": "^14.0.13",
|
||||
"@types/react": "^16.9.38",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"@types/styled-theming": "^2.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^3.3.0",
|
||||
"@typescript-eslint/parser": "^3.3.0",
|
||||
"apollo-server": "^2.15.0",
|
||||
"apollo-server-testing": "^2.15.0",
|
||||
"babel-jest": "^26.0.1",
|
||||
"@types/node": "^14.0.22",
|
||||
"@types/react": "^16.9.43",
|
||||
"@types/styled-components": "^5.1.1",
|
||||
"@types/styled-theming": "^2.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
||||
"@typescript-eslint/parser": "^3.6.0",
|
||||
"apollo-server": "^2.15.1",
|
||||
"apollo-server-testing": "^2.15.1",
|
||||
"babel-jest": "^26.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-inline-react-svg": "^1.1.1",
|
||||
"babel-plugin-styled-components": "^1.10.7",
|
||||
"babel-preset-react-app": "^9.1.2",
|
||||
"cross-env": "^7.0.2",
|
||||
"devmoji": "^2.1.9",
|
||||
"eslint": "^7.3.0",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.21.2",
|
||||
"eslint-plugin-jest": "^23.13.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jest": "^23.18.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.20.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"eslint-plugin-react-hooks": "^4.0.7",
|
||||
"fast-diff": "^1.2.0",
|
||||
"husky": "^4.2.5",
|
||||
"jest": "^26.0.1",
|
||||
"jest": "^26.1.0",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"lint-staged": "^10.2.11",
|
||||
"prettier": "^2.0.5",
|
||||
"standard-version": "^8.0.0",
|
||||
"typescript": "^3.9.5"
|
||||
"standard-version": "^8.0.1",
|
||||
"typescript": "^3.9.6"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue