Skip to content

Commit

Permalink
Update Next.js to 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed May 13, 2024
1 parent 4954452 commit b29c0e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@wordpress/block-library": "^7.19.0",
"classnames": "^2.3.1",
"graphql": "^16.6.0",
"next": "^12.1.6",
"next": "^14.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.54.9"
Expand All @@ -29,4 +29,4 @@
"node": ">=18",
"npm": ">=8"
}
}
}
4 changes: 2 additions & 2 deletions examples/next/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@faustjs/core": "^0.15.13",
"@faustjs/next": "^0.15.13",
"next": "^12.2.4",
"next": "^14.2.3",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -36,4 +36,4 @@
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"gqty": "^2.3.0",
"jest": "^27.3.1",
"make-error": "^1.3.6",
"next": "^12.2.4",
"next": "^14.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
Expand All @@ -112,4 +112,4 @@
"graphql": ">=15.6",
"lodash": "^4.17.21"
}
}
}

0 comments on commit b29c0e4

Please sign in to comment.