diff options
author | 2021-11-02 23:10:40 -0700 | |
---|---|---|
committer | 2021-11-02 23:10:40 -0700 | |
commit | 92e5fe9fd5b31d8b0ac8327a221b20dd03218502 (patch) | |
tree | ec29767d18dd3e0c540ab612ab2cf2c258e04a9e /examples | |
parent | b107ac16599b67cd050977531914b774adcceead (diff) | |
download | bun-92e5fe9fd5b31d8b0ac8327a221b20dd03218502.tar.gz bun-92e5fe9fd5b31d8b0ac8327a221b20dd03218502.tar.zst bun-92e5fe9fd5b31d8b0ac8327a221b20dd03218502.zip |
Next.js 12 support
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 55c57d6a9..6acde1e1e 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,8 +10,8 @@ }, "devDependencies": { "@types/react": "^17.0.19", - "bun-framework-next": "^0.0.0-21", - "typescript": "^4.3.5" + "bun-framework-next": "^12", + "typescript": "^4.4.5" }, "bun-create": { "postinstall": [ |