Skip to content

Commit 7dc6948

Browse files
fix: add path case with docs folder, update packages
1 parent 04b3834 commit 7dc6948

File tree

5 files changed

+834
-818
lines changed

5 files changed

+834
-818
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@
6262
]
6363
},
6464
"dependencies": {
65-
"@mdx-js/mdx": "^2.1.3",
66-
"@next/mdx": "^12.3.1",
67-
"github-slugger": "^1.4.0",
65+
"@mdx-js/mdx": "^2.1.5",
66+
"@next/mdx": "^12.3.4",
67+
"github-slugger": "^2.0.0",
6868
"gray-matter": "^4.0.3",
6969
"lodash": "^4.17.21",
70-
"marked": "^4.1.0",
70+
"marked": "^4.2.3",
7171
"mdast": "^3.0.0",
72-
"next-mdx-remote": "^4.1.0",
72+
"next-mdx-remote": "^4.2.0",
7373
"prism-react-renderer": "1.3.5",
7474
"react-click-away-listener": "2.2.2",
7575
"react-copy-to-clipboard": "^5.1.0",
76-
"react-instantsearch-dom": "^6.33.0",
77-
"react-markdown": "^8.0.3",
78-
"react-scroll": "^1.8.7",
76+
"react-instantsearch-dom": "^6.38.1",
77+
"react-markdown": "^8.0.4",
78+
"react-scroll": "^1.8.8",
7979
"rehype-autolink-headings": "^6.1.1",
8080
"rehype-sanitize": "^5.0.1",
81-
"rehype-slug": "^5.0.1",
81+
"rehype-slug": "^5.1.0",
8282
"remark-comment": "^1.0.0",
8383
"remark-external-links": "^9.0.1",
8484
"remark-gfm": "^3.0.1",
@@ -87,48 +87,48 @@
8787
"remark-parse": "^10.0.1",
8888
"strip-indent": "^4.0.0",
8989
"unist-util-visit": "^4.1.1",
90-
"vfile": "^5.3.5"
90+
"vfile": "^5.3.6"
9191
},
9292
"devDependencies": {
93-
"@babel/preset-env": "^7.19.1",
93+
"@babel/preset-env": "^7.20.2",
9494
"@babel/preset-react": "^7.18.6",
95-
"@commitlint/cli": "^17.1.2",
96-
"@commitlint/config-conventional": "^17.1.0",
95+
"@commitlint/cli": "^17.3.0",
96+
"@commitlint/config-conventional": "^17.3.0",
9797
"@mdx-js/runtime": "^1.6.22",
98-
"@rollup/plugin-babel": "^5.3.1",
99-
"@rollup/plugin-commonjs": "^22.0.2",
100-
"@rollup/plugin-json": "^4.1.0",
101-
"@rollup/plugin-node-resolve": "^14.1.0",
98+
"@rollup/plugin-babel": "^6.0.3",
99+
"@rollup/plugin-commonjs": "^23.0.3",
100+
"@rollup/plugin-json": "^5.0.2",
101+
"@rollup/plugin-node-resolve": "^15.0.1",
102102
"@testing-library/jest-dom": "^5.16.5",
103103
"@testing-library/react": "^13.4.0",
104104
"@testing-library/user-event": "^14.4.3",
105-
"@vitejs/plugin-react": "^2.1.0",
106-
"esbuild": "^0.15.9",
107-
"eslint": "^8.24.0",
105+
"@vitejs/plugin-react": "^2.2.0",
106+
"esbuild": "^0.15.16",
107+
"eslint": "^8.28.0",
108108
"eslint-config-prettier": "^8.5.0",
109109
"eslint-plugin-mdx": "^2.0.5",
110-
"eslint-plugin-react": "^7.31.8",
110+
"eslint-plugin-react": "^7.31.11",
111111
"eslint-plugin-react-hooks": "^4.6.0",
112-
"husky": "^8.0.1",
113-
"jsdom": "^20.0.0",
114-
"lint-staged": "^13.0.3",
112+
"husky": "^8.0.2",
113+
"jsdom": "^20.0.3",
114+
"lint-staged": "^13.0.4",
115115
"mdx-observable": "^0.2.0",
116-
"next": "^12.3.1",
116+
"next": "^12.3.4",
117117
"nock": "^13.2.9",
118118
"pinst": "^3.0.0",
119119
"pkg-dir": "^7.0.0",
120-
"prettier": "^2.7.1",
120+
"prettier": "^2.8.0",
121121
"react": "*",
122122
"react-dom": "*",
123-
"rollup": "^2.79.1",
124-
"vitest": "^0.23.4",
123+
"rollup": "^3.5.1",
124+
"vitest": "^0.25.3",
125125
"watch": "^1.0.2",
126126
"whatwg-fetch": "^3.6.2"
127127
},
128128
"peerDependencies": {
129-
"next": ">12",
130-
"react": ">18",
131-
"react-dom": ">18"
129+
"next": "=12",
130+
"react": "=18",
131+
"react-dom": "=18"
132132
},
133133
"publishConfig": {
134134
"access": "public"

0 commit comments

Comments
 (0)