Skip to content

Commit 2384fb3

Browse files
committed
include and bundle @types/react
1 parent accb9b8 commit 2384fb3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"node": ">=8"
1313
},
1414
"dependencies": {
15+
"@types/react": "^16.9.16",
1516
"async-hook-domain": "^1.1.3",
1617
"bind-obj-methods": "^2.0.0",
1718
"browser-process-hrtime": "^1.0.0",
@@ -99,7 +100,8 @@
99100
],
100101
"bundleDependencies": [
101102
"ink",
102-
"treport"
103+
"treport",
104+
"@types/react"
103105
],
104106
"funding": {
105107
"url": "https://github.com/sponsors/isaacs"

0 commit comments

Comments
 (0)