|
62 | 62 | ] |
63 | 63 | }, |
64 | 64 | "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", |
68 | 68 | "gray-matter": "^4.0.3", |
69 | 69 | "lodash": "^4.17.21", |
70 | | - "marked": "^4.1.0", |
| 70 | + "marked": "^4.2.3", |
71 | 71 | "mdast": "^3.0.0", |
72 | | - "next-mdx-remote": "^4.1.0", |
| 72 | + "next-mdx-remote": "^4.2.0", |
73 | 73 | "prism-react-renderer": "1.3.5", |
74 | 74 | "react-click-away-listener": "2.2.2", |
75 | 75 | "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", |
79 | 79 | "rehype-autolink-headings": "^6.1.1", |
80 | 80 | "rehype-sanitize": "^5.0.1", |
81 | | - "rehype-slug": "^5.0.1", |
| 81 | + "rehype-slug": "^5.1.0", |
82 | 82 | "remark-comment": "^1.0.0", |
83 | 83 | "remark-external-links": "^9.0.1", |
84 | 84 | "remark-gfm": "^3.0.1", |
|
87 | 87 | "remark-parse": "^10.0.1", |
88 | 88 | "strip-indent": "^4.0.0", |
89 | 89 | "unist-util-visit": "^4.1.1", |
90 | | - "vfile": "^5.3.5" |
| 90 | + "vfile": "^5.3.6" |
91 | 91 | }, |
92 | 92 | "devDependencies": { |
93 | | - "@babel/preset-env": "^7.19.1", |
| 93 | + "@babel/preset-env": "^7.20.2", |
94 | 94 | "@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", |
97 | 97 | "@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", |
102 | 102 | "@testing-library/jest-dom": "^5.16.5", |
103 | 103 | "@testing-library/react": "^13.4.0", |
104 | 104 | "@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", |
108 | 108 | "eslint-config-prettier": "^8.5.0", |
109 | 109 | "eslint-plugin-mdx": "^2.0.5", |
110 | | - "eslint-plugin-react": "^7.31.8", |
| 110 | + "eslint-plugin-react": "^7.31.11", |
111 | 111 | "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", |
115 | 115 | "mdx-observable": "^0.2.0", |
116 | | - "next": "^12.3.1", |
| 116 | + "next": "^12.3.4", |
117 | 117 | "nock": "^13.2.9", |
118 | 118 | "pinst": "^3.0.0", |
119 | 119 | "pkg-dir": "^7.0.0", |
120 | | - "prettier": "^2.7.1", |
| 120 | + "prettier": "^2.8.0", |
121 | 121 | "react": "*", |
122 | 122 | "react-dom": "*", |
123 | | - "rollup": "^2.79.1", |
124 | | - "vitest": "^0.23.4", |
| 123 | + "rollup": "^3.5.1", |
| 124 | + "vitest": "^0.25.3", |
125 | 125 | "watch": "^1.0.2", |
126 | 126 | "whatwg-fetch": "^3.6.2" |
127 | 127 | }, |
128 | 128 | "peerDependencies": { |
129 | | - "next": ">12", |
130 | | - "react": ">18", |
131 | | - "react-dom": ">18" |
| 129 | + "next": "=12", |
| 130 | + "react": "=18", |
| 131 | + "react-dom": "=18" |
132 | 132 | }, |
133 | 133 | "publishConfig": { |
134 | 134 | "access": "public" |
|
0 commit comments