Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Aug 16, 2024
1 parent b28f195 commit 352ef57
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion components/starlight/StarlightConnector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

[...newDoc.scripts]
.filter((s) => (s.textContent ?? '').includes('sl-sidebar-state-persist'))
.forEach((s) => (s.setAttribute("data-astro-rerun","")));
.forEach((s) => s.setAttribute('data-astro-rerun', ''));
} else {
/* check for known extensions */
updateMultiSidebar(document);
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
"release": "changeset publish"
},
"dependencies": {
"@vtbag/inspection-chamber": "^1.0.7"
"@vtbag/inspection-chamber": "^1.0.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.26.0",
"@astrojs/starlight": "^0.26.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "^2.27.7",
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.46.1",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.4.0",
"astro": "^4.14.2",
Expand Down

0 comments on commit 352ef57

Please sign in to comment.