@humanspeak/svelte-motion 0.3.6 → 0.4.0

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.3.6",
3
+ "version": "0.4.0",
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",
@@ -104,7 +104,7 @@
104
104
  "@eslint/js": "^10.0.1",
105
105
  "@playwright/test": "^1.60.0",
106
106
  "@sveltejs/adapter-auto": "^7.0.1",
107
- "@sveltejs/kit": "^2.59.1",
107
+ "@sveltejs/kit": "^2.60.1",
108
108
  "@sveltejs/package": "^2.5.7",
109
109
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
110
110
  "@tailwindcss/aspect-ratio": "^0.4.2",
@@ -114,9 +114,9 @@
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.7.0",
117
+ "@types/node": "^25.8.0",
118
118
  "@vitest/coverage-v8": "^4.1.6",
119
- "eslint": "^10.3.0",
119
+ "eslint": "^10.4.0",
120
120
  "eslint-config-prettier": "10.1.8",
121
121
  "eslint-plugin-import": "2.32.0",
122
122
  "eslint-plugin-svelte": "3.17.1",
@@ -135,7 +135,7 @@
135
135
  "prettier-plugin-tailwindcss": "^0.8.0",
136
136
  "publint": "^0.3.21",
137
137
  "runed": "0.37.1",
138
- "svelte": "^5.55.5",
138
+ "svelte": "5.55.5",
139
139
  "svelte-check": "^4.4.8",
140
140
  "svg-tags": "^1.0.0",
141
141
  "tailwind-merge": "^3.6.0",