Skip to content

Commit

Permalink
Bump docusaurus 3.0.0 => 3.0.1 (#2088)
Browse files Browse the repository at this point in the history
Removes dependency on wait-on, which has security warning

## Checklist

- [ ] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [ ] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [ ] I have not broken the cheatsheet
  • Loading branch information
pokey authored Dec 5, 2023
1 parent 009dbac commit 2a56990
Show file tree
Hide file tree
Showing 3 changed files with 943 additions and 1,069 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"pnpm": {
"patchedDependencies": {
"@docusaurus/[email protected].0": "patches/@[email protected]"
"@docusaurus/[email protected].1": "patches/@[email protected]"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
14 changes: 7 additions & 7 deletions packages/cursorless-org-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"dependencies": {
"@algolia/client-search": "4.15.0",
"@docsearch/react": "3.3.3",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/theme-classic": "3.0.0",
"@docusaurus/theme-common": "3.0.0",
"@docusaurus/theme-search-algolia": "3.0.0",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-classic": "3.0.1",
"@docusaurus/theme-common": "3.0.1",
"@docusaurus/theme-search-algolia": "3.0.1",
"@mdx-js/react": "3.0.0",
"clsx": "^1.2.1",
"mdast-util-find-and-replace": "^2.2.2",
Expand All @@ -46,8 +46,8 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0",
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/types": "3.0.1",
"@tsconfig/docusaurus": "2.0.0",
"@types/mdast": "4.0.3",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 2a56990

Please sign in to comment.