Skip to content

Commit

Permalink
Merge pull request #886 from makerdao/next-v14
Browse files Browse the repository at this point in the history
Bump next, react versions
  • Loading branch information
adamgoth authored May 14, 2024
2 parents 2e50e1c + 590f9cf commit 872dd9a
Show file tree
Hide file tree
Showing 3 changed files with 1,131 additions and 212 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ While the portal is hosted by MakerDAO at https://vote.makerdao.com, it can also

In order to run the project locally, you must have the following installed on the machine:

- Node, version 14 or greater ([install](https://nodejs.dev/learn/how-to-install-nodejs))
- Node, version 18.17 or greater ([install](https://nodejs.dev/learn/how-to-install-nodejs))

To get started, clone the repository to the desired directory and then navigate into the project folder:

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"lottie-web": "^5.7.1",
"mersenne-twister": "^1.1.0",
"mongodb": "^3.6.2",
"next": "^13.4.20",
"next": "^14.2.3",
"next-swagger-doc": "^0.1.10",
"nextjs-progressbar": "^0.0.13",
"react": "^18.2.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.1.0",
"react-loading-skeleton": "^2.0.1",
"react-qr-svg": "^2.2.2",
Expand Down Expand Up @@ -115,7 +115,7 @@
"bignumber.js": "^9.0.1",
"dotenv": "^8.2.0",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
Loading

0 comments on commit 872dd9a

Please sign in to comment.