Skip to content

Commit

Permalink
Release Prep (#133)
Browse files Browse the repository at this point in the history
* Updated svelte and testing deps, fixed test utils being shipped to npm (#132)

* Updated svelte dep, fixed test utils being shipped to npm

* remove unneeded comment

* Added missing changeset for (#132)
  • Loading branch information
Hugos68 authored Jul 3, 2024
1 parent a869a09 commit 1064c7f
Show file tree
Hide file tree
Showing 5 changed files with 3,703 additions and 3,154 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-owls-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skeletonlabs/floating-ui-svelte': patch
---

Patch: Svelte version bump
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
"!dist/**/*.spec.*",
"!dist/**/test.*"
],
"dependencies": {
"@floating-ui/dom": "^1.6.3",
Expand All @@ -41,7 +42,7 @@
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^5.1.0",
"@testing-library/svelte": "5.2.0-next.3",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand All @@ -62,7 +63,7 @@
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.1.9",
"shiki": "^1.3.0",
"svelte": "5.0.0-next.125",
"svelte": "5.0.0-next.169",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
Expand Down
Loading

0 comments on commit 1064c7f

Please sign in to comment.