Skip to content

Commit

Permalink
Upgrading docs dependencies (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Jan 19, 2022
1 parent bc2aec2 commit 0732632
Show file tree
Hide file tree
Showing 2 changed files with 2,301 additions and 3,492 deletions.
50 changes: 25 additions & 25 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.7",
"@docusaurus/preset-classic": "2.0.0-beta.7",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^5.5.0",
"@types/random-words": "^1.1.2",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-toggle": "^4.0.3",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"query-string": "^7.0.1",
"random-words": "^1.1.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-syntax-highlighter": "^15.4.4",
"react-toggle": "^4.1.2",
"url-loader": "^4.1.1"
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.2.0",
"@types/random-words": "1.1.2",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-syntax-highlighter": "13.5.2",
"@types/react-toggle": "4.0.3",
"clsx": "1.1.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.2.1",
"query-string": "7.1.0",
"random-words": "1.1.1",
"react": "17.0.2",
"react-copy-to-clipboard": "5.0.4",
"react-dom": "17.0.2",
"react-syntax-highlighter": "15.4.5",
"react-toggle": "4.1.2",
"url-loader": "4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.7",
"@tsconfig/docusaurus": "^1.0.4",
"@types/react": "^17.0.30",
"@types/react-helmet": "^6.1.4",
"@types/react-router-dom": "^5.3.1",
"typescript": "^4.4.4"
"@docusaurus/module-type-aliases": "2.0.0-beta.14",
"@tsconfig/docusaurus": "1.0.4",
"@types/react": "17.0.38",
"@types/react-helmet": "6.1.5",
"@types/react-router-dom": "5.3.3",
"typescript": "4.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 0732632

Please sign in to comment.