Skip to content

Commit

Permalink
chore: bump next canary (#387)
Browse files Browse the repository at this point in the history
* chore: bump next canary

* chore: bump next canary

* chore: remove postcss dependency from go-local-first package.json

* fix: lockfile

* chore: bump next canary
  • Loading branch information
vojtaholik authored Jan 22, 2025
1 parent b35bbad commit b4a7856
Show file tree
Hide file tree
Showing 12 changed files with 448 additions and 2,103 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": [
"course-builder-docs",
"course-builder-web",
"astro-party",
"astro-test",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/lovely-cooks-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@coursebuilder/commerce-next": patch
"@coursebuilder/next": patch
"create-course-app": patch
---

bump next
2 changes: 1 addition & 1 deletion apps/ai-hero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"memoize-one": "^6.0.0",
"mjml": "^4.15.3",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-cloudinary": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/astro-party/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"memoize-one": "^6.0.0",
"mjml": "^4.15.3",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-cloudinary": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/course-builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"memoize-one": "^6.0.0",
"mjml": "^4.15.3",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-mdx-remote": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/egghead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"lucide-react": "^0.288.0",
"memoize-one": "^6.0.0",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-themes": "^0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/epic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"lucide-react": "^0.288.0",
"mysql2": "^3.6.1",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-themes": "^0.3",
Expand Down
3 changes: 1 addition & 2 deletions apps/go-local-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"memoize-one": "^6.0.0",
"mjml": "^4.15.3",
"nanoid": "^5.0.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"next-axiom": "^1.1.1",
"next-cloudinary": "^6.5.1",
Expand All @@ -160,7 +160,6 @@
"openai-edge": "^1.2.2",
"partysocket": "1.0.1",
"pluralize": "^8.0.0",
"postcss": "8.4.47",
"prism-react-renderer": "^2.2.0",
"query-string": "^9.0.0",
"react": "19.0.0-rc-02c0e824-20241028",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/inquirer": "^9.0.3",
"@types/node": "^20.12.5",
"drizzle-kit": "0.27.1",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/commerce-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/uuid": "9.0.8",
"bunchee": "^5.1.2",
"esbuild-react18-useclient": "^1.0.7",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"react": "19.0.0-rc-02c0e824-20241028"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@auth/core": "0.37.2",
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"react": "19.0.0-rc-02c0e824-20241028"
},
"peerDependencies": {
"next": "15.2.0-canary.6",
"next": "15.2.0-canary.19",
"next-auth": "5.0.0-beta.25",
"react": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
Loading

0 comments on commit b4a7856

Please sign in to comment.