set aik version to only pull miniors
This commit is contained in:
parent
e2aee9d036
commit
d4617f6f2f
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@matthiesenxyz/astro-gists": patch
|
||||
---
|
||||
|
||||
set dependency version for AIK
|
|
@ -48,7 +48,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@expressive-code/plugin-line-numbers": "^0.33.5",
|
||||
"astro-integration-kit": "^0.7.1",
|
||||
"astro-integration-kit": "~0.7.1",
|
||||
"chalk": "5.3.0",
|
||||
"expressive-code": "^0.33.5",
|
||||
"hast-util-to-html": "8.0.4",
|
||||
|
|
|
@ -24,7 +24,7 @@ importers:
|
|||
specifier: ^4.4.1
|
||||
version: 4.4.11
|
||||
astro-integration-kit:
|
||||
specifier: ^0.7.1
|
||||
specifier: ~0.7.1
|
||||
version: 0.7.1(astro@4.4.11)
|
||||
chalk:
|
||||
specifier: 5.3.0
|
||||
|
|
Loading…
Reference in New Issue