package updates

This commit is contained in:
Matthias Kretschmann 2020-02-10 21:54:41 +01:00
parent 28982437cf
commit 39504784ac
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 3825 additions and 3799 deletions

7600
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,29 +20,27 @@
"axios": "^0.19.2",
"ethereumjs-units": "^0.2.0",
"next": "^9.2.1",
"next-seo": "^3.4.0",
"next-seo": "^4.1.0",
"next-svgr": "^0.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.2.1",
"@testing-library/jest-dom": "^5.0.1",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@types/bn.js": "^4.11.6",
"@types/jest": "^25.1.0",
"@types/jest": "^25.1.2",
"@types/next-seo": "^1.10.0",
"@types/node": "^13.5.1",
"@types/node": "^13.7.0",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"cssnano": "^4.1.10",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"postcss-preset-env": "^6.7.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.1.0",
"typescript": "^3.7.5",

View File

@ -1,8 +0,0 @@
module.exports = {
plugins: {
'postcss-preset-env': {
importFrom: './src/styles/_variables.css'
},
cssnano: {}
}
}