Skip to content

Commit 8b02b7e

Browse files
chore(deps): update all non-major dependencies
1 parent bb8aed2 commit 8b02b7e

File tree

9 files changed

+613
-366
lines changed

9 files changed

+613
-366
lines changed

demos/loaders/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@ascorbic/mock-loader": "workspace:^",
1919
"@astro-community/astro-embed-bluesky": "^0.1.3",
2020
"@astrojs/check": "^0.9.4",
21-
"@astrojs/netlify": "^6.1.0",
22-
"@atproto/api": "^0.13.31",
21+
"@astrojs/netlify": "^6.2.0",
22+
"@atproto/api": "^0.14.2",
2323
"@unpic/astro": "^1.0.0",
24-
"astro": "5.2.1",
24+
"astro": "5.3.0",
2525
"typescript": "^5.7.3"
2626
}
2727
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"author": "Matt Kane",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@changesets/changelog-github": "^0.5.0",
16-
"@changesets/cli": "^2.27.12",
17-
"@types/node": "^22.12.0",
18-
"prettier": "^3.4.2",
19-
"vite": "^6.0.11",
20-
"vitest": "^3.0.4"
15+
"@changesets/changelog-github": "^0.5.1",
16+
"@changesets/cli": "^2.28.0",
17+
"@types/node": "^22.13.4",
18+
"prettier": "^3.5.1",
19+
"vite": "^6.1.1",
20+
"vitest": "^3.0.6"
2121
},
22-
"packageManager": "[email protected].4"
22+
"packageManager": "[email protected].5"
2323
}

packages/airtable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@arethetypeswrong/cli": "^0.17.3",
22-
"astro": "5.2.1",
23-
"publint": "^0.3.2",
22+
"astro": "5.3.0",
23+
"publint": "^0.3.6",
2424
"tsup": "^8.3.6",
2525
"typescript": "^5.7.3"
2626
},

packages/bluesky/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@arethetypeswrong/cli": "^0.17.3",
21-
"astro": "5.2.1",
22-
"publint": "^0.3.2",
21+
"astro": "5.3.0",
22+
"publint": "^0.3.6",
2323
"tsup": "^8.3.6",
2424
"typescript": "^5.7.3"
2525
},
@@ -40,6 +40,6 @@
4040
"homepage": "https://github.com/ascorbic/astro-loaders",
4141
"dependencies": {
4242
"@ascorbic/loader-utils": "workspace:^",
43-
"@atproto/api": "^0.13.31"
43+
"@atproto/api": "^0.14.2"
4444
}
4545
}

packages/csv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@arethetypeswrong/cli": "^0.17.3",
2222
"@types/papaparse": "^5.3.15",
23-
"astro": "5.2.1",
24-
"publint": "^0.3.2",
23+
"astro": "5.3.0",
24+
"publint": "^0.3.6",
2525
"tsup": "^8.3.6",
2626
"typescript": "^5.7.3"
2727
},
@@ -43,6 +43,6 @@
4343
"dependencies": {
4444
"@ascorbic/loader-utils": "workspace:^",
4545
"papaparse": "^5.5.2",
46-
"pathe": "^2.0.2"
46+
"pathe": "^2.0.3"
4747
}
4848
}

packages/feed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@arethetypeswrong/cli": "^0.17.3",
2222
"@types/feedparser": "^2.2.8",
23-
"astro": "5.2.1",
24-
"publint": "^0.3.2",
23+
"astro": "5.3.0",
24+
"publint": "^0.3.6",
2525
"tsup": "^8.3.6",
2626
"typescript": "^5.7.3"
2727
},

packages/mock/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@arethetypeswrong/cli": "^0.17.3",
22-
"astro": "5.2.1",
23-
"publint": "^0.3.2",
22+
"astro": "5.3.0",
23+
"publint": "^0.3.6",
2424
"tsup": "^8.3.6",
2525
"typescript": "^5.7.3"
2626
},
@@ -42,6 +42,6 @@
4242
"dependencies": {
4343
"@anatine/zod-mock": "^3.13.5",
4444
"@ascorbic/loader-utils": "workspace:^",
45-
"@faker-js/faker": "^9.4.0"
45+
"@faker-js/faker": "^9.5.0"
4646
}
4747
}

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@arethetypeswrong/cli": "^0.17.3",
22-
"astro": "5.2.1",
23-
"publint": "^0.3.2",
22+
"astro": "5.3.0",
23+
"publint": "^0.3.6",
2424
"tsup": "^8.3.6",
2525
"typescript": "^5.7.3"
2626
},

0 commit comments

Comments
 (0)