update dependencies (#64)

This commit is contained in:
Visual-Dawg 2024-06-20 22:52:33 +03:00 committed by GitHub
parent 07b2125a87
commit 3b2de15fef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2148 additions and 1699 deletions

View file

@ -24,44 +24,44 @@
"node": ">=16.0.0" "node": ">=16.0.0"
}, },
"devDependencies": { "devDependencies": {
"@iconify/json": "^2.2.185", "@iconify/json": "^2.2.220",
"@interactjs/types": "^1.10.26", "@interactjs/types": "^1.10.27",
"@sveltejs/adapter-static": "^3.0.1", "@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.0", "@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.0.0", "@sveltejs/vite-plugin-svelte": "^3.1.1",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.19",
"eslint": "^8.56.0", "eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1", "eslint-plugin-svelte": "^2.40.0",
"mdsvex": "^0.11.0", "mdsvex": "^0.11.2",
"postcss": "^8.4.35", "postcss": "^8.4.38",
"prettier": "^3.2.5", "prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.1", "prettier-plugin-svelte": "^3.2.4",
"simplex-noise": "^4.0.1", "simplex-noise": "^4.0.1",
"svelte": "^4.2.11", "svelte": "^4.2.18",
"svelte-check": "^3.6.4", "svelte-check": "^3.8.1",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3", "typescript": "^5.4.5",
"unplugin-icons": "^0.18.5", "unplugin-icons": "^0.19.0",
"vite": "^5.1.4" "vite": "^5.3.1"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@fontsource-variable/work-sans": "^5.0.17", "@fontsource-variable/work-sans": "^5.0.19",
"@fontsource/ibm-plex-mono": "^5.0.8", "@fontsource/ibm-plex-mono": "^5.0.13",
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.13",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"globby": "^14.0.1", "globby": "^14.0.1",
"interactjs": "^1.10.26", "interactjs": "^1.10.27",
"prettier-plugin-tailwindcss": "^0.5.11", "prettier-plugin-tailwindcss": "^0.6.5",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"remark-unwrap-images": "^4.0.0", "remark-unwrap-images": "^4.0.0",
"remeda": "^1.43.0", "remeda": "^2.2.0",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
"shiki": "^1.1.6", "shiki": "^1.7.0",
"svelte-inview": "^4.0.2", "svelte-inview": "^4.0.2",
"ts-pattern": "^5.0.8" "ts-pattern": "^5.2.0"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
b.name.localeCompare(a.name) b.name.localeCompare(a.name)
) )
), ),
R.toPairs, R.entries(),
R.tap((x) => console.log({ x })), R.tap((x) => console.log({ x })),
R.sort(([a], [b]) => a.localeCompare(b)) R.sort(([a], [b]) => a.localeCompare(b))
) )