mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
update dependencies (#64)
This commit is contained in:
parent
07b2125a87
commit
3b2de15fef
3 changed files with 2148 additions and 1699 deletions
54
package.json
54
package.json
|
@ -24,44 +24,44 @@
|
|||
"node": ">=16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.185",
|
||||
"@interactjs/types": "^1.10.26",
|
||||
"@sveltejs/adapter-static": "^3.0.1",
|
||||
"@sveltejs/kit": "^2.5.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"eslint": "^8.56.0",
|
||||
"@iconify/json": "^2.2.220",
|
||||
"@interactjs/types": "^1.10.27",
|
||||
"@sveltejs/adapter-static": "^3.0.2",
|
||||
"@sveltejs/kit": "^2.5.17",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint": "^9.5.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.35.1",
|
||||
"mdsvex": "^0.11.0",
|
||||
"postcss": "^8.4.35",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.2.1",
|
||||
"eslint-plugin-svelte": "^2.40.0",
|
||||
"mdsvex": "^0.11.2",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-svelte": "^3.2.4",
|
||||
"simplex-noise": "^4.0.1",
|
||||
"svelte": "^4.2.11",
|
||||
"svelte-check": "^3.6.4",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"svelte": "^4.2.18",
|
||||
"svelte-check": "^3.8.1",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.3.3",
|
||||
"unplugin-icons": "^0.18.5",
|
||||
"vite": "^5.1.4"
|
||||
"typescript": "^5.4.5",
|
||||
"unplugin-icons": "^0.19.0",
|
||||
"vite": "^5.3.1"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@fontsource-variable/work-sans": "^5.0.17",
|
||||
"@fontsource/ibm-plex-mono": "^5.0.8",
|
||||
"@fontsource-variable/work-sans": "^5.0.19",
|
||||
"@fontsource/ibm-plex-mono": "^5.0.13",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"clsx": "^2.1.0",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"clsx": "^2.1.1",
|
||||
"globby": "^14.0.1",
|
||||
"interactjs": "^1.10.26",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"interactjs": "^1.10.27",
|
||||
"prettier-plugin-tailwindcss": "^0.6.5",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-unwrap-images": "^4.0.0",
|
||||
"remeda": "^1.43.0",
|
||||
"remeda": "^2.2.0",
|
||||
"rxjs": "^7.8.1",
|
||||
"shiki": "^1.1.6",
|
||||
"shiki": "^1.7.0",
|
||||
"svelte-inview": "^4.0.2",
|
||||
"ts-pattern": "^5.0.8"
|
||||
"ts-pattern": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
|
3693
pnpm-lock.yaml
3693
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -21,7 +21,7 @@
|
|||
b.name.localeCompare(a.name)
|
||||
)
|
||||
),
|
||||
R.toPairs,
|
||||
R.entries(),
|
||||
R.tap((x) => console.log({ x })),
|
||||
R.sort(([a], [b]) => a.localeCompare(b))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue