Skip to content

Commit

Permalink
Astro 4.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Sep 14, 2024
1 parent 2a74ebb commit 6553776
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 999 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zamg-explorer",
"author": "Simon Legner <[email protected]>",
"license": "GPL-3.0",
"packageManager": "yarn@4.3.0",
"packageManager": "yarn@4.5.0",
"type": "module",
"version": "0.0.1",
"private": true,
Expand All @@ -14,20 +14,21 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.1",
"@astrojs/mdx": "^3.1.6",
"@astrojs/vue": "^4.5.0",
"@popperjs/core": "^2.11.8",
"@vue/reactivity": "^3.4.21",
"@vueuse/core": "^10.9.0",
"@vueuse/math": "^10.9.0",
"astro": "^4.10.3",
"@vue/reactivity": "^3.5.5",
"@vueuse/core": "^11.0.3",
"@vueuse/math": "^11.0.3",
"astro": "^4.15.6",
"bootstrap": "^5.3.3",
"leaflet": "^1.9.4",
"uplot": "^1.6.30",
"vue": "^3.4.21"
"vue": "^3.5.5"
},
"devDependencies": {
"@types/leaflet": "^1.9.11",
"prettier": "^3.2.5"
"@types/leaflet": "^1.9.12",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
}
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
Loading

0 comments on commit 6553776

Please sign in to comment.