Skip to content

Commit

Permalink
Upgrade node, pnpm and deps (minor revisions)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jul 14, 2024
1 parent 3b95578 commit e6d921a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.15.1
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"doc": "docs"
},
"engines": {
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"volta": {
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"engine-strict": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down Expand Up @@ -49,7 +49,7 @@
"image-size": "1.0.2",
"is-ci": "3.0.1",
"open": "10.1.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"simple-git": "3.25.0",
"targz": "1.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit e6d921a

Please sign in to comment.