Skip to content

Commit

Permalink
feat: update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Jun 21, 2024
1 parent 276e457 commit 689fe33
Show file tree
Hide file tree
Showing 4 changed files with 4,978 additions and 3,949 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: node
cache: yarn

- name: Install dependencies for build validation
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"write-translations": "docusaurus write-translations"
},
"dependencies": {
"@docsearch/react": "3.5.2",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"@docsearch/react": "3.6.0",
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/react": "^3.0.1",
"@mobily/ts-belt": "^3.13.1",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"add-to-calendar-button-react": "^2.4.3",
"clsx": "^2.0.0",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"add-to-calendar-button-react": "^2.6.18",
"clsx": "^2.1.1",
"ics": "^3.5.0",
"lodash": "^4.17.21",
"luxon": "^3.4.0",
"prism-react-renderer": "^2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.11.0"
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^2.4.3",
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "^2.0.1",
"@types/lodash": "^4.14.199",
"@docusaurus/eslint-plugin": "^3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@types/lodash": "^4.17.5",
"@types/luxon": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.45.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
"typescript": "^5.5.2"
},
"browserslist": {
"production": [
Expand All @@ -64,7 +64,7 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
Expand Down
Loading

0 comments on commit 689fe33

Please sign in to comment.