1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 01:29:49 +01:00

Merge branch 'master' into v3

This commit is contained in:
mihaisc 2020-07-14 14:25:34 +03:00
commit 58adcaacd8
3 changed files with 421 additions and 799 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

1178
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,19 +28,19 @@
"web3modal": "^1.7.0"
},
"devDependencies": {
"@release-it/bumper": "^1.1.1",
"@types/react": "^16.9.34",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"auto-changelog": "^2.0.0",
"eslint": "^7.0.0",
"@release-it/bumper": "^1.4.0",
"@types/react": "^16.9.41",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"auto-changelog": "^2.2.0",
"eslint": "^7.4.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"prettier": "^2.0.5",
"release-it": "^13.5.6",
"typescript": "^3.8.3"
"release-it": "^13.6.4",
"typescript": "^3.9.6"
},
"peerDependencies": {
"react": ">=16.8.0"