Skip to content

Commit

Permalink
build: upgrade node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Aug 28, 2023
1 parent e000fd4 commit 868e919
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.0
20.5.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"portrait",
"typescript"
],
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"sideEffects": false,
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
Expand Down Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.8.0",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/resize-observer-browser": "^0.1.7",
Expand Down
19 changes: 13 additions & 6 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 868e919

Please sign in to comment.