Skip to content

Commit

Permalink
chore(deps): pin dependencies (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
renovate-bot and Ian Lewis authored Oct 4, 2022
1 parent 168f9c3 commit fc50b66
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
25 changes: 12 additions & 13 deletions actions/installer/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 actions/installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/jasmine": "^4.3.0",
"@types/node": "^18.7.13",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.23.0",
"eslint-plugin-github": "^4.3.7",
"jasmine": "^4.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"@types/jasmine": "4.3.0",
"@types/node": "18.7.13",
"@vercel/ncc": "0.34.0",
"eslint": "8.23.0",
"eslint-plugin-github": "4.3.7",
"jasmine": "4.3.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
}
}

0 comments on commit fc50b66

Please sign in to comment.