Skip to content

Commit 931c68a

Browse files
katiekleinkatiegoinesjacobloganJacob Logan
authored
chore: upgrade Next.js version to v14 (#7614)
* upgrade nextjs * enable search and remove pageMain anchor from search results (#7605) Co-authored-by: Jacob Logan <[email protected]> * Update LayoutHeader.tsx * Update LayoutHeader.tsx --------- Co-authored-by: katiegoines <[email protected]> Co-authored-by: jacoblogan <[email protected]> Co-authored-by: Jacob Logan <[email protected]>
1 parent 0b10460 commit 931c68a

File tree

2 files changed

+164
-131
lines changed

2 files changed

+164
-131
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@aws-amplify/ui-react": "^6.0.7",
1414
"@docsearch/react": "3",
1515
"aws-amplify": "^6.0.9",
16-
"next": "^13.5.6",
16+
"next": "^14.2.3",
1717
"next-image-export-optimizer": "^1.8.3",
1818
"next-transpile-modules": "^9.0.0",
1919
"parse-imports": "^1.1.0",
2020
"prism-react-renderer": "^2.1.0",
2121
"prismjs": "^1.27.0",
22-
"react": "^18.2.0",
22+
"react": "^18.3.1",
2323
"react-copy-to-clipboard": "^5.1.0",
24-
"react-dom": "^18.2.0",
24+
"react-dom": "^18.3.1",
2525
"react-icons": "^4.7.1"
2626
},
2727
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"cspell": "^6.2.3",
4747
"dotenv": "^16.0.0",
4848
"eslint": "8.54.0",
49-
"eslint-config-next": "14.0.3",
49+
"eslint-config-next": "^14.2.3",
5050
"eslint-config-prettier": "^9.0.0",
5151
"eslint-plugin-next": "^0.0.0",
5252
"eslint-plugin-prettier": "^5.0.1",

0 commit comments

Comments
 (0)