Skip to content

Commit

Permalink
chore: upgrade next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 7, 2024
1 parent c918058 commit 9c291f8
Show file tree
Hide file tree
Showing 2 changed files with 15,396 additions and 12,047 deletions.
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"@codedazur/react-notifications": "*",
"@codedazur/react-pagination": "*",
"@codedazur/react-parallax": "*",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^20.4.5",
"@types/react": "18.2.33",
"@types/react": "^18.2.33",
"@types/styled-components": "^5.1.26",
"eslint": "8.52.0",
"next-transpile-modules": "10.0.1",
"eslint": "^8.52.0",
"next-transpile-modules": "^10.0.1",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 9c291f8

Please sign in to comment.