Skip to content

Commit 65c21fe

Browse files
authored
Merge pull request #112 from expatfile/development
🔖 Release stable version
2 parents ee60082 + 994b6b0 commit 65c21fe

File tree

10 files changed

+2683
-2153
lines changed

10 files changed

+2683
-2153
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Continuous Integration
22

33
on:
4+
pull_request:
5+
branches:
6+
- development
47
push:
58
# branches-ignore:
69
# - main

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18]
20+
node-version: [20]
2121

2222
steps:
2323
- name: Checkout

examples/with-app-router-context/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@types/node": "20.9.3",
13-
"@types/react": "18.2.38",
14-
"@types/react-dom": "18.2.16",
15-
"eslint": "8.54.0",
16-
"eslint-config-next": "14.0.3",
17-
"next": "14.0.3",
12+
"@types/node": "20.11.30",
13+
"@types/react": "18.2.67",
14+
"@types/react-dom": "18.2.22",
15+
"eslint": "8.57.0",
16+
"eslint-config-next": "14.1.4",
17+
"next": "14.1.4",
1818
"next-runtime-env": "link:../..",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
21-
"typescript": "5.3.2"
21+
"typescript": "5.4.3"
2222
}
2323
}

0 commit comments

Comments
 (0)