diff options
author | 2022-08-08 18:29:12 -0400 | |
---|---|---|
committer | 2022-08-08 15:29:12 -0700 | |
commit | ceb78d2bb9203fb622dc467b9e58dab8adff52d4 (patch) | |
tree | 3be99a0a1a1324dcbe71d37ad28755790e51a41b /examples | |
parent | 02644ab65a65cdc30d8da68649885b06ca803cb2 (diff) | |
download | bun-ceb78d2bb9203fb622dc467b9e58dab8adff52d4.tar.gz bun-ceb78d2bb9203fb622dc467b9e58dab8adff52d4.tar.zst bun-ceb78d2bb9203fb622dc467b9e58dab8adff52d4.zip |
Update example Next app to 12.2 (#1033)
* Update bun-framework-next for version 12.2
* Match on minor version for next peer dependency per compatibility issues
* Update example next app packages per 12.2 integration
* Update next version warning per minor version compatibility changes
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/next/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/next/package.json b/examples/next/package.json index 5762fb7b8..c3360cde2 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -2,14 +2,14 @@ "name": "@bun-examples/next", "version": "0.0.57", "dependencies": { - "next": "^12.1.0", + "next": "^12.2.0", "react": "^18", "react-dom": "^18", "react-is": "^17.0.2" }, "devDependencies": { "@types/react": "^18", - "bun-framework-next": "^12", + "bun-framework-next": "^12.2", "typescript": "latest" }, "bun-create": { |