Skip to content

Commit

Permalink
update vite & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Sep 26, 2024
1 parent dcfc7c6 commit b6de22c
Show file tree
Hide file tree
Showing 3 changed files with 2,064 additions and 1,573 deletions.
43 changes: 27 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,46 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.4",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.35",
"eslint-plugin-svelte": "^2.44.0",
"postcss": "^8.4.47",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.71.1",
"sass": "^1.79.3",
"svelte": "^4.2.19",
"svelte-chartjs": "^3.1.5",
"svelte-check": "^3.6.6",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^4.5.3"
"svelte-check": "^3.8.6",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.8",
"chart.js": "^4.4.2",
"chart.js": "^4.4.4",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.38.5",
"tailwind-merge": "^1.14.0"
},
"pnpm": {
"overrides": {
"undici@<5.28.4": ">=5.28.4",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"vite@>=4.0.0 <4.5.4": ">=4.5.4",
"vite@>=4.0.0 <=4.5.3": ">=4.5.4",
"rollup@<3.29.5": ">=3.29.5"
}
}
}
}
Loading

0 comments on commit b6de22c

Please sign in to comment.