summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2023-05-30 19:51:09 -0400
committerGravatar GitHub <noreply@github.com> 2023-05-30 19:51:09 -0400
commit290e344dee4092ce592490d1f58ef389831e4ad0 (patch)
tree0b0b42eb525e791992b3a8d8ea25493c3dfc7dba /package.json
parentba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (diff)
downloadastro-290e344dee4092ce592490d1f58ef389831e4ad0.tar.gz
astro-290e344dee4092ce592490d1f58ef389831e4ad0.tar.zst
astro-290e344dee4092ce592490d1f58ef389831e4ad0.zip
Fix out-of-date example dependencies (#7248)
* revert changeset patch * deps: bump astro across examples * deps: bump @astrojs packages across examples * deps: bump @astrojs/markdoc
Diffstat (limited to '')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index f213c733d..479819069 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
]
},
"patchedDependencies": {
- "@changesets/cli@2.26.1": "patches/@changesets__cli@2.26.1.patch"
+ "@changesets/cli@2.23.0": "patches/@changesets__cli@2.23.0.patch"
}
},
"dependencies": {
@@ -78,8 +78,8 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
- "@changesets/changelog-github": "0.4.8",
- "@changesets/cli": "2.26.1",
+ "@changesets/changelog-github": "0.4.4",
+ "@changesets/cli": "2.23.0",
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",