Skip to content

Commit

Permalink
Update dependencies (#58)
Browse files Browse the repository at this point in the history
* Update prettier

* Update jest

* Update eslint

* Update ncc
  • Loading branch information
archive committed Mar 26, 2023
1 parent 0477ab6 commit 70f51ff
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 715 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"deploy": "rm -f dist/index.js && yarn build && git ac build && git push"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2",
"prettier": "^2.7.1"
"jest": "^29.5.0",
"prettier": "^2.8.7"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down
Loading

0 comments on commit 70f51ff

Please sign in to comment.