Merge a2fa06d521
into 8eaeb388c0
This commit is contained in:
commit
82ead994fc
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
"@matthiesenxyz/astro-gists": patch
|
||||
---
|
||||
|
||||
Bump dependencies:
|
||||
|
||||
- @expressive-code/core from to
|
||||
- @expressive-code/plugin-frames from to
|
||||
- @expressive-code/plugin-shiki from to
|
||||
- @expressive-code/plugin-text-markers from to
|
||||
- @expressive-code/plugin-line-numbers from to
|
||||
- astro-integration-kit from to
|
||||
- octokit from to
|
||||
- vite from to
|
||||
- astro from to
|
|
@ -47,15 +47,15 @@
|
|||
"@octokit/types": "^13.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expressive-code/core": "^0.35.2",
|
||||
"@expressive-code/plugin-frames": "^0.35.2",
|
||||
"@expressive-code/plugin-shiki": "^0.35.2",
|
||||
"@expressive-code/plugin-text-markers": "^0.35.2",
|
||||
"@expressive-code/plugin-line-numbers": "^0.35.2",
|
||||
"astro-integration-kit": "^0.12.0",
|
||||
"@expressive-code/core": "^0.35.3",
|
||||
"@expressive-code/plugin-frames": "^0.35.3",
|
||||
"@expressive-code/plugin-shiki": "^0.35.3",
|
||||
"@expressive-code/plugin-text-markers": "^0.35.3",
|
||||
"@expressive-code/plugin-line-numbers": "^0.35.3",
|
||||
"astro-integration-kit": "^0.13.3",
|
||||
"chalk": "^5.3.0",
|
||||
"p-retry": "^6.2.0",
|
||||
"octokit": "^3.2.0",
|
||||
"vite": "^5.2.10"
|
||||
"octokit": "^4.0.2",
|
||||
"vite": "^5.2.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^4.7.0",
|
||||
"astro": "^4.9.2",
|
||||
"@matthiesenxyz/astro-gists": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
1253
pnpm-lock.yaml
1253
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue