Skip to content

Commit

Permalink
devDep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Sep 9, 2021
1 parent fd50e73 commit ec591ac
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 360 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"lerna": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "27.1.0",
"prettier": "^2.3.2",
"jest": "27.1.1",
"prettier": "^2.4.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/safe-apps-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@types/node": "^16.9.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"rimraf": "^3.0.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-web3-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.7.2",
"@types/node": "^16.9.0",
"@web3-react/core": "6.1.9",
"react": "17.0.2",
"rimraf": "^3.0.2"
Expand Down
Loading

0 comments on commit ec591ac

Please sign in to comment.