chore: fix build dependencies and frontend config
- Bump Docker SDK, downgrade otel deps for Go 1.24 compatibility - Fix duplicate i18n import in InstanceCard - Fix SvelteKit prerender/strict config for SPA build - Update Dockerfile with GOTOOLCHAIN=auto - Generate package-lock.json and go.sum WIP: still resolving Go 1.24 vs otel transitive dep versions
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "@sveltejs/adapter-static",
|
||||
"version": "3.0.10",
|
||||
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files",
|
||||
"keywords": [
|
||||
"adapter",
|
||||
"deploy",
|
||||
"hosting",
|
||||
"ssg",
|
||||
"static site generation",
|
||||
"svelte",
|
||||
"sveltekit"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sveltejs/kit.git",
|
||||
"directory": "packages/adapter-static"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://svelte.dev/docs/kit/adapter-static",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"platforms.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.0.0-next.3",
|
||||
"@types/node": "^18.19.119",
|
||||
"sirv": "^3.0.0",
|
||||
"svelte": "^5.39.3",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^6.3.5",
|
||||
"@sveltejs/kit": "^2.43.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@sveltejs/kit": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "prettier --check .",
|
||||
"check": "tsc",
|
||||
"format": "pnpm lint --write",
|
||||
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user