Skip to content

Commit

Permalink
fix: type requirement in example
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Aug 30, 2022
1 parent 688a934 commit 9e34a81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
}
}
8 changes: 8 additions & 0 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@textea/json-viewer-example-basic@workspace:."
dependencies:
"@types/node": ^18.7.14
"@types/react": ^18.0.17
"@types/react-dom": ^18.0.6
next: ^12.2.4
Expand All @@ -126,6 +127,13 @@ __metadata:
languageName: unknown
linkType: soft

"@types/node@npm:^18.7.14":
version: 18.7.14
resolution: "@types/node@npm:18.7.14"
checksum: 99cf28ff854100158de875cca23c7acc3cc01dfee526a52b90b7f36767c821bcbaf2be0a98a70f06f3b78f3c60639168ff949d725b61e2e124f9f71f1fb8043d
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.5
resolution: "@types/prop-types@npm:15.7.5"
Expand Down

0 comments on commit 9e34a81

Please sign in to comment.