Skip to content

Commit

Permalink
update: change Node.js engine version to 22.x and update dependencies…
Browse files Browse the repository at this point in the history
… in package.json
  • Loading branch information
Tsuzat committed Jan 15, 2025
1 parent 267d467 commit d4cf74d
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 447 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"type": "module",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"dev": "vite dev",
Expand All @@ -18,41 +18,41 @@
"test": "npm run test:unit -- --run"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/compat": "^1.2.5",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/node": "^22.10.2",
"@types/node": "^22.10.6",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.74",
"clsx": "^2.1.1",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"lucide-svelte": "^0.469.0",
"mdsvex": "^0.11.2",
"mode-watcher": "^0.5.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"svelte": "^5.18.0",
"svelte-check": "^4.1.4",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"dependencies": {
"@fontsource-variable/dm-sans": "^5.1.0",
"@fontsource-variable/fira-code": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"@fontsource-variable/dm-sans": "^5.1.1",
"@fontsource-variable/fira-code": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"lottie-web": "^5.12.2",
"shiki": "^1.24.4"
"shiki": "^1.27.2"
}
}
Loading

0 comments on commit d4cf74d

Please sign in to comment.