Skip to content

Commit

Permalink
fix(react): add dependency on tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 8, 2021
1 parent 5d50a5e commit cc0b85e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"build": "yarn clean && tsc -p . && gen-esm-wrapper dist/index.js dist/index.mjs"
},
"dependencies": {
"@skyra/discord-components-core": "^2.11.3-alpha.2"
"@skyra/discord-components-core": "^2.11.3-alpha.2",
"tslib": "^2.3.1"
},
"peerDependencies": {
"react": "16.8.x || 17.x",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ __metadata:
languageName: node
linkType: hard

"@skyra/discord-components-core@^2.11.3-alpha.1, @skyra/discord-components-core@workspace:packages/core":
"@skyra/discord-components-core@^2.11.3-alpha.2, @skyra/discord-components-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@skyra/discord-components-core@workspace:packages/core"
dependencies:
Expand All @@ -1373,7 +1373,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@skyra/discord-components-react@workspace:packages/react"
dependencies:
"@skyra/discord-components-core": ^2.11.3-alpha.1
"@skyra/discord-components-core": ^2.11.3-alpha.2
tslib: ^2.3.1
peerDependencies:
react: 16.8.x || 17.x
react-dom: 16.8.x || 17.x
Expand Down

0 comments on commit cc0b85e

Please sign in to comment.