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
|
|
@ -3,7 +3,7 @@ import vue from '@astrojs/vue'
|
||||||
import tailwind from '@astrojs/tailwind'
|
import tailwind from '@astrojs/tailwind'
|
||||||
// Astro Netlify Reference
|
// Astro Netlify Reference
|
||||||
// https://github.com/withastro/astro/tree/main/packages/integrations/netlify
|
// https://github.com/withastro/astro/tree/main/packages/integrations/netlify
|
||||||
import netlify from '@astrojs/netlify/functions'
|
import netlify from '@astrojs/netlify'
|
||||||
// import sitemap from '@astrojs/sitemap'
|
// import sitemap from '@astrojs/sitemap'
|
||||||
import partytown from '@astrojs/partytown'
|
import partytown from '@astrojs/partytown'
|
||||||
|
|
||||||
|
|
|
||||||
24
package.json
24
package.json
|
|
@ -65,9 +65,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"7z-wasm": "^1.0.0-beta.5",
|
"7z-wasm": "^1.0.0-beta.5",
|
||||||
"@astrojs/netlify": "^2.6.0",
|
"@astrojs/netlify": "^7.0.2",
|
||||||
"@astrojs/partytown": "^1.2.3",
|
"@astrojs/partytown": "^2.1.5",
|
||||||
"@astrojs/vue": "^2.2.1",
|
"@astrojs/vue": "^6.0.0",
|
||||||
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
||||||
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
||||||
"@fontsource/inter": "^4.0.1",
|
"@fontsource/inter": "^4.0.1",
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
||||||
"@supercharge/promise-pool": "^2.1.0",
|
"@supercharge/promise-pool": "^2.1.0",
|
||||||
"@zip.js/zip.js": "^2.5.25",
|
"@zip.js/zip.js": "^2.5.25",
|
||||||
"astro": "^2.10.7",
|
"astro": "^6.0.4",
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.0",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"can-autoplay": "^3.0.0",
|
"can-autoplay": "^3.0.0",
|
||||||
|
|
@ -115,17 +115,17 @@
|
||||||
"sitemap": "^7.1.1",
|
"sitemap": "^7.1.1",
|
||||||
"slugify": "^1.4.6",
|
"slugify": "^1.4.6",
|
||||||
"std-env": "^3.3.2",
|
"std-env": "^3.3.2",
|
||||||
"terser": "^4.8.0",
|
"terser": "^5.46.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"vite-node": "^0.34.1",
|
"vite-node": "^5.3.0",
|
||||||
"vue": "^3.2.30",
|
"vue": "^3.5.30",
|
||||||
"workerpool": "^6.2.1",
|
"workerpool": "^6.2.1",
|
||||||
"zip-lib": "^0.7.3"
|
"zip-lib": "^0.7.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/sitemap": "^2.0.1",
|
"@astrojs/sitemap": "^3.7.1",
|
||||||
"@astrojs/tailwind": "^4.0.0",
|
"@astrojs/tailwind": "^6.0.2",
|
||||||
"@vitest/web-worker": "^0.20.3",
|
"@vitest/web-worker": "^4.1.0",
|
||||||
"autoprefixer": "^10.0.2",
|
"autoprefixer": "^10.0.2",
|
||||||
"ava": "^6.2.0",
|
"ava": "^6.2.0",
|
||||||
"babel-eslint": "^8.2.1",
|
"babel-eslint": "^8.2.1",
|
||||||
|
|
@ -148,7 +148,7 @@
|
||||||
"tailwindcss": "^3.2.6",
|
"tailwindcss": "^3.2.6",
|
||||||
"tsconfig-paths": "^3.14.1",
|
"tsconfig-paths": "^3.14.1",
|
||||||
"typescript": "^5.7.3",
|
"typescript": "^5.7.3",
|
||||||
"vite-tsconfig-paths": "^3.5.0",
|
"vite-tsconfig-paths": "^6.1.1",
|
||||||
"vitest": "^2.1.8"
|
"vitest": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9777
pnpm-lock.yaml
generated
9777
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
1
src/env.d.ts
vendored
1
src/env.d.ts
vendored
|
|
@ -1 +1,2 @@
|
||||||
|
/// <reference path="../.astro/types.d.ts" />
|
||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
Loading…
Add table
Add a link
Reference in a new issue