Skip to content

Commit

Permalink
Merge pull request #112 from expatfile/development
Browse files Browse the repository at this point in the history
🔖 Release stable version
  • Loading branch information
HofmannZ authored Mar 27, 2024
2 parents ee60082 + 994b6b0 commit 65c21fe
Show file tree
Hide file tree
Showing 10 changed files with 2,683 additions and 2,153 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous Integration

on:
pull_request:
branches:
- development
push:
# branches-ignore:
# - main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- name: Checkout
Expand Down
14 changes: 7 additions & 7 deletions examples/with-app-router-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.9.3",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.16",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"next": "14.0.3",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"next": "14.1.4",
"next-runtime-env": "link:../..",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.2"
"typescript": "5.4.3"
}
}
Loading

0 comments on commit 65c21fe

Please sign in to comment.