Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
jsartisan committed Nov 15, 2024
1 parent 3bff3b7 commit f8f4d2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/client/packages/design-system/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-transition-group": "^4.4.11",
"eslint-plugin-storybook": "^0.6.10"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ __metadata:
"@tabler/icons-react": ^3.10.0
"@types/fs-extra": ^11.0.4
"@types/react-syntax-highlighter": ^15.5.13
"@types/react-transition-group": ^4.4.11
clsx: ^2.0.0
eslint-plugin-storybook: ^0.6.10
lodash: "*"
Expand Down Expand Up @@ -11166,6 +11167,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.11":
version: 4.4.11
resolution: "@types/react-transition-group@npm:4.4.11"
dependencies:
"@types/react": "*"
checksum: a6e3b2e4363cb019e256ae4f19dadf9d7eb199da1a5e4109bbbf6a132821884044d332e9c74b520b1e5321a7f545502443fd1ce0b18649c8b510fa4220b0e5c2
languageName: node
linkType: hard

"@types/react-window@npm:^1.8.2":
version: 1.8.2
resolution: "@types/react-window@npm:1.8.2"
Expand Down

0 comments on commit f8f4d2c

Please sign in to comment.