Skip to content

Commit

Permalink
Merge pull request #139 from sparcs-kaist/fix/dependencies
Browse files Browse the repository at this point in the history
Fix/dependencies
  • Loading branch information
withSang authored Jun 20, 2022
2 parents a21dd25 + dd12f51 commit fc05109
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 323 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.15.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ If you're looking for backend codes, you can find it in [here](https://github.co

## Prerequisites

**You’ll need to have Node 8.10.0 or local development and production machine**. You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
**You’ll need to have Node 16.15.1 or local development and production machine**. You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
Node.js. That's all you need.

```sh
node -v // v10.16.3
node -v // v16.15.1
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"lodash.uniqby": "^4.7.0",
"material-table": "^1.57.2",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"perfect-scrollbar": "^1.5.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.1",
Expand Down Expand Up @@ -120,6 +119,7 @@
"redux-pender": "^2.0.12",
"remotedev-serialize": "^0.1.8",
"reselect": "^4.0.0",
"sass": "^1.52.3",
"slick-carousel": "^1.8.1",
"styled-components": "^4.3.2",
"styled-theming": "^2.2.0",
Expand Down
Loading

0 comments on commit fc05109

Please sign in to comment.