mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-09 06:08:58 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 675f66f495 |
Generated
+18
-5
@@ -10,7 +10,7 @@
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "0.9.10",
|
||||
"@astrojs/starlight": "0.42.0",
|
||||
"astro": "7.3.1",
|
||||
"astro": "7.3.2",
|
||||
"sharp": "0.35.4",
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
@@ -2701,15 +2701,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "7.3.1",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz",
|
||||
"integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==",
|
||||
"version": "7.3.2",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-7.3.2.tgz",
|
||||
"integrity": "sha512-ysTcdpGP61XZpHoMRYC/CK19DQ94qkBvzXMtXEo0gEqPNkmOU/Tv++CtWmzaI4nF2Ck8RXFdiWvdlTWa2oOr9w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler-rs": "^0.4.0",
|
||||
"@astrojs/internal-helpers": "0.11.0",
|
||||
"@astrojs/markdown-satteri": "0.4.0",
|
||||
"@astrojs/markdown-satteri": "0.4.1",
|
||||
"@astrojs/telemetry": "3.3.3",
|
||||
"@capsizecss/unpack": "^4.0.0",
|
||||
"@clack/prompts": "^1.1.0",
|
||||
@@ -2799,6 +2799,19 @@
|
||||
"astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta || ^7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/astro/node_modules/@astrojs/markdown-satteri": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.1.tgz",
|
||||
"integrity": "sha512-EniHbFNa6SQHDih7JnpPos3NWXO6hdt4raBcOosfGmlfc3gP9CI/sESA3VOf1PgJZ7SFfewlZW9Livn0JugEZg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/internal-helpers": "0.11.0",
|
||||
"@astrojs/prism": "4.0.2",
|
||||
"github-slugger": "^2.0.0",
|
||||
"satteri": "^0.10.3"
|
||||
}
|
||||
},
|
||||
"node_modules/astro/node_modules/jsonc-parser": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "0.9.10",
|
||||
"@astrojs/starlight": "0.42.0",
|
||||
"astro": "7.3.1",
|
||||
"astro": "7.3.2",
|
||||
"sharp": "0.35.4",
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user