Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

fix(deps): update all non-major dependencies #457

Merged
merged 6 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run format
  • Loading branch information
bluwy committed Jan 7, 2025
commit 4d13eaee4bb83d64ab3cf24efdce6b3d223993c9
9 changes: 2 additions & 7 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/cloudflare"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
"exports": {
Expand All @@ -25,9 +22,7 @@
"./image-endpoint": "./dist/entrypoints/image-endpoint.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand Down
9 changes: 2 additions & 7 deletions packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/netlify"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/netlify/",
"exports": {
Expand All @@ -25,9 +22,7 @@
"./image-service.js": "./dist/image-service.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test-fn": "astro-scripts test \"test/functions/*.test.js\"",
Expand Down
9 changes: 2 additions & 7 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/node"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/node/",
"exports": {
Expand All @@ -23,9 +20,7 @@
"./preview.js": "./dist/preview.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand Down
18 changes: 4 additions & 14 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/vercel"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
"exports": {
Expand All @@ -28,18 +25,11 @@
},
"typesVersions": {
"*": {
"serverless": [
"dist/serverless/adapter.d.ts"
],
"static": [
"dist/static/adapter.d.ts"
]
"serverless": ["dist/serverless/adapter.d.ts"],
"static": ["dist/static/adapter.d.ts"]
}
},
"files": [
"dist",
"types.d.ts"
],
"files": ["dist", "types.d.ts"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test --timeout 50000 \"test/**/!(hosted).test.js\"",
Expand Down
Loading