Skip to content

Commit

Permalink
update to latest netlify-cli dev dep
Browse files Browse the repository at this point in the history
the backstory is that Netlify CLI has trouble installing deno on my 64-bit ARM Linux VM (aarch64), see details on netlify/cli#4685 via netlify/cli#4621

unfortunately this didn't really fix the problem for me (should have
been part of the 10.6.2 netlify-cli release
netlify/cli#4729) but seems to be what other
devs are using locally anyway so it seemed reasonable to bump it here

the new @types/node dev dep is to avoid a (new?) unmet peer
dependency warning with the new cli package
  • Loading branch information
natevw committed Mar 9, 2023
1 parent 53f068a commit ecae47d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@
"devDependencies": {
"@types/jsonwebtoken": "^8.5.5",
"@types/react": "^18.0.9",
"@types/node": "^16.13.1",
"moralis-admin-cli": "^2.1.16",
"netlify-cli": "^10.5.0",
"netlify-cli": "^12.12.0",
"prettier": "2.2.1",
"tiny-glob": "^0.2.8"
},
Expand Down

0 comments on commit ecae47d

Please sign in to comment.