Merge pull request #52 from oceanprotocol/dependabot/add-v2-config-file

Create Dependabot config file
This commit is contained in:
Matthias Kretschmann 2020-06-04 09:26:47 +02:00 committed by GitHub
commit a8a684efc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 878 additions and 620 deletions

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
time: '03:00'
timezone: Europe/Berlin

1474
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,30 +19,30 @@
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.2",
"ethereumjs-units": "^0.2.0",
"next": "^9.4.2",
"next": "^9.4.4",
"next-seo": "^4.5.0",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.2",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"@next/bundle-analyzer": "^9.4.4",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.1.0",
"@types/bn.js": "^4.11.6",
"@types/jest": "^25.2.3",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.5",
"@types/node": "^14.0.10",
"@types/react": "^16.9.35",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3",
"webpack": "^4.43.0"
},