Skip to content

Commit

Permalink
[feat] dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvvv committed Jan 14, 2023
1 parent 6640347 commit 50488c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-floating-ui",
"description": "Svelte actions for working with floating ui",
"version": "1.2.7",
"version": "1.2.8",
"license": "MIT",
"main": "./index.js",
"svelte": "./index.js",
Expand Down Expand Up @@ -45,12 +45,12 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"vite": "^4.0.4",
"svelte2tsx": "^0.5.23"
},
"type": "module",
"dependencies": {
"@floating-ui/core": "^1.1.0",
"@floating-ui/dom": "^1.1.0",
"svelte2tsx": "^0.5.23"
"@floating-ui/dom": "^1.1.0"
}
}

0 comments on commit 50488c7

Please sign in to comment.