Skip to content

Commit

Permalink
fix: add types for style-inject
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed Sep 30, 2024
1 parent 57334bc commit fa14f88
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@types/ora": "^3.2.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/style-inject": "^0.3.5",
"@types/testing-library__jest-dom": "^5.14.7",
"axios": "^1.6.2",
"jest": "^27.5.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5703,6 +5703,7 @@ __metadata:
"@types/ora": ^3.2.0
"@types/react": latest
"@types/react-dom": latest
"@types/style-inject": ^0.3.5
"@types/testing-library__jest-dom": ^5.14.7
axios: ^1.6.2
chart.js: ^4.1.2
Expand Down Expand Up @@ -10288,6 +10289,13 @@ __metadata:
languageName: node
linkType: hard

"@types/style-inject@npm:^0.3.5":
version: 0.3.5
resolution: "@types/style-inject@npm:0.3.5::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2F%40types%2Fstyle-inject%2F-%2Fstyle-inject-0.3.5.tgz"
checksum: 615b3e58f8f91a53b4fcf7fab813f72c00181b205b8ac048e259010b5f55e70a41755b9491e0d0971fddea6bd7bef3aba0f16e9d1dfceb454d247a0555345cab
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:^5.14.7, @types/testing-library__jest-dom@npm:^5.9.1":
version: 5.14.9
resolution: "@types/testing-library__jest-dom@npm:5.14.9::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2F%40types%2Ftesting-library__jest-dom%2F-%2Ftesting-library__jest-dom-5.14.9.tgz"
Expand Down

0 comments on commit fa14f88

Please sign in to comment.