@solid-primitives/active-element
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@solid-primitives/active-element", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A reactive document.activeElement. Check which element is currently focused.", | ||
@@ -51,5 +51,4 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
"devDependencies": { | ||
"jsdom": "^19.0.0", | ||
"prettier": "^2.5.0", | ||
"solid-register": "0.0.18", | ||
"solid-register": "0.1.1", | ||
"tslib": "^2.3.1", | ||
@@ -60,11 +59,11 @@ "tsup": "^5.10.0", | ||
"vite": "2.6.14", | ||
"vite-plugin-solid": "2.1.2" | ||
"vite-plugin-solid": "2.2.1" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.2.5" | ||
"solid-js": "1.3.0" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^1.3.8", | ||
"@solid-primitives/utils": "^0.0.260" | ||
"@solid-primitives/event-listener": "^1.4.1", | ||
"@solid-primitives/utils": "^0.1.2" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # @solid-primitives/active-element | ||
[![size](https://img.shields.io/npm/v/@solid-primitives/active-element?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/active-element) | ||
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fstage-badges%2Fassets%2Fbadges%2Fstage-2.json)](https://github.com/davedbase/solid-primitives#contribution-process) | ||
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-2.json)](https://github.com/davedbase/solid-primitives#contribution-process) | ||
@@ -106,2 +106,6 @@ - [`createActiveElement`](#createActiveElement) - A reactive `document.activeElement`. Check which element is currently focused. | ||
1.0.2 | ||
Updated to Solid 1.3 | ||
</details> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14149
8
237
110
+ Added@solid-primitives/utils@0.1.3(transitive)
+ Addedsolid-js@1.3.0(transitive)
- Removed@solid-primitives/utils@0.0.260(transitive)