Skip to content

Commit b3a9838

Browse files
committed
Add types for warning package
1 parent c8c7267 commit b3a9838

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"@types/react": "^17.0.14",
9898
"@types/react-dom": "^17.0.9",
9999
"@types/react-test-renderer": "^17.0.1",
100+
"@types/warning": "^3.0.3",
100101
"@typescript-eslint/eslint-plugin": "^6.8.0",
101102
"@typescript-eslint/parser": "^6.8.0",
102103
"babel-eslint": "^10.0.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,6 +3200,11 @@
32003200
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.9.tgz#72e164381659a49557b0a078b28308f2c6a3e1ce"
32013201
integrity sha512-zC0iXxAv1C1ERURduJueYzkzZ2zaGyc+P2c95hgkikHPr3z8EdUZOlgEQ5X0DRmwDZn+hekycQnoeiiRVrmilQ==
32023202

3203+
"@types/warning@^3.0.3":
3204+
version "3.0.3"
3205+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.3.tgz#d1884c8cc4a426d1ac117ca2611bf333834c6798"
3206+
integrity sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==
3207+
32033208
"@types/webpack-env@^1.16.0":
32043209
version "1.18.3"
32053210
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.18.3.tgz#e81f769199a5609c751f34fcc6f6095ceac7831f"

0 commit comments

Comments
 (0)