Skip to content

Commit 8a0722a

Browse files
fix: dependency update
1 parent fdcc8b5 commit 8a0722a

File tree

2 files changed

+469
-445
lines changed

2 files changed

+469
-445
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-click-away-listener": "2.2.3",
7575
"react-copy-to-clipboard": "^5.1.0",
7676
"react-instantsearch-dom": "^6.39.1",
77-
"react-markdown": "^8.0.6",
77+
"react-markdown": "^8.0.7",
7878
"react-scroll": "^1.8.9",
7979
"rehype-autolink-headings": "^6.1.1",
8080
"rehype-sanitize": "^5.0.1",
@@ -92,18 +92,18 @@
9292
"devDependencies": {
9393
"@babel/preset-env": "^7.21.4",
9494
"@babel/preset-react": "^7.18.6",
95-
"@commitlint/cli": "^17.5.1",
96-
"@commitlint/config-conventional": "^17.4.4",
95+
"@commitlint/cli": "^17.6.1",
96+
"@commitlint/config-conventional": "^17.6.1",
9797
"@mdx-js/runtime": "^1.6.22",
9898
"@rollup/plugin-babel": "^6.0.3",
99-
"@rollup/plugin-commonjs": "^24.0.1",
99+
"@rollup/plugin-commonjs": "^24.1.0",
100100
"@rollup/plugin-json": "^6.0.0",
101101
"@rollup/plugin-node-resolve": "^15.0.2",
102102
"@testing-library/jest-dom": "^5.16.5",
103103
"@testing-library/react": "^14.0.0",
104104
"@testing-library/user-event": "^14.4.3",
105-
"@vitejs/plugin-react": "^3.1.0",
106-
"esbuild": "^0.17.16",
105+
"@vitejs/plugin-react": "^4.0.0",
106+
"esbuild": "^0.17.17",
107107
"eslint": "^8.38.0",
108108
"eslint-config-prettier": "^8.8.0",
109109
"eslint-plugin-mdx": "^2.0.5",
@@ -120,7 +120,7 @@
120120
"prettier": "^2.8.7",
121121
"react": "18.2.0",
122122
"react-dom": "18.2.0",
123-
"rollup": "^3.20.2",
123+
"rollup": "^3.20.7",
124124
"vitest": "^0.30.1",
125125
"watch": "^1.0.2",
126126
"whatwg-fetch": "^3.6.2"

0 commit comments

Comments
 (0)