Skip to content

Commit

Permalink
fix: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Apr 21, 2023
1 parent fdcc8b5 commit 8a0722a
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 445 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-click-away-listener": "2.2.3",
"react-copy-to-clipboard": "^5.1.0",
"react-instantsearch-dom": "^6.39.1",
"react-markdown": "^8.0.6",
"react-markdown": "^8.0.7",
"react-scroll": "^1.8.9",
"rehype-autolink-headings": "^6.1.1",
"rehype-sanitize": "^5.0.1",
Expand All @@ -92,18 +92,18 @@
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@mdx-js/runtime": "^1.6.22",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^3.1.0",
"esbuild": "^0.17.16",
"@vitejs/plugin-react": "^4.0.0",
"esbuild": "^0.17.17",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-mdx": "^2.0.5",
Expand All @@ -120,7 +120,7 @@
"prettier": "^2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^3.20.2",
"rollup": "^3.20.7",
"vitest": "^0.30.1",
"watch": "^1.0.2",
"whatwg-fetch": "^3.6.2"
Expand Down
Loading

0 comments on commit 8a0722a

Please sign in to comment.