Skip to content

Commit

Permalink
Upgrade all dependecies across the board (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 authored Mar 28, 2024
1 parent fb788e6 commit de3f5d0
Show file tree
Hide file tree
Showing 2 changed files with 1,893 additions and 1,263 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"url": "https://github.com/safe-global/safe-deployments/issues"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^14.14.21",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^5.1.3",
"jest": "^28.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^28.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.9.4"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"semver": "^7.3.7"
"semver": "^7.6.0"
}
}
Loading

0 comments on commit de3f5d0

Please sign in to comment.