solid-slider 1.3.7 → 1.3.8

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -175,6 +175,7 @@ Thie library exports it's own CSS which is the basic Keen-Slider implementation
175
175
  - 1.3.2 - Patched issue with initial slide not setting current signal.
176
176
  - 1.3.5 - Updated to latest SolidJS version.
177
177
  - 1.3.7 - Fixed TS issues updated to latest KeenSlider.
178
+ - 1.3.8 - Updated to Solid 1.5
178
179
 
179
180
  ## Keen Options API
180
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-slider",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "A slider utility for SolidJS.",
5
5
  "author": "David Di Biase",
6
6
  "repository": {
@@ -61,9 +61,9 @@
61
61
  "plugin"
62
62
  ],
63
63
  "dependencies": {
64
- "@solid-primitives/timer": "1.3.0",
64
+ "@solid-primitives/timer": "^1.3.2",
65
65
  "keen-slider": "^6.7.0",
66
- "solid-js": "^1.4.7"
66
+ "solid-js": "^1.5.4"
67
67
  },
68
68
  "devDependencies": {
69
69
  "esbuild-plugin-solid": "^0.4.2",