Skip to content

Commit ee60082

Browse files
authored
Merge pull request #95 from expatfile/development
🔖 Release stable version
2 parents ce54bf8 + bea4129 commit ee60082

File tree

11 files changed

+362
-371
lines changed

11 files changed

+362
-371
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@types/node": "20.9.2",
13-
"@types/react": "18.2.37",
14-
"@types/react-dom": "18.2.15",
12+
"@types/node": "20.9.3",
13+
"@types/react": "18.2.38",
14+
"@types/react-dom": "18.2.16",
1515
"eslint": "8.54.0",
1616
"eslint-config-next": "14.0.3",
1717
"next": "14.0.3",
1818
"next-runtime-env": "link:../..",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
21-
"typescript": "5.2.2"
21+
"typescript": "5.3.2"
2222
}
2323
}

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

+65-65
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@types/node": "20.9.2",
13-
"@types/react": "18.2.37",
14-
"@types/react-dom": "18.2.15",
12+
"@types/node": "20.9.3",
13+
"@types/react": "18.2.38",
14+
"@types/react-dom": "18.2.16",
1515
"eslint": "8.54.0",
1616
"eslint-config-next": "14.0.3",
1717
"next": "14.0.3",
1818
"next-runtime-env": "link:../..",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
21-
"typescript": "5.2.2"
21+
"typescript": "5.3.2"
2222
}
2323
}

0 commit comments

Comments
 (0)