Skip to content

Commit

Permalink
Ok, fixed that. NOW I need to update all of the effing svelte components
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 4, 2024
1 parent 96a904d commit b0fca23
Show file tree
Hide file tree
Showing 11 changed files with 539 additions and 635 deletions.
6 changes: 2 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const workerwarePath = fileURLToPath(new URL("./workerware/src", import.meta.url

export default defineConfig({
site: parsedDoc.seo.enabled ? parsedDoc.seo.domain || process.env.SITE : 'http://localhost:4321',
experimental: {
env: {
schema: {
VERSION: envField.string({
Expand All @@ -42,11 +41,10 @@ export default defineConfig({
})
})
}
}
},
},
integrations: [
tailwind(),
sitemap(),
//sitemap(),
icon(),
svelte(),
playformCompress({
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,50 +18,50 @@
"version": "changeset version"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/node": "^8.3.4",
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@fastify/compress": "^8.0.1",
"@fastify/helmet": "^12.0.1",
"@fastify/helmet": "^13.0.0",
"@fastify/middie": "^9.0.2",
"@fastify/multipart": "^9.0.1",
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"@iconify-json/ph": "^1.2.1",
"@mercuryworkshop/bare-mux": "^2.1.6",
"@mercuryworkshop/epoxy-transport": "2.1.13",
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@playform/compress": "^0.1.6",
"@svelte-drama/suspense": "0.5.1",
"@svelte-drama/suspense": "0.6.6",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"@types/sequelize": "^4.28.20",
"astro": "^4.16.13",
"astro-icon": "^1.1.2",
"astro": "^5.0.2",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"concurrently": "^9.1.0",
"fastify": "^5.1.0",
"form-data": "^4.0.1",
"gradient-string": "^3.0.0",
"nanostores": "^0.10.3",
"nanostores": "^0.11.3",
"ora": "^8.1.1",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5",
"smol-toml": "^1.3.0",
"smol-toml": "^1.3.1",
"sqlite3": "^5.1.7",
"svelte": "^4.2.19",
"svelte": "^5.5.3",
"svelte-french-toast": "^1.2.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite-plugin-static-copy": "^1.0.6",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite-plugin-static-copy": "^2.2.0",
"wisp-server-node": "^1.1.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"bufferutil": "^4.0.8",
"sharp": "^0.33.5",
"tsx": "^4.19.2"
Expand Down
Loading

0 comments on commit b0fca23

Please sign in to comment.