@humanspeak/svelte-motion 0.1.31 → 0.1.32
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humanspeak/svelte-motion",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "A Framer Motion-compatible animation library for Svelte 5 that provides smooth, hardware-accelerated animations. Features include spring physics, custom easing, and fluid transitions. Built on top of the motion library, it offers a simple API for creating complex animations with minimal code. Perfect for interactive UIs, micro-interactions, and engaging user experiences.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@changesets/cli": "^2.30.0",
|
|
72
|
-
"@eslint/compat": "^2.0.
|
|
72
|
+
"@eslint/compat": "^2.0.3",
|
|
73
73
|
"@eslint/js": "^10.0.1",
|
|
74
74
|
"@playwright/test": "^1.58.2",
|
|
75
75
|
"@sveltejs/adapter-auto": "^7.0.1",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"@tailwindcss/typography": "^0.5.19",
|
|
84
84
|
"@testing-library/jest-dom": "^6.9.1",
|
|
85
85
|
"@testing-library/svelte": "^5.3.1",
|
|
86
|
-
"@types/node": "^25.3.
|
|
86
|
+
"@types/node": "^25.3.5",
|
|
87
87
|
"@vitest/coverage-v8": "^4.0.18",
|
|
88
|
-
"eslint": "^10.0.
|
|
88
|
+
"eslint": "^10.0.3",
|
|
89
89
|
"eslint-config-prettier": "10.1.8",
|
|
90
90
|
"eslint-plugin-import": "2.32.0",
|
|
91
91
|
"eslint-plugin-svelte": "3.15.0",
|