Skip to content

Commit

Permalink
fix: deployment (attempt 3) also update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trexrush committed Feb 11, 2025
1 parent d400212 commit cc88849
Show file tree
Hide file tree
Showing 2 changed files with 1,277 additions and 1,428 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -12,21 +11,21 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^3.1.0",
"@astrojs/svelte": "^3.1.1",
"@astrojs/tailwind": "^3.1.3",
"@cubing/icons": "^1.0.6",
"@cubing/icons": "^1.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"astro": "^2.9.4",
"astro": "^2.10.15",
"cubing": "^0.39.1",
"sr-puzzlegen": "^1.0.4",
"sr-visualizer": "^1.0.13",
"svelte": "^4.1.1",
"tailwindcss": "^3.3.3",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.17",
"tippy.js": "^6.3.7",
"ts-deepmerge": "^6.2.0"
"ts-deepmerge": "^6.2.1"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"ts-essentials": "^9.3.2"
"@modyfi/vite-plugin-yaml": "^1.1.0",
"ts-essentials": "^9.4.2"
}
}
Loading

0 comments on commit cc88849

Please sign in to comment.