@humanspeak/svelte-motion 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanspeak/svelte-motion",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Framer Motion for Svelte 5. Declarative motion.<tag> components with AnimatePresence exit animations, gestures (hover, tap, drag, focus, in-view), variants, FLIP layout animations, shared-layout transitions, spring physics, and scroll-linked motion values. The drop-in Framer Motion alternative for Svelte and SvelteKit.",
5
5
  "keywords": [
6
6
  "svelte",
@@ -95,8 +95,8 @@
95
95
  },
96
96
  "dependencies": {
97
97
  "acorn": "^8.16.0",
98
- "motion": "^12.38.0",
99
- "motion-dom": "^12.38.0"
98
+ "motion": "^12.39.0",
99
+ "motion-dom": "^12.39.0"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@changesets/cli": "^2.31.0",
@@ -114,7 +114,7 @@
114
114
  "@tailwindcss/vite": "^4.3.0",
115
115
  "@testing-library/jest-dom": "^6.9.1",
116
116
  "@testing-library/svelte": "^5.3.1",
117
- "@types/node": "^25.8.0",
117
+ "@types/node": "^25.9.0",
118
118
  "@vitest/coverage-v8": "^4.1.6",
119
119
  "eslint": "^10.4.0",
120
120
  "eslint-config-prettier": "10.1.8",
@@ -142,7 +142,7 @@
142
142
  "tailwind-variants": "^3.2.2",
143
143
  "tailwindcss": "^4.3.0",
144
144
  "tailwindcss-animate": "^1.0.7",
145
- "tsx": "^4.22.0",
145
+ "tsx": "^4.22.2",
146
146
  "typescript": "^6.0.3",
147
147
  "typescript-eslint": "^8.59.3",
148
148
  "vite": "^8.0.13",