Skip to content

Commit 35336b1

Browse files
committed
chore: fix example
1 parent ca89e0b commit 35336b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"yarn": "^1.22.18"
1818
},
1919
"devDependencies": {
20+
"@types/node": "^17.0.40",
2021
"@types/react": "^18.0.12",
2122
"eslint": "^8.17.0",
2223
"eslint-config-next": "^12.1.6",

example/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
157157
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
158158

159+
"@types/node@^17.0.40":
160+
version "17.0.40"
161+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.40.tgz#76ee88ae03650de8064a6cf75b8d95f9f4a16090"
162+
integrity sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg==
163+
159164
"@types/prop-types@*":
160165
version "15.7.4"
161166
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"

0 commit comments

Comments
 (0)