update packages
This commit is contained in:
+14
-14
@@ -12,32 +12,32 @@
|
||||
"lint": "eslint --ext .js --ext .ts --ext .astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/alpinejs": "^0.4.8",
|
||||
"@astrojs/mdx": "^4.3.4",
|
||||
"@astrojs/alpinejs": "^0.4.9",
|
||||
"@astrojs/mdx": "^4.3.7",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@types/alpinejs": "^3.13.11",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"alpinejs": "^3.14.9",
|
||||
"astro": "^5.13.3",
|
||||
"astro-pagefind": "^1.7.0",
|
||||
"alpinejs": "^3.15.0",
|
||||
"astro": "^5.14.4",
|
||||
"astro-pagefind": "^1.8.5",
|
||||
"date-fns": "^4.1.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"pagefind": "^1.3.0",
|
||||
"sanitize-html": "^2.14.0",
|
||||
"sharp": "^0.33.5"
|
||||
"pagefind": "^1.4.0",
|
||||
"sanitize-html": "^2.17.0",
|
||||
"sharp": "^0.34.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/ts-plugin": "^1.10.4",
|
||||
"bun-types": "latest",
|
||||
"eslint": "^9.18.0",
|
||||
"bun-types": "1.3.0",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"prettier": "^3.4.2",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"typescript-eslint": "^8.21.0"
|
||||
"typescript-eslint": "^8.46.0"
|
||||
},
|
||||
"module": "index.ts",
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.7.3"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user