|
20 | 20 | "pre-push": "yarn build"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@docsearch/react": "^3.3.2", |
24 |
| - "@edgeandnode/components": "^24.5.0", |
| 23 | + "@docsearch/react": "^3.3.3", |
| 24 | + "@edgeandnode/components": "^25.1.0", |
25 | 25 | "@emotion/react": "^11.10.5",
|
26 | 26 | "@mdx-js/loader": "^2.2.1",
|
27 | 27 | "@mdx-js/react": "^2.2.1",
|
28 | 28 | "@next/mdx": "^12.3.4",
|
29 | 29 | "@radix-ui/react-collapsible": "1.0.1",
|
30 |
| - "@radix-ui/react-popover": "^1.0.2", |
| 30 | + "@radix-ui/react-popover": "^1.0.3", |
31 | 31 | "@radix-ui/react-visually-hidden": "^1.0.1",
|
32 | 32 | "@reach/auto-id": "^0.18.0",
|
33 | 33 | "lodash": "^4.17.21",
|
|
43 | 43 | "use-bus": "^2.5.2"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@edgeandnode/eslint-config": "^1.1.0", |
47 |
| - "@sindresorhus/slugify": "^2.1.1", |
| 46 | + "@edgeandnode/eslint-config": "^1.3.0", |
| 47 | + "@sindresorhus/slugify": "^2.2.0", |
48 | 48 | "@svgr/webpack": "^6.5.1",
|
49 | 49 | "@types/color": "^3.0.3",
|
50 | 50 | "@types/lodash": "^4.14.191",
|
51 |
| - "@types/node": "^16.18.11", |
52 |
| - "@types/react": "^17.0.52", |
| 51 | + "@types/node": "^16.18.12", |
| 52 | + "@types/react": "^17.0.53", |
53 | 53 | "@types/react-dom": "^17.0.18",
|
54 |
| - "acorn": "^8.8.1", |
| 54 | + "acorn": "^8.8.2", |
55 | 55 | "acorn-jsx": "^5.3.2",
|
56 |
| - "eslint": "^8.31.0", |
| 56 | + "eslint": "^8.33.0", |
57 | 57 | "husky": "^8.0.3",
|
58 | 58 | "lint-staged": "^13.1.0",
|
59 | 59 | "path": "^0.12.7",
|
60 |
| - "prettier": "^2.8.2", |
| 60 | + "prettier": "^2.8.3", |
61 | 61 | "remark-frontmatter": "^4.0.1",
|
62 | 62 | "remark-mdx-frontmatter": "^2.1.1",
|
63 | 63 | "serialize-as-code": "^2.0.2",
|
64 |
| - "typescript": "4.9.4", |
65 |
| - "unist-util-visit": "^4.1.1", |
| 64 | + "typescript": "4.9.5", |
| 65 | + "unist-util-visit": "^4.1.2", |
66 | 66 | "url": "^0.11.0"
|
67 | 67 | },
|
68 | 68 | "resolutions": {
|
|
0 commit comments