diff options
-rw-r--r-- | examples/next/package.json | 4 | ||||
-rw-r--r-- | examples/react/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/next/package.json b/examples/next/package.json index 6acde1e1e..654fff104 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "@bun-examples/next", - "version": "0.0.37", + "version": "0.0.39", "main": "index.js", "dependencies": { "next": "11.1.2", @@ -11,7 +11,7 @@ "devDependencies": { "@types/react": "^17.0.19", "bun-framework-next": "^12", - "typescript": "^4.4.5" + "typescript": "^4.4.0" }, "bun-create": { "postinstall": [ diff --git a/examples/react/package.json b/examples/react/package.json index 4a682ca25..c23ce9536 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,6 +1,6 @@ { "name": "@bun-examples/react", - "version": "0.0.32", + "version": "0.0.34", "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", |