Skip to content

Commit 33af64a

Browse files
authored
Merge pull request #99 from expatfile/@HofmannZ/chore/upgrade-deps
build: ⬆️ upgrade deps
2 parents fef2770 + 0de373f commit 33af64a

File tree

6 files changed

+418
-429
lines changed

6 files changed

+418
-429
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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",
12+
"@types/node": "20.10.1",
13+
"@types/react": "18.2.39",
14+
"@types/react-dom": "18.2.17",
1515
"eslint": "8.54.0",
1616
"eslint-config-next": "14.0.3",
1717
"next": "14.0.3",

examples/with-app-router-context/pnpm-lock.yaml

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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",
12+
"@types/node": "20.10.1",
13+
"@types/react": "18.2.39",
14+
"@types/react-dom": "18.2.17",
1515
"eslint": "8.54.0",
1616
"eslint-config-next": "14.0.3",
1717
"next": "14.0.3",

0 commit comments

Comments
 (0)