Updated deps

This commit is contained in:
DrMint 2024-03-22 23:23:26 +01:00
parent ee2774b25b
commit 6a9b3c94af
3 changed files with 322 additions and 323 deletions

BIN
bun.lockb

Binary file not shown.

629
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,27 +20,27 @@
"node": ">=19.7.0" "node": ">=19.7.0"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.5.9", "@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.3", "@astrojs/node": "^8.2.5",
"@fontsource-variable/murecho": "^5.0.18", "@fontsource-variable/murecho": "^5.0.18",
"@fontsource-variable/vollkorn": "^5.0.20", "@fontsource-variable/vollkorn": "^5.0.20",
"accept-language": "^3.0.18", "accept-language": "^3.0.18",
"astro": "4.5.5", "astro": "4.5.9",
"astro-icon": "^1.1.0", "astro-icon": "^1.1.0",
"node-cache": "^5.1.2", "node-cache": "^5.1.2",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.37" "ua-parser-js": "^1.0.37"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/material-symbols": "^1.1.75", "@iconify-json/material-symbols": "^1.1.76",
"@types/ua-parser-js": "^0.7.39", "@types/ua-parser-js": "^0.7.39",
"astro-meta-tags": "^0.2.2", "astro-meta-tags": "^0.2.2",
"autoprefixer": "^10.4.18", "autoprefixer": "^10.4.19",
"bun-types": "^1.0.31", "bun-types": "^1.0.35",
"npm-check-updates": "^16.14.17", "npm-check-updates": "^16.14.17",
"postcss-preset-env": "^9.5.1", "postcss-preset-env": "^9.5.2",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.2" "typescript": "^5.4.3"
} }
} }