|
13 | 13 | "contributors": "ts-node ./contributors.ts" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@docsearch/css": "^3.5.2", |
17 | | - "@docsearch/react": "^3.5.2", |
18 | | - "@formatjs/intl-localematcher": "^0.2.32", |
| 16 | + "@docsearch/css": "^3.9.0", |
| 17 | + "@docsearch/react": "^3.9.0", |
| 18 | + "@formatjs/intl-localematcher": "^0.8.3", |
19 | 19 | "@mdx-js/loader": "^2.3.0", |
20 | | - "@monaco-editor/react": "^4.5.2", |
21 | | - "@next/mdx": "^13.4.19", |
| 20 | + "@monaco-editor/react": "^4.7.0", |
| 21 | + "@next/mdx": "^13.5.11", |
22 | 22 | "@octokit/plugin-throttling": "^6.1.0", |
23 | | - "@octokit/rest": "^20.0.1", |
24 | | - "@tailwindcss/typography": "^0.5.9", |
25 | | - "@types/http-headers": "^3.0.0", |
26 | | - "@types/swagger-ui": "^3.52.0", |
27 | | - "classnames": "^2.3.2", |
28 | | - "cookies-next": "^4.1.1", |
29 | | - "dayjs": "^1.11.9", |
30 | | - "dotenv": "^16.3.1", |
| 23 | + "@octokit/rest": "^20.1.2", |
| 24 | + "@tailwindcss/typography": "^0.5.19", |
| 25 | + "@types/http-headers": "^3.0.4", |
| 26 | + "@types/swagger-ui": "^3.52.4", |
| 27 | + "classnames": "^2.5.1", |
| 28 | + "cookies-next": "^4.3.0", |
| 29 | + "dayjs": "^1.11.20", |
| 30 | + "dotenv": "^16.6.1", |
31 | 31 | "gray-matter": "^4.0.3", |
32 | | - "gsap": "^3.12.2", |
33 | | - "highlight.js": "^11.8.0", |
| 32 | + "gsap": "^3.15.0", |
| 33 | + "highlight.js": "^11.11.1", |
34 | 34 | "http-headers": "^3.0.2", |
35 | 35 | "lodash.debounce": "^4.0.8", |
36 | 36 | "lodash.throttle": "^4.1.1", |
37 | 37 | "mapbox-gl": "^2.15.0", |
38 | | - "markdown-it": "^13.0.1", |
39 | | - "negotiator": "^0.6.3", |
40 | | - "next": "13.5.6", |
| 38 | + "markdown-it": "^13.0.2", |
| 39 | + "negotiator": "^0.6.4", |
| 40 | + "next": "13.5.11", |
41 | 41 | "next-themes": "npm:@wits/next-themes@^0.2.16", |
42 | 42 | "octokit": "^2.1.0", |
43 | 43 | "prettier": "^2.8.8", |
44 | | - "react": "18.2.0", |
45 | | - "react-dom": "18.2.0", |
| 44 | + "react": "18.3.1", |
| 45 | + "react-dom": "18.3.1", |
46 | 46 | "rehype-autolink-headings": "^6.1.1", |
47 | | - "rehype-pretty-code": "^0.9.11", |
| 47 | + "rehype-pretty-code": "^0.14.3", |
48 | 48 | "rehype-slug": "^5.1.0", |
49 | 49 | "remark-frontmatter": "^4.0.1", |
50 | 50 | "remark-mdx-frontmatter": "^3.0.0", |
51 | | - "rxjs": "^7.8.1", |
52 | | - "sharp": "^0.32.5", |
53 | | - "shiki": "^0.14.3", |
54 | | - "swagger-ui": "^5.4.2", |
| 51 | + "rxjs": "^7.8.2", |
| 52 | + "sharp": "^0.34.5", |
| 53 | + "shiki": "^0.14.7", |
| 54 | + "swagger-ui": "^5.32.4", |
55 | 55 | "unist-util-visit": "^4.1.2", |
56 | | - "yaml": "^2.3.1" |
| 56 | + "yaml": "^2.8.3" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/core": "^7.22.10", |
| 59 | + "@babel/core": "^7.29.0", |
60 | 60 | "@octokit/types": "^9.3.2", |
61 | 61 | "@popperjs/core": "^2.11.8", |
62 | | - "@types/lodash.debounce": "^4.0.7", |
63 | | - "@types/lodash.throttle": "^4.1.7", |
64 | | - "@types/mapbox-gl": "^2.7.13", |
| 62 | + "@types/lodash.debounce": "^4.0.9", |
| 63 | + "@types/lodash.throttle": "^4.1.9", |
| 64 | + "@types/mapbox-gl": "^2.7.21", |
65 | 65 | "@types/markdown-it": "^12.2.3", |
66 | | - "@types/negotiator": "^0.6.1", |
67 | | - "@types/node": "^18.17.8", |
68 | | - "@types/react": "^18.2.21", |
69 | | - "@types/react-dom": "^18.2.7", |
70 | | - "@types/sharp": "^0.31.1", |
| 66 | + "@types/negotiator": "^0.6.4", |
| 67 | + "@types/node": "^18.19.130", |
| 68 | + "@types/react": "^18.3.28", |
| 69 | + "@types/react-dom": "^18.3.7", |
| 70 | + "@types/sharp": "^0.32.0", |
71 | 71 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
72 | | - "autoprefixer": "^10.4.20", |
| 72 | + "autoprefixer": "^10.5.0", |
73 | 73 | "cpr": "^3.0.1", |
74 | 74 | "encoding": "^0.1.13", |
75 | | - "eslint": "^8.47.0", |
76 | | - "eslint-config-next": "^13.4.19", |
77 | | - "eslint-config-prettier": "^8.10.0", |
| 75 | + "eslint": "^8.57.1", |
| 76 | + "eslint-config-next": "^13.5.11", |
| 77 | + "eslint-config-prettier": "^8.10.2", |
78 | 78 | "eslint-config-react-app": "^7.0.1", |
79 | 79 | "eslint-plugin-next": "^0.0.0", |
80 | | - "eslint-plugin-prettier": "^4.2.1", |
81 | | - "eslint-plugin-react-hooks": "^4.6.0", |
82 | | - "postcss": "^8.4.45", |
83 | | - "tailwindcss": "^3.4.10", |
84 | | - "ts-node": "^10.9.1", |
85 | | - "typescript": "^5.1.6" |
| 80 | + "eslint-plugin-prettier": "^4.2.5", |
| 81 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 82 | + "postcss": "^8.5.10", |
| 83 | + "tailwindcss": "^3.4.19", |
| 84 | + "ts-node": "^10.9.2", |
| 85 | + "typescript": "^5.9.3" |
86 | 86 | }, |
87 | 87 | "peerDependencies": { |
88 | 88 | "@babel/core": "^7.19.0", |
89 | 89 | "@popperjs/core": "^2.11.6" |
90 | 90 | }, |
91 | | - "packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195" |
| 91 | + "packageManager": "pnpm@9.15.9" |
92 | 92 | } |
0 commit comments