Skip to content

Commit

Permalink
chore: update Node.js
Browse files Browse the repository at this point in the history
 - Update Node.js to v22
 - Update pnpm to latest
  • Loading branch information
matijs committed Jan 23, 2025
1 parent 4a95e45 commit f897b1a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"url": "[email protected]:nl-design-system/example.git",
"directory": "."
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"engines": {
"//": "Update @types/node when updating the node version here",
"node": "^20",
"node": "^22",
"pnpm": "^9"
},
"workspaces": [
Expand All @@ -25,7 +25,7 @@
],
"devDependencies": {
"@changesets/cli": "2.27.8",
"@types/node": "20.14.13",
"@types/node": "22.10.9",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "8.57.1",
Expand Down
103 changes: 73 additions & 30 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 f897b1a

Please sign in to comment.