update AIK
This commit is contained in:
parent
cfc89c5d0a
commit
2db4183b58
|
@ -45,7 +45,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expressive-code/plugin-line-numbers": "^0.33.5",
|
"@expressive-code/plugin-line-numbers": "^0.33.5",
|
||||||
"astro-integration-kit": "^0.6.0",
|
"astro-integration-kit": "^0.7.0",
|
||||||
"chalk": "5.3.0",
|
"chalk": "5.3.0",
|
||||||
"expressive-code": "^0.33.5",
|
"expressive-code": "^0.33.5",
|
||||||
"hast-util-to-html": "8.0.4",
|
"hast-util-to-html": "8.0.4",
|
||||||
|
|
|
@ -24,8 +24,8 @@ importers:
|
||||||
specifier: ^4.4.1
|
specifier: ^4.4.1
|
||||||
version: 4.4.11
|
version: 4.4.11
|
||||||
astro-integration-kit:
|
astro-integration-kit:
|
||||||
specifier: ^0.6.0
|
specifier: ^0.7.0
|
||||||
version: 0.6.0(astro@4.4.11)
|
version: 0.7.0(astro@4.4.11)
|
||||||
chalk:
|
chalk:
|
||||||
specifier: 5.3.0
|
specifier: 5.3.0
|
||||||
version: 5.3.0
|
version: 5.3.0
|
||||||
|
@ -1723,23 +1723,29 @@ packages:
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/astro-integration-kit@0.6.0(astro@4.4.11):
|
/astro-integration-kit@0.7.0(astro@4.4.11):
|
||||||
resolution: {integrity: sha512-BCURops+Is7pRemMG2jo3f8WJRDUBS4mvIeReSDsgAlqep6Rknva9i5vpP5OSs6BLy3nx+nWlCzTQTB/c9hZyg==}
|
resolution: {integrity: sha512-kFyAtD3TZa0pGqFjpVeKLbzQlmFm/YOYoMp+m/WzkqGYrFmIjKX1CZM2s6mICZV+hEmozvRz2KE6t5xwdnr+7w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
'@astrojs/db': ^0.9.0
|
||||||
'@vitejs/plugin-react': ^4.2.1
|
'@vitejs/plugin-react': ^4.2.1
|
||||||
astro: ^4.4.1
|
astro: ^4.4.1
|
||||||
preact: ^10.19.4
|
preact: ^10.19.4
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
|
react-dom: ^18.2.0
|
||||||
solid-js: ^1.8.15
|
solid-js: ^1.8.15
|
||||||
svelte: ^4.2.11
|
svelte: ^4.2.11
|
||||||
vue: ^3.4.19
|
vue: ^3.4.19
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
|
'@astrojs/db':
|
||||||
|
optional: true
|
||||||
'@vitejs/plugin-react':
|
'@vitejs/plugin-react':
|
||||||
optional: true
|
optional: true
|
||||||
preact:
|
preact:
|
||||||
optional: true
|
optional: true
|
||||||
react:
|
react:
|
||||||
optional: true
|
optional: true
|
||||||
|
react-dom:
|
||||||
|
optional: true
|
||||||
solid-js:
|
solid-js:
|
||||||
optional: true
|
optional: true
|
||||||
svelte:
|
svelte:
|
||||||
|
|
Loading…
Reference in New Issue