1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Nayam Amarshe 2024-01-19 13:53:34 +05:30
commit b068888910
2 changed files with 13 additions and 10 deletions

21
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upscayl",
"version": "2.9.5",
"version": "2.9.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upscayl",
"version": "2.9.5",
"version": "2.9.8",
"license": "AGPL-3.0",
"dependencies": {
"dotenv": "^16.3.1",
@ -18,7 +18,7 @@
"firebase": "^10.3.0",
"gray-matter": "^4.0.3",
"jotai": "^2.2.2",
"react-compare-slider": "^2.2.0",
"react-compare-slider": "^3.0.1",
"react-markdown": "^9.0.1",
"react-select": "^5.7.4",
"react-tooltip": "^5.18.1",
@ -6454,9 +6454,12 @@
}
},
"node_modules/react-compare-slider": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-2.2.0.tgz",
"integrity": "sha512-I77xqulpoibZ9eqjn5wjpZL5IRpUZYcUlde70YaJ+MORGbUThrjTlHKl/UeGyCIPUWtPID5f5/zK9Q+1ovQLeA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-3.0.1.tgz",
"integrity": "sha512-+y7x30GCMmk7tl0lBgWRdEjOEMSD4tgPPVyQfBjN6LxU0gdYc4n0+XvnwTJQWwJPd+t2JuniYi1ZxczFVf4fnw==",
"engines": {
"node": ">=16.9.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
@ -12586,9 +12589,9 @@
}
},
"react-compare-slider": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-2.2.0.tgz",
"integrity": "sha512-I77xqulpoibZ9eqjn5wjpZL5IRpUZYcUlde70YaJ+MORGbUThrjTlHKl/UeGyCIPUWtPID5f5/zK9Q+1ovQLeA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/react-compare-slider/-/react-compare-slider-3.0.1.tgz",
"integrity": "sha512-+y7x30GCMmk7tl0lBgWRdEjOEMSD4tgPPVyQfBjN6LxU0gdYc4n0+XvnwTJQWwJPd+t2JuniYi1ZxczFVf4fnw==",
"requires": {}
},
"react-dom": {

View File

@ -232,7 +232,7 @@
"firebase": "^10.3.0",
"gray-matter": "^4.0.3",
"jotai": "^2.2.2",
"react-compare-slider": "^2.2.0",
"react-compare-slider": "^3.0.1",
"react-markdown": "^9.0.1",
"react-select": "^5.7.4",
"react-tooltip": "^5.18.1",