Skip to content

Commit

Permalink
fix(web): update and resolve conflicting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Oct 5, 2024
1 parent 3f610f3 commit 8e79833
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 353 deletions.
32 changes: 16 additions & 16 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.55.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"tslib": "^2.7.0",
"typescript": "^4.9.5",
"vite": "^4.5.5"
},
"dependencies": {
"@tabler/icons-svelte": "^2.10.0",
"@tanstack/svelte-table": "^8.8.0",
"autoprefixer": "^10.4.14",
"chart.js": "^4.2.1",
"postcss": "^8.4.31",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.5",
"svelte-chartjs": "^3.1.2",
"svelte-floating-ui": "^1.5.2",
"svelte-portal": "^2.2.0",
"tailwindcss": "^3.2.7",
"@tabler/icons-svelte": "^2.47.0",
"@tanstack/svelte-table": "8.8.0",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.4",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"svelte-chartjs": "^3.1.5",
"svelte-floating-ui": "^1.5.9",
"svelte-portal": "2.2.0",
"tailwindcss": "^3.4.13",
"tinro": "^0.6.12"
}
}
Loading

0 comments on commit 8e79833

Please sign in to comment.