diff --git a/package.json b/package.json index 157d8e7..f493d1a 100644 --- a/package.json +++ b/package.json @@ -14,30 +14,30 @@ "dependencies": { "@zeit/next-css": "^1.0.1", "axios": "^0.19.0", - "ipfs-http-client": "^39.0.2", - "next": "9.1.1", - "next-seo": "^2.2.1", - "next-svgr": "0.0.2", - "react": "^16.11.0", - "react-dom": "^16.11.0", - "react-dropzone": "^10.1.10", + "ipfs-http-client": "^40.0.1", + "next": "^9.1.4", + "next-seo": "^3.1.0", + "next-svgr": "^0.0.2", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-dropzone": "^10.2.1", "use-dark-mode": "^2.3.1" }, "devDependencies": { "@types/next-seo": "^1.10.0", - "@types/node": "^12.11.7", - "@types/react": "^16.9.11", - "@typescript-eslint/eslint-plugin": "^2.5.0", - "@typescript-eslint/parser": "^2.5.0", + "@types/node": "^12.12.14", + "@types/react": "^16.9.15", + "@typescript-eslint/eslint-plugin": "^2.10.0", + "@typescript-eslint/parser": "^2.10.0", "cssnano": "^4.1.10", - "eslint": "^6.6.0", - "eslint-config-prettier": "^6.4.0", + "eslint": "^6.7.2", + "eslint-config-prettier": "^6.7.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", - "eslint-plugin-react": "^7.16.0", + "eslint-plugin-react": "^7.17.0", "postcss-preset-env": "^6.7.0", - "prettier": "^1.18.2", - "typescript": "^3.6.4" + "prettier": "^1.19.1", + "typescript": "^3.7.3" }, "engines": { "node": "10.x" diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index d867952..56426a3 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -5,9 +5,9 @@ declare module '*.module.css' { declare module '*.svg' { import * as React from 'react' - export const ReactComponent: React.FunctionComponent< - React.SVGProps - > + export const ReactComponent: React.FunctionComponent> const src: string export default src }