Skip to content

Commit

Permalink
Merge pull request #95 from expatfile/development
Browse files Browse the repository at this point in the history
🔖 Release stable version
  • Loading branch information
HofmannZ committed Nov 21, 2023
2 parents ce54bf8 + bea4129 commit ee60082
Show file tree
Hide file tree
Showing 11 changed files with 362 additions and 371 deletions.
8 changes: 4 additions & 4 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.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@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",
"next-runtime-env": "link:../..",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
130 changes: 65 additions & 65 deletions examples/with-app-router-context/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/with-app-router-script/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.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@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",
"next-runtime-env": "link:../..",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
Loading

0 comments on commit ee60082

Please sign in to comment.