chore: 🔧 update deps

This commit is contained in:
Anthony Potdevin 2020-11-08 21:46:52 +01:00
parent 98d729876f
commit 65cf6fc749
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
2 changed files with 1045 additions and 1263 deletions

2276
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -34,11 +34,11 @@
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.2.5",
"@next/bundle-analyzer": "^10.0.0",
"@types/react": "^16.9.55",
"@next/bundle-analyzer": "^10.0.1",
"@types/react": "^16.9.56",
"@types/react-select": "^3.0.23",
"apollo-server-micro": "^2.19.0",
"balanceofsatoshis": "^7.2.4",
"balanceofsatoshis": "^7.2.7",
"bcryptjs": "^2.4.3",
"bech32": "^1.1.4",
"bip32": "^2.0.6",
@ -54,12 +54,12 @@
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"ln-service": "^50.3.0",
"ln-service": "^50.4.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"next": "^10.0.0",
"next": "^10.0.1",
"numeral": "^2.0.6",
"qrcode.react": "^1.0.0",
"react": "^17.0.1",
@ -67,13 +67,13 @@
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-intersection-observer": "^8.30.0",
"react-intersection-observer": "^8.30.1",
"react-qr-reader": "^2.2.1",
"react-select": "^3.1.0",
"react-spinners": "^0.9.0",
"react-spring": "^8.0.27",
"react-table": "^7.6.1",
"react-toastify": "^6.0.9",
"react-toastify": "^6.1.0",
"react-tooltip": "^4.2.10",
"secp256k1": "^4.0.2",
"styled-components": "^5.2.1",
@ -82,7 +82,7 @@
"typescript": "^4.0.5",
"underscore": "^1.11.0",
"uuid": "^8.3.1",
"victory": "^35.3.2",
"victory": "^35.3.4",
"winston": "^3.3.3"
},
"devDependencies": {
@ -90,16 +90,16 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@graphql-codegen/add": "^2.0.1",
"@graphql-codegen/cli": "^1.19.0",
"@graphql-codegen/cli": "^1.19.1",
"@graphql-codegen/fragment-matcher": "^2.0.0",
"@graphql-codegen/introspection": "^1.18.0",
"@graphql-codegen/near-operation-file-preset": "^1.17.11",
"@graphql-codegen/near-operation-file-preset": "^1.17.12",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.7",
"@graphql-codegen/typescript-operations": "^1.17.9",
"@graphql-codegen/typescript-react-apollo": "^2.1.1",
"@graphql-codegen/typescript-resolvers": "^1.17.10",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^11.1.1",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.0",
"@types/crypto-js": "^4.0.1",
@ -127,13 +127,13 @@
"@typescript-eslint/parser": "^4.6.1",
"apollo-server": "^2.19.0",
"apollo-server-testing": "^2.19.0",
"babel-jest": "^26.6.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-styled-components": "^1.11.1",
"babel-preset-react-app": "^10.0.0",
"devmoji": "^2.1.10",
"eslint": "^7.12.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
@ -142,7 +142,7 @@
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"jest": "^26.6.2",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",