1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-27 17:00:52 +01:00

Updated dependencies

This commit is contained in:
Feenix 2023-04-21 00:09:41 +05:30
parent 7b47287035
commit bf20770606
2 changed files with 656 additions and 2625 deletions

3255
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -138,41 +138,37 @@
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"electron": "^23.2.4",
"electron-builder": "^24.0.0",
"next": "^13.0.2",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"electron-builder": "^24.2.1",
"next": "^13.3.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.2",
"tailwindcss": "^3.3.1",
"typescript": "^4.8.4"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"daisyui": "^2.51.4",
"electron-is-dev": "^2.0.0",
"electron-is-packaged": "^1.0.2",
"electron-log": "^5.0.0-beta.16",
"electron-next": "^3.1.5",
"electron-root-path": "^1.1.0",
"electron-updater": "^5.3.0",
"image-size": "^1.0.2",
"jotai": "^2.0.3",
"jotai": "^2.0.4",
"react-compare-slider": "^2.2.0",
"react-dropzone": "^14.2.3",
"react-image-zoom": "^1.3.1",
"react-select": "^5.6.0",
"react-tooltip": "^4.5.0",
"tailwind-scrollbar": "^2.0.1",
"theme-change": "^2.2.0",
"upscayl-ffmpeg": "^5.1.1"
"theme-change": "^2.2.0"
},
"volta": {
"node": "16.17.0"