Skip to content

Commit

Permalink
Merge pull request #735 from madhead/dependabot/npm_and_yarn/prettier…
Browse files Browse the repository at this point in the history
…-3.3.3

Bump prettier from 2.8.8 to 3.3.3
  • Loading branch information
madhead authored Jul 15, 2024
2 parents 217ff50 + e95fc8f commit 140c509
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 24 deletions.
166 changes: 144 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-utils",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand Down Expand Up @@ -39,10 +39,11 @@
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^28.1.3",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "2.8.8",
"prettier": "3.3.3",
"tmp": "^0.2.1",
"ts-jest": "^28.0.8",
"typescript": "^5.1.3"
Expand Down

0 comments on commit 140c509

Please sign in to comment.