mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 06:57:53 +00:00
Bump astro-loading-indicator from 0.6.0 to 0.7.0
Bumps [astro-loading-indicator](https://github.com/florian-lefebvre/astro-loading-indicator) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/florian-lefebvre/astro-loading-indicator/releases) - [Commits](https://github.com/florian-lefebvre/astro-loading-indicator/compare/astro-loading-indicator@0.6.0...astro-loading-indicator@0.7.0) --- updated-dependencies: - dependency-name: astro-loading-indicator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
53be650802
commit
301278364e
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
||||||
"@orama/plugin-astro": "^2.0.7",
|
"@orama/plugin-astro": "^2.0.7",
|
||||||
"@thewebforge/astro-code-blocks": "^0.2.0",
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
||||||
"astro": "^4.15.6",
|
"astro": "^4.15.6",
|
||||||
"astro-loading-indicator": "^0.6.0",
|
"astro-loading-indicator": "^0.7.0",
|
||||||
"astro-preload": "^1.1.2",
|
"astro-preload": "^1.1.2",
|
||||||
"markdown-wasm": "^1.2.0",
|
"markdown-wasm": "^1.2.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
|
@ -4817,11 +4817,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro-loading-indicator": {
|
"node_modules/astro-loading-indicator": {
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/astro-loading-indicator/-/astro-loading-indicator-0.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/astro-loading-indicator/-/astro-loading-indicator-0.7.0.tgz",
|
||||||
"integrity": "sha512-0/gJ94ygnZ+qnLeP+dapOwAmj74hRP6t4o784+W41TicCp3pPm3d+WoH7XHlSQlokghtVynD9RdFjRd0ZWs9bg==",
|
"integrity": "sha512-oNSUYbHq8Aaol0zcVuBzGz+qrqKsviOvKl1xaaKo3DLkEef7HCzHQAgTgWv4lB1iYFWa5GaieQvlxBO4KjzKZg==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^4.0.0"
|
"astro": "^4.0.0 || ^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro-preload": {
|
"node_modules/astro-preload": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"@orama/plugin-astro": "^2.0.7",
|
"@orama/plugin-astro": "^2.0.7",
|
||||||
"@thewebforge/astro-code-blocks": "^0.2.0",
|
"@thewebforge/astro-code-blocks": "^0.2.0",
|
||||||
"astro": "^4.15.6",
|
"astro": "^4.15.6",
|
||||||
"astro-loading-indicator": "^0.6.0",
|
"astro-loading-indicator": "^0.7.0",
|
||||||
"astro-preload": "^1.1.2",
|
"astro-preload": "^1.1.2",
|
||||||
"markdown-wasm": "^1.2.0",
|
"markdown-wasm": "^1.2.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
|
|
Loading…
Reference in a new issue