Skip to content

Commit cfea26f

Browse files
committed
Merge branch 'main' into feat/simplified-download
2 parents dfcef36 + d232912 commit cfea26f

File tree

6 files changed

+480
-472
lines changed

6 files changed

+480
-472
lines changed

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
- name: Install packages
5252
run: pnpm install --frozen-lockfile
5353

54-
- name: Downgrade Next.js
55-
# Open-next does not yet support next@15.4, so temporarily in order to have
56-
# this workflow working we force install the latest Next.js 15.3 version instead
57-
run: pnpm i next@15.3.2
58-
working-directory: apps/site
59-
6054
- name: Get Playwright version
6155
id: playwright-version
6256
working-directory: apps/site

apps/site/components/Common/Turtle/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@reference "../../../styles/index.css";
2+
13
.turtle {
24
@apply motion-safe:animate-surf
35
animate-surf

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"next-themes": "~0.4.6",
6666
"postcss-calc": "~10.1.1",
6767
"react": "catalog:",
68-
"react-dom": "^19.1.0",
68+
"react-dom": "^19.1.1",
6969
"reading-time": "~1.5.0",
7070
"rehype-autolink-headings": "~7.1.0",
7171
"rehype-slug": "~6.0.0",
@@ -82,7 +82,7 @@
8282
"@eslint/eslintrc": "~3.3.1",
8383
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1",
8484
"@next/eslint-plugin-next": "15.4.4",
85-
"@opennextjs/cloudflare": "^1.6.2",
85+
"@opennextjs/cloudflare": "^1.6.4",
8686
"@playwright/test": "^1.54.1",
8787
"@testing-library/user-event": "~14.6.1",
8888
"@types/mdx": "^2.0.13",
@@ -114,7 +114,7 @@
114114
"typescript": "catalog:",
115115
"typescript-eslint": "~8.38.0",
116116
"user-agent-data-types": "0.4.2",
117-
"wrangler": "^4.25.1"
117+
"wrangler": "^4.26.1"
118118
},
119119
"imports": {
120120
"#site/*": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@eslint/js": "~9.32.0",
4343
"@reporters/github": "^1.7.2",
4444
"@testing-library/react": "~16.3.0",
45-
"cross-env": "^7.0.3",
45+
"cross-env": "^10.0.0",
4646
"eslint": "~9.32.0",
4747
"eslint-plugin-import-x": "~4.16.1",
4848
"prettier": "3.6.2",

0 commit comments

Comments
 (0)