Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiszczatowski committed Sep 10, 2024
1 parent c5391f4 commit eedc7d6
Show file tree
Hide file tree
Showing 2 changed files with 4,667 additions and 3,765 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,22 @@
"lint:fix": "prettier --write **/*.md{,x}"
},
"dependencies": {
"@docusaurus/core": "^2.4.0",
"@docusaurus/plugin-client-redirects": "2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@algolia/client-search": "5.3.2",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@types/react":"^18.3.5",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"typescript": "^5.5.0",
"react-loadable": "^5.5.0",
"react-dom": "^18.3.1",
"search-insights": "^2.17.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.0",
"@docusaurus/module-type-aliases": "^3.5.2",
"prettier": "^3.3.3"
},
"browserslist": {
Expand Down
Loading

0 comments on commit eedc7d6

Please sign in to comment.