mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
chore: bump deps
This commit is contained in:
parent
4a631238b0
commit
eb0783c5ef
16
.babelrc
16
.babelrc
@ -1,11 +1,11 @@
|
||||
{
|
||||
"presets": ["next/babel"],
|
||||
"plugins": [
|
||||
"emotion",
|
||||
"inline-react-svg",
|
||||
[
|
||||
"styled-components",
|
||||
{ "ssr": true, "displayName": true, "preprocess": false }
|
||||
]
|
||||
"presets": ["next/babel"],
|
||||
"plugins": [
|
||||
"@emotion",
|
||||
"inline-react-svg",
|
||||
[
|
||||
"styled-components",
|
||||
{ "ssr": true, "displayName": true, "preprocess": false }
|
||||
]
|
||||
]
|
||||
}
|
||||
|
44118
package-lock.json
generated
44118
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
105
package.json
105
package.json
@ -34,41 +34,43 @@
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.15",
|
||||
"@next/bundle-analyzer": "^10.1.3",
|
||||
"@apollo/client": "^3.3.19",
|
||||
"@emotion/babel-plugin": "^11.3.0",
|
||||
"@next/bundle-analyzer": "^10.2.3",
|
||||
"@visx/chord": "^1.7.0",
|
||||
"@visx/curve": "^1.7.0",
|
||||
"@visx/event": "^1.7.0",
|
||||
"@visx/group": "^1.7.0",
|
||||
"@visx/responsive": "^1.7.0",
|
||||
"@visx/scale": "^1.7.0",
|
||||
"@visx/shape": "^1.8.0",
|
||||
"@visx/responsive": "^1.10.1",
|
||||
"@visx/scale": "^1.11.1",
|
||||
"@visx/shape": "^1.11.1",
|
||||
"@visx/tooltip": "^1.7.2",
|
||||
"apollo-server-micro": "^2.23.0",
|
||||
"balanceofsatoshis": "^8.0.8",
|
||||
"apollo-server-micro": "^2.25.0",
|
||||
"balanceofsatoshis": "^8.0.14",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bech32": "^2.0.0",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.3",
|
||||
"bip39": "^3.0.4",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"boltz-core": "^0.4.1",
|
||||
"cookie": "^0.4.1",
|
||||
"crypto-js": "^4.0.0",
|
||||
"d3-array": "^2.12.1",
|
||||
"date-fns": "^2.21.1",
|
||||
"date-fns": "^2.22.1",
|
||||
"graphql": "^15.5.0",
|
||||
"graphql-iso-date": "^3.6.1",
|
||||
"graphql-rate-limit": "^2.1.0",
|
||||
"graphql-middleware": "^6.0.10",
|
||||
"graphql-rate-limit": "^3.1.0",
|
||||
"intersection-observer": "^0.12.0",
|
||||
"js-cookie": "^2.2.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"ln-service": "^51.7.0",
|
||||
"ln-service": "^51.8.2",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.groupby": "^4.6.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"lodash.omit": "^4.5.0",
|
||||
"next": "^10.1.3",
|
||||
"next": "^10.2.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"numeral": "^2.0.6",
|
||||
"qrcode.react": "^1.0.1",
|
||||
@ -77,45 +79,45 @@
|
||||
"react-copy-to-clipboard": "^5.0.3",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-feather": "^2.0.9",
|
||||
"react-intersection-observer": "^8.31.1",
|
||||
"react-intersection-observer": "^8.32.0",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"react-select": "^4.3.0",
|
||||
"react-select": "^4.3.1",
|
||||
"react-slider": "^1.1.4",
|
||||
"react-spinners": "^0.10.6",
|
||||
"react-spring": "^9.1.2",
|
||||
"react-table": "^7.6.3",
|
||||
"react-spinners": "^0.11.0",
|
||||
"react-spring": "^9.2.1",
|
||||
"react-table": "^7.7.0",
|
||||
"react-toastify": "^7.0.4",
|
||||
"react-tooltip": "^4.2.17",
|
||||
"react-tooltip": "^4.2.21",
|
||||
"secp256k1": "^4.0.2",
|
||||
"socks-proxy-agent": "^5.0.0",
|
||||
"styled-components": "^5.2.3",
|
||||
"styled-components": "^5.3.0",
|
||||
"styled-react-modal": "^2.1.0",
|
||||
"styled-theming": "^2.2.0",
|
||||
"typescript": "^4.2.4",
|
||||
"typescript": "^4.3.2",
|
||||
"underscore": "^1.13.1",
|
||||
"uuid": "^8.3.2",
|
||||
"victory": "^35.5.1",
|
||||
"victory": "^35.8.4",
|
||||
"winston": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.16",
|
||||
"@commitlint/cli": "^12.1.1",
|
||||
"@commitlint/config-conventional": "^12.1.1",
|
||||
"@babel/core": "^7.14.3",
|
||||
"@commitlint/cli": "^12.1.4",
|
||||
"@commitlint/config-conventional": "^12.1.4",
|
||||
"@graphql-codegen/add": "^2.0.2",
|
||||
"@graphql-codegen/cli": "^1.21.4",
|
||||
"@graphql-codegen/cli": "^1.21.5",
|
||||
"@graphql-codegen/fragment-matcher": "^2.0.1",
|
||||
"@graphql-codegen/introspection": "^1.18.2",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.18.0",
|
||||
"@graphql-codegen/typescript": "^1.22.0",
|
||||
"@graphql-codegen/typescript-operations": "^1.17.16",
|
||||
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.19.1",
|
||||
"@graphql-codegen/near-operation-file-preset": "^1.18.1",
|
||||
"@graphql-codegen/typescript": "^1.22.1",
|
||||
"@graphql-codegen/typescript-operations": "^1.18.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "^2.2.5",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.19.2",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/cookie": "^0.4.0",
|
||||
"@types/crypto-js": "^4.0.1",
|
||||
"@types/d3-array": "^2.9.0",
|
||||
"@types/d3-array": "^2.12.1",
|
||||
"@types/graphql-iso-date": "^3.4.0",
|
||||
"@types/js-cookie": "^2.2.6",
|
||||
"@types/js-yaml": "^4.0.1",
|
||||
@ -124,45 +126,46 @@
|
||||
"@types/lodash.merge": "^4.6.6",
|
||||
"@types/lodash.omit": "^4.5.6",
|
||||
"@types/lodash.sortby": "^4.7.6",
|
||||
"@types/node": "^14.14.41",
|
||||
"@types/node": "^15.6.1",
|
||||
"@types/node-fetch": "^2.5.10",
|
||||
"@types/numeral": "^2.0.1",
|
||||
"@types/qrcode.react": "^1.0.1",
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react": "^17.0.8",
|
||||
"@types/react-copy-to-clipboard": "^5.0.0",
|
||||
"@types/react-qr-reader": "^2.1.3",
|
||||
"@types/react-select": "^4.0.15",
|
||||
"@types/react-slider": "^1.1.2",
|
||||
"@types/react-table": "^7.0.29",
|
||||
"@types/react-table": "^7.7.1",
|
||||
"@types/secp256k1": "^4.0.2",
|
||||
"@types/styled-components": "^5.1.9",
|
||||
"@types/styled-react-modal": "^1.2.0",
|
||||
"@types/styled-theming": "^2.2.5",
|
||||
"@types/underscore": "^1.11.1",
|
||||
"@types/underscore": "^1.11.2",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"apollo-server": "^2.23.0",
|
||||
"apollo-server-testing": "^2.23.0",
|
||||
"babel-jest": "^26.6.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||
"@typescript-eslint/parser": "^4.26.0",
|
||||
"apollo-server": "^2.25.0",
|
||||
"apollo-server-testing": "^2.25.0",
|
||||
"babel-jest": "^27.0.2",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-inline-react-svg": "^2.0.1",
|
||||
"babel-plugin-styled-components": "^1.12.0",
|
||||
"babel-preset-react-app": "^10.0.0",
|
||||
"devmoji": "^2.2.0",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-config-prettier": "^8.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jest": "^24.3.5",
|
||||
"devmoji": "^2.2.1",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jest": "^24.3.6",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"husky": "^6.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest": "^27.0.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"lint-staged": "^10.5.4",
|
||||
"prettier": "^2.2.1",
|
||||
"standard-version": "^9.2.0"
|
||||
"lint-staged": "^11.0.0",
|
||||
"prettier": "^2.3.0",
|
||||
"standard-version": "^9.3.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
@ -14,7 +14,7 @@ export const githubResolvers = {
|
||||
) => {
|
||||
await requestLimiter(context.ip, 'getLnPay');
|
||||
|
||||
const [response, error] = await toWithError(
|
||||
const [response, error] = await toWithError<any>(
|
||||
fetchWithProxy(appUrls.github)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user