mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
chore(astro): upgrade to astro 6
This commit is contained in:
parent
f378862b23
commit
ed9f680505
4 changed files with 6716 additions and 3088 deletions
24
package.json
24
package.json
|
|
@ -65,9 +65,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"7z-wasm": "^1.0.0-beta.5",
|
||||
"@astrojs/netlify": "^2.6.0",
|
||||
"@astrojs/partytown": "^1.2.3",
|
||||
"@astrojs/vue": "^2.2.1",
|
||||
"@astrojs/netlify": "^7.0.2",
|
||||
"@astrojs/partytown": "^2.1.5",
|
||||
"@astrojs/vue": "^6.0.0",
|
||||
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
||||
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
||||
"@fontsource/inter": "^4.0.1",
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
||||
"@supercharge/promise-pool": "^2.1.0",
|
||||
"@zip.js/zip.js": "^2.5.25",
|
||||
"astro": "^2.10.7",
|
||||
"astro": "^6.0.4",
|
||||
"axios": "^0.21.0",
|
||||
"buffer": "^6.0.3",
|
||||
"can-autoplay": "^3.0.0",
|
||||
|
|
@ -115,17 +115,17 @@
|
|||
"sitemap": "^7.1.1",
|
||||
"slugify": "^1.4.6",
|
||||
"std-env": "^3.3.2",
|
||||
"terser": "^4.8.0",
|
||||
"terser": "^5.46.0",
|
||||
"uuid": "^8.3.2",
|
||||
"vite-node": "^0.34.1",
|
||||
"vue": "^3.2.30",
|
||||
"vite-node": "^5.3.0",
|
||||
"vue": "^3.5.30",
|
||||
"workerpool": "^6.2.1",
|
||||
"zip-lib": "^0.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/sitemap": "^2.0.1",
|
||||
"@astrojs/tailwind": "^4.0.0",
|
||||
"@vitest/web-worker": "^0.20.3",
|
||||
"@astrojs/sitemap": "^3.7.1",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@vitest/web-worker": "^4.1.0",
|
||||
"autoprefixer": "^10.0.2",
|
||||
"ava": "^6.2.0",
|
||||
"babel-eslint": "^8.2.1",
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
"tailwindcss": "^3.2.6",
|
||||
"tsconfig-paths": "^3.14.1",
|
||||
"typescript": "^5.7.3",
|
||||
"vite-tsconfig-paths": "^3.5.0",
|
||||
"vitest": "^2.1.8"
|
||||
"vite-tsconfig-paths": "^6.1.1",
|
||||
"vitest": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue