Skip to content

Commit

Permalink
Dependency updates (#73)
Browse files Browse the repository at this point in the history
* @actions/github latest 5.1.1 ❯ 6.0.0

* @vercel/ncc latest 0.38.0 ❯ 0.38.1

* eslint latest 8.50.0 ❯ 8.56.0

* eslint-config-prettier latest 9.0.0 ❯ 9.1.0

* eslint-plugin-prettier latest 5.0.0 ❯ 5.1.3

* prettier latest 3.0.3 ❯ 3.2.4
  • Loading branch information
archive authored Jan 30, 2024
1 parent bae3f8d commit 2a68395
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 342 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"deploy": "rm -f dist/index.js && yarn build && git ac build && git push"
},
"devDependencies": {
"@vercel/ncc": "^0.38.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.0.3"
"prettier": "^3.2.4"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1"
"@actions/github": "^6.0.0"
}
}
Loading

0 comments on commit 2a68395

Please sign in to comment.