1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-31 04:03:51 +01:00

Update dependencies in package.json to latest versions

This commit is contained in:
Nayam Amarshe 2025-01-01 14:55:41 +05:30
parent 334709f680
commit 237d7d2409
2 changed files with 2521 additions and 1225 deletions

3682
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -202,55 +202,55 @@
}
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
"@tailwindcss/typography": "^0.5.10",
"@electron/notarize": "^2.5.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"ajv": "^6.12.6",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"daisyui": "^4.10.2",
"electron": "^27.3.10",
"electron-builder": "^24.13.3",
"daisyui": "^4.12.23",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"next": "^14.2.10",
"postcss": "^8.4.31",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.17",
"typescript": "^4.8.4"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"dotenv": "^16.3.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"dotenv": "^16.4.7",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.0.0-beta.16",
"electron-log": "^5.2.4",
"electron-next": "^3.1.5",
"electron-settings": "^4.0.3",
"electron-updater": "^6.3.0",
"electron-settings": "^4.0.4",
"electron-updater": "^6.3.9",
"eslint-config-next": "^14.2.7",
"firebase": "^10.11.0",
"firebase": "^11.1.0",
"gray-matter": "^4.0.3",
"jotai": "^2.2.2",
"lucide-react": "^0.366.0",
"posthog-js": "^1.200.1",
"react-compare-slider": "^3.0.1",
"jotai": "^2.11.0",
"lucide-react": "^0.469.0",
"posthog-js": "^1.203.2",
"react-compare-slider": "^3.1.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.16",
"react-select": "^5.7.4",
"react-tooltip": "^5.18.1",
"react-resizable-panels": "^2.1.7",
"react-select": "^5.9.0",
"react-tooltip": "^5.28.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.0.4",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"theme-change": "^2.5.0"
},