Update packages

This commit is contained in:
Michał 2024-09-12 10:43:38 +01:00
parent 938dec6191
commit 91769fa9c4
2 changed files with 1004 additions and 1086 deletions

2080
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.0",
"astro": "^4.10.0",
"typescript": "^5.4.5"
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"astro": "^4.15.4",
"typescript": "^5.6.2"
},
"devDependencies": {
"sass": "^1.77.2"
"sass": "^1.78.0"
}
}