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 Aug 9, 2024
1 parent e6d921a commit 41e26f3
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.1
20.16.0
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.1",
"pnpm": "9.5.0"
"node": "20.16.0",
"pnpm": "9.7.0"
},
"volta": {
"node": "20.15.1",
"pnpm": "9.5.0"
"node": "20.16.0",
"pnpm": "9.7.0"
},
"engine-strict": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.7.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "8.57.0",
"eslint-plugin-unicorn": "51.0.1",
"fs-extra": "11.2.0",
"husky": "9.0.11",
"husky": "9.1.4",
"image-size": "1.0.2",
"is-ci": "3.0.1",
"open": "10.1.0",
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 41e26f3

Please sign in to comment.