Skip to content

Commit

Permalink
Merge pull request #548 from atls/fix/add-missing-dependence-utils-us…
Browse files Browse the repository at this point in the history
…e-popover

fix: add-missing-dependence-utils-use-popover
  • Loading branch information
TorinAsakura authored Feb 5, 2024
2 parents 3a9c237 + af1fa28 commit f1462d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pnp.cjs

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

3 changes: 2 additions & 1 deletion utils/use-popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atls-utils/use-popover",
"version": "0.0.3",
"version": "0.0.4",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
Expand All @@ -17,6 +17,7 @@
"devDependencies": {
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"csstype": "3.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,7 @@ __metadata:
dependencies:
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
csstype: "npm:3.1.3"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-laag: "npm:2.0.5"
Expand Down

0 comments on commit f1462d4

Please sign in to comment.