Skip to content

Commit

Permalink
Merge pull request #33 from foxundermoon/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
foxundermoon authored Oct 10, 2021
2 parents ac0247e + 1be1882 commit 058f0da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"license": "MIT",
"dependencies": {
"@actions/core": "1.5.0",
"@actions/github": "^5.0.0",
"@actions/github": "5.0.0",
"@actions/io": "1.1.1",
"@actions/tool-cache": "1.7.1"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^16.4.13",
"@types/semver": "^6.2.3",
"@types/jest": "24.9.1",
"@types/node": "16.4.13",
"@types/semver": "6.2.3",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vercel/ncc": "0.30.0",
"eslint": "8.0.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-github": "4.1.5",
"eslint-plugin-jest": "24.7.0",
"husky": "^2.7.0",
"husky": "2.7.0",
"jest": "27.0.6",
"jest-circus": "24.9.0",
"prettier": "2.3.2",
"ts-jest": "^27.0.3",
"ts-jest": "27.0.4",
"typescript": "4.4.3"
},
"husky": {
Expand Down

0 comments on commit 058f0da

Please sign in to comment.