Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 24, 2024
1 parent c8e609b commit 168c7c7
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 440 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.15.3",
"@astrojs/starlight": "^0.16.0",
"@astrojs/svelte": "^5.0.3",
"astro": "^4.1.2",
"astro-compress": "^2.2.7",
"astro": "^4.2.4",
"astro-compress": "^2.2.8",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"sharp": "^0.33.2",
"svelte-tweakpane-ui": "link:.."
},
"devDependencies": {
"linkedom": "^0.16.6",
"linkedom": "^0.16.8",
"linkinator": "^6.0.4",
"marked": "^11.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/acknowledgments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The documentation website for this project was created using [Astro Starlight](h

## Dependencies

This project and its documentation teeters upon a considerable pile of dependencies. The authors are named below:
This project and its documentation teeters upon a considerable pile of open-source dependencies. The authors are named below:

<br />

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,34 +238,34 @@
"@phenomnomnominal/tsquery": "^6.1.3",
"@stkb/rewrap": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/package": "^2.2.5",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/package": "^2.2.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/eslint": "^8.56.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.0",
"bumpp": "^9.2.1",
"@types/node": "^20.11.6",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.6.0",
"publint": "^0.2.7",
"read-package-up": "^11.0.0",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-language-server": "^0.16.2",
"svelte-language-server": "^0.16.3",
"svelte2tsx": "^0.7.0",
"ts-morph": "^21.0.1",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.0.12",
"yaml": "^2.3.4"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight@0.15.3": "patches/@astrojs__starlight@0.15.3.patch"
"@astrojs/starlight@0.16.0": "patches/@astrojs__starlight@0.16.0.patch"
}
}
}
File renamed without changes.
Loading

0 comments on commit 168c7c7

Please sign in to comment.