solid-presence
Advanced tools
Comparing version
{ | ||
"name": "solid-presence", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -41,12 +41,7 @@ "description": "SolidJS utility that manages the presence of an element in the DOM while being aware of pending animations.", | ||
], | ||
"scripts": { | ||
"build": "pnpm lint && tsup", | ||
"lint": "eslint --max-warnings=0 .", | ||
"watch": "tsup --watch" | ||
}, | ||
"dependencies": { | ||
"corvu": "~0.2" | ||
"corvu": "~0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/eslint-plugin": "^6.19.1", | ||
"esbuild-plugin-solid": "^0.5.0", | ||
@@ -57,4 +52,4 @@ "eslint": "^8.56.0", | ||
"eslint-plugin-solid": "^0.13.1", | ||
"prettier": "^3.1.1", | ||
"solid-js": "^1.8.10", | ||
"prettier": "^3.2.4", | ||
"solid-js": "^1.8.12", | ||
"tsup": "^8.0.1", | ||
@@ -65,3 +60,8 @@ "typescript": "^5.3.3" | ||
"solid-js": "^1.8" | ||
}, | ||
"scripts": { | ||
"build": "pnpm lint && tsup", | ||
"lint": "eslint --max-warnings=0 .", | ||
"watch": "tsup --watch" | ||
} | ||
} | ||
} |
4106
35.56%6
20%+ Added
+ Added
+ Added
+ Added
- Removed
Updated