Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Aug 24, 2022
1 parent 2dd5dd7 commit 678055d
Show file tree
Hide file tree
Showing 2 changed files with 835 additions and 1,063 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"verify": "yarn lint && yarn test"
},
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"semver": "^7.3.7"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"@types/semver": "^7.3.12",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.19.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"jest-mock": "^28.1.1",
"jest-mock-extended": "^2.0.6",
"jest": "^28.1.3",
"jest-mock": "^28.1.3",
"jest-mock-extended": "^2.0.7",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 678055d

Please sign in to comment.