mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
upgrade dependencies
This commit is contained in:
parent
a5be9f25c5
commit
8cab3e516f
2 changed files with 329 additions and 2615 deletions
40
package.json
40
package.json
|
@ -24,37 +24,35 @@
|
|||
"node": ">=16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.109",
|
||||
"@interactjs/types": "^1.10.18",
|
||||
"@sveltejs/adapter-auto": "^2.1.0",
|
||||
"@iconify/json": "^2.2.140",
|
||||
"@interactjs/types": "^1.10.20",
|
||||
"@sveltejs/adapter-auto": "^2.1.1",
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/kit": "^1.24.0",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"eslint": "^8.48.0",
|
||||
"@sveltejs/kit": "^1.27.4",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-svelte": "^2.33.0",
|
||||
"postcss": "^8.4.29",
|
||||
"eslint-plugin-svelte": "^2.35.0",
|
||||
"postcss": "^8.4.31",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-svelte": "^3.0.3",
|
||||
"svelte": "^4.2.0",
|
||||
"svelte-add": "2023.8.31-0.0",
|
||||
"svelte-check": "^3.5.1",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"prettier-plugin-svelte": "^3.1.0",
|
||||
"svelte": "^4.2.3",
|
||||
"svelte-check": "^3.6.0",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-icons": "^0.16.6",
|
||||
"vite": "^4.4.9"
|
||||
"unplugin-icons": "^0.17.3",
|
||||
"vite": "^4.5.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@fontsource-variable/inter": "^5.0.8",
|
||||
"@fontsource-variable/work-sans": "^5.0.9",
|
||||
"@fontsource-variable/inter": "^5.0.15",
|
||||
"@fontsource-variable/work-sans": "^5.0.16",
|
||||
"@fontsource/ibm-plex-mono": "^5.0.8",
|
||||
"clsx": "^2.0.0",
|
||||
"critical": "^5.1.1",
|
||||
"interactjs": "^1.10.18",
|
||||
"prettier-plugin-tailwindcss": "^0.5.4",
|
||||
"remeda": "^1.26.0",
|
||||
"interactjs": "^1.10.20",
|
||||
"prettier-plugin-tailwindcss": "^0.5.7",
|
||||
"remeda": "^1.29.0",
|
||||
"rxjs": "^7.8.1",
|
||||
"simplex-noise": "^4.0.1",
|
||||
"svelte-inview": "^4.0.1",
|
||||
|
|
2904
pnpm-lock.yaml
2904
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue