Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Nov 26, 2023
1 parent e725791 commit 3ad29f4
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 295 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ All commands are run from the root of the project, from a terminal:
- Fixed json.ts return type for search
- 3.2.3: Maintenance:
- Fixed mermaid v9 no longer working by upgradig to latest version of mermaid
- Upgrade packages
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/alpinejs": "^3.13.5",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^6.11.0",
"alpinejs": "^3.13.2",
"astro": "^3.5.5",
"@typescript-eslint/parser": "^6.12.0",
"alpinejs": "^3.13.3",
"astro": "^3.6.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.1",
Expand All @@ -49,9 +49,9 @@
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",
"typescript": "~5.3.2",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.0.2"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
Expand All @@ -65,7 +65,7 @@
"lunr": "^2.3.9",
"photoswipe": "^5.4.2",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^11.0.4"
"swiper": "^11.0.5"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 3ad29f4

Please sign in to comment.