Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyneteve committed Aug 2, 2023
1 parent 8b2295f commit 24232c8
Show file tree
Hide file tree
Showing 2 changed files with 1,672 additions and 1,812 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"dev": "docusaurus start --host 0.0.0.0"
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@algolia/client-search": "^4.9.1",
"@babel/core": "^7.11.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^1.6.22",
Expand All @@ -29,7 +31,10 @@
"clsx": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.10.1"
"react-icons": "^4.10.1",
"react-loadable": "^5.5.0",
"search-insights": "^1.0.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
Expand Down
Loading

0 comments on commit 24232c8

Please sign in to comment.