Merge 785372d7dd
into 8eaeb388c0
This commit is contained in:
commit
908f7dd499
|
@ -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"
|
"@octokit/types": "^13.4.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expressive-code/core": "^0.35.2",
|
"@expressive-code/core": "^0.35.3",
|
||||||
"@expressive-code/plugin-frames": "^0.35.2",
|
"@expressive-code/plugin-frames": "^0.35.3",
|
||||||
"@expressive-code/plugin-shiki": "^0.35.2",
|
"@expressive-code/plugin-shiki": "^0.35.3",
|
||||||
"@expressive-code/plugin-text-markers": "^0.35.2",
|
"@expressive-code/plugin-text-markers": "^0.35.3",
|
||||||
"@expressive-code/plugin-line-numbers": "^0.35.2",
|
"@expressive-code/plugin-line-numbers": "^0.35.3",
|
||||||
"astro-integration-kit": "^0.12.0",
|
"astro-integration-kit": "^0.15.0",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"p-retry": "^6.2.0",
|
"p-retry": "^6.2.0",
|
||||||
"octokit": "^3.2.0",
|
"octokit": "^4.0.2",
|
||||||
"vite": "^5.2.10"
|
"vite": "^5.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.7.0",
|
"astro": "^4.12.2",
|
||||||
"@matthiesenxyz/astro-gists": "workspace:*"
|
"@matthiesenxyz/astro-gists": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
1578
pnpm-lock.yaml
1578
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue