Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 22, 2021
1 parent 34a2f57 commit 909cc72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"keccak": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-typescript": "^7.12.17",
"@babel/register": "^7.12.13",
"@babel/runtime-corejs3": "^7.12.13",
"@babel/runtime-corejs3": "^7.12.18",
"@types/elliptic": "^6.4.12",
"@types/json-stable-stringify": "^1.0.32",
"@types/keccak": "^3.0.1",
Expand All @@ -52,7 +52,7 @@
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-webpack-plugin": "^2.5.1",
"eslint-webpack-plugin": "^2.5.2",
"husky": "^4.3.8",
"jsdom": "^16.4.0",
"lint-staged": "^10.5.4",
Expand Down

0 comments on commit 909cc72

Please sign in to comment.