Skip to content

Commit

Permalink
Upgrade to NodeJS 16.13
Browse files Browse the repository at this point in the history
Node 16 is the current LTS release and has support for M1 macs.
Fortunately most of our JS is very common/simple, so the upgrade should
be painless.

Making this upgrade also required replacing node-sass with sass:
facebook/create-react-app#11037
Ex. vitessio/vitess#9136
  • Loading branch information
kas-catholic committed Nov 21, 2021
1 parent c11bb9a commit 63cd7f3
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 526 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.20
16.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dependencies": {
"bootstrap": "^4.4.1",
"font-awesome": "^4.7.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-id-swiper": "^4.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"sass": "^1.43.4",
"swiper": "^6.4.10"
},
"scripts": {
Expand Down
Loading

0 comments on commit 63cd7f3

Please sign in to comment.