mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Upgrade react-compare-slider
for keyboard controls and improved a11y
This commit is contained in:
parent
f323fba52f
commit
00326e9585
21
package-lock.json
generated
21
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.9.5",
|
"version": "2.9.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.9.5",
|
"version": "2.9.8",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"firebase": "^10.3.0",
|
"firebase": "^10.3.0",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"jotai": "^2.2.2",
|
"jotai": "^2.2.2",
|
||||||
"react-compare-slider": "^2.2.0",
|
"react-compare-slider": "^3.0.1",
|
||||||
"react-markdown": "^9.0.1",
|
"react-markdown": "^9.0.1",
|
||||||
"react-select": "^5.7.4",
|
"react-select": "^5.7.4",
|
||||||
"react-tooltip": "^5.18.1",
|
"react-tooltip": "^5.18.1",
|
||||||
@ -6454,9 +6454,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-compare-slider": {
|
"node_modules/react-compare-slider": {
|
||||||
"version": "2.2.0",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-3.0.1.tgz",
|
||||||
"integrity": "sha512-I77xqulpoibZ9eqjn5wjpZL5IRpUZYcUlde70YaJ+MORGbUThrjTlHKl/UeGyCIPUWtPID5f5/zK9Q+1ovQLeA==",
|
"integrity": "sha512-+y7x30GCMmk7tl0lBgWRdEjOEMSD4tgPPVyQfBjN6LxU0gdYc4n0+XvnwTJQWwJPd+t2JuniYi1ZxczFVf4fnw==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.9.0"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=16.8",
|
"react": ">=16.8",
|
||||||
"react-dom": ">=16.8"
|
"react-dom": ">=16.8"
|
||||||
@ -12586,9 +12589,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-compare-slider": {
|
"react-compare-slider": {
|
||||||
"version": "2.2.0",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-3.0.1.tgz",
|
||||||
"integrity": "sha512-I77xqulpoibZ9eqjn5wjpZL5IRpUZYcUlde70YaJ+MORGbUThrjTlHKl/UeGyCIPUWtPID5f5/zK9Q+1ovQLeA==",
|
"integrity": "sha512-+y7x30GCMmk7tl0lBgWRdEjOEMSD4tgPPVyQfBjN6LxU0gdYc4n0+XvnwTJQWwJPd+t2JuniYi1ZxczFVf4fnw==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"react-dom": {
|
"react-dom": {
|
||||||
|
@ -232,7 +232,7 @@
|
|||||||
"firebase": "^10.3.0",
|
"firebase": "^10.3.0",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"jotai": "^2.2.2",
|
"jotai": "^2.2.2",
|
||||||
"react-compare-slider": "^2.2.0",
|
"react-compare-slider": "^3.0.1",
|
||||||
"react-markdown": "^9.0.1",
|
"react-markdown": "^9.0.1",
|
||||||
"react-select": "^5.7.4",
|
"react-select": "^5.7.4",
|
||||||
"react-tooltip": "^5.18.1",
|
"react-tooltip": "^5.18.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user