|
7 | 7 | "engines": { |
8 | 8 | "node": ">=22" |
9 | 9 | }, |
10 | | - "packageManager": "yarn@4.12.0", |
| 10 | + "packageManager": "yarn@4.13.0", |
11 | 11 | "type": "module", |
12 | 12 | "scripts": { |
13 | | - "build:scripts": "yarn dlx tsdown@0.20.0 scripts/*.jsx -d _scripts --no-clean --ext .mjs", |
| 13 | + "build:scripts": "yarn dlx tsdown@0.21.7 scripts/*.jsx -d _scripts --no-clean --ext .mjs", |
14 | 14 | "build:generate-llms": "node _scripts/generate_llms.mjs", |
15 | 15 | "build:res": "rescript build --warn-error +3+8+11+12+26+27+31+32+33+34+35+39+44+45+110", |
16 | 16 | "build:sync-bundles": "node scripts/sync-playground-bundles.mjs", |
|
34 | 34 | "vitest:update": "vitest --run --browser.headless --update" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "@babel/generator": "^7.24.7", |
38 | | - "@babel/parser": "^7.24.7", |
39 | | - "@babel/traverse": "^7.24.7", |
| 37 | + "@babel/generator": "^7.29.1", |
| 38 | + "@babel/parser": "^7.29.2", |
| 39 | + "@babel/traverse": "^7.29.0", |
40 | 40 | "@cloudflare/pages-plugin-vercel-og": "^0.1.2", |
41 | | - "@codemirror/commands": "^6.9.0", |
42 | | - "@codemirror/lang-javascript": "^6.2.4", |
43 | | - "@codemirror/language": "^6.11.3", |
44 | | - "@codemirror/lint": "^6.9.0", |
45 | | - "@codemirror/search": "^6.5.11", |
46 | | - "@codemirror/state": "^6.5.2", |
47 | | - "@codemirror/view": "^6.38.5", |
48 | | - "@docsearch/react": "^4.3.1", |
49 | | - "@headlessui/react": "^2.2.4", |
50 | | - "@lezer/highlight": "^1.2.1", |
| 41 | + "@codemirror/commands": "^6.10.3", |
| 42 | + "@codemirror/lang-javascript": "^6.2.5", |
| 43 | + "@codemirror/language": "^6.12.3", |
| 44 | + "@codemirror/lint": "^6.9.5", |
| 45 | + "@codemirror/search": "^6.6.0", |
| 46 | + "@codemirror/state": "^6.6.0", |
| 47 | + "@codemirror/view": "^6.41.0", |
| 48 | + "@docsearch/react": "^4.6.2", |
| 49 | + "@headlessui/react": "^2.2.9", |
| 50 | + "@lezer/highlight": "^1.2.3", |
51 | 51 | "@mdx-js/mdx": "^3.1.1", |
52 | | - "@node-cli/static-server": "^3.1.4", |
53 | | - "@react-router/node": "^7.8.1", |
| 52 | + "@node-cli/static-server": "^3.1.10", |
| 53 | + "@react-router/node": "^7.14.0", |
54 | 54 | "@replit/codemirror-vim": "^6.3.0", |
55 | | - "@rescript/react": "^0.14.0", |
| 55 | + "@rescript/react": "^0.14.2", |
56 | 56 | "@rescript/webapi": "0.1.0-experimental-29db5f4", |
57 | 57 | "@tsnobip/rescript-lezer": "^0.8.0", |
58 | 58 | "docson": "^2.1.0", |
59 | | - "fuse.js": "^6.4.3", |
60 | | - "glob": "^7.1.4", |
| 59 | + "fuse.js": "^6.6.2", |
61 | 60 | "highlight.js": "^11.11.1", |
62 | 61 | "highlightjs-rescript": "^0.2.2", |
63 | | - "isbot": "^5", |
| 62 | + "isbot": "^5.1.37", |
64 | 63 | "lz-string": "^1.5.0", |
65 | | - "mdast-util-from-markdown": "^2.0.2", |
| 64 | + "mdast-util-from-markdown": "^2.0.3", |
66 | 65 | "mdast-util-to-string": "^4.0.0", |
67 | 66 | "mdast-util-toc": "^7.1.0", |
68 | | - "react": "^19.1.0", |
69 | | - "react-dom": "^19.1.0", |
| 67 | + "react": "^19.2.4", |
| 68 | + "react-dom": "^19.2.4", |
70 | 69 | "react-markdown": "^10.1.0", |
71 | | - "react-router": "^7.12.0", |
72 | | - "react-router-dom": "^7.9.4", |
| 70 | + "react-router": "^7.14.0", |
| 71 | + "react-router-dom": "^7.14.0", |
73 | 72 | "react-router-mdx": "patch:react-router-mdx@npm%3A1.0.8#~/.yarn/patches/react-router-mdx-npm-1.0.8-d4402c3003.patch", |
74 | 73 | "rehype-slug": "^6.0.0", |
75 | 74 | "rehype-stringify": "^10.0.1", |
|
78 | 77 | "remark-frontmatter": "^5.0.0", |
79 | 78 | "remark-gfm": "^4.0.1", |
80 | 79 | "remark-validate-links": "^13.1.0", |
81 | | - "rescript": "^12.0.0", |
| 80 | + "rescript": "^12.2.0", |
| 81 | + "tinyglobby": "^0.2.15", |
82 | 82 | "unified": "^11.0.5", |
83 | | - "vfile-matter": "^5.0.0" |
| 83 | + "vfile-matter": "^5.0.1" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | | - "@prettier/plugin-oxc": "^0.0.4", |
87 | | - "@react-router/dev": "^7.8.1", |
88 | | - "@tailwindcss/vite": "^4.1.13", |
89 | | - "@types/react": "^19.2.2", |
90 | | - "@vitejs/plugin-react": "^4.7.0", |
91 | | - "@vitest/browser-playwright": "^4.0.18", |
92 | | - "auto-image-converter": "^2.1.2", |
| 86 | + "@prettier/plugin-oxc": "^0.1.3", |
| 87 | + "@react-router/dev": "^7.14.0", |
| 88 | + "@tailwindcss/vite": "^4.2.2", |
| 89 | + "@types/react": "^19.2.14", |
| 90 | + "@vitejs/plugin-react": "^6.0.1", |
| 91 | + "@vitest/browser-playwright": "^4.1.2", |
| 92 | + "auto-image-converter": "^2.2.0", |
93 | 93 | "chokidar": "^4.0.3", |
94 | | - "dotenv": "^16.4.7", |
| 94 | + "dotenv": "^16.6.1", |
95 | 95 | "jsdom": "^26.1.0", |
96 | | - "lefthook": "^2.0.4", |
97 | | - "lightningcss": "^1.30.1", |
98 | | - "playwright": "^1.58.2", |
99 | | - "prettier": "^3.6.2", |
| 96 | + "lefthook": "^2.1.4", |
| 97 | + "lightningcss": "^1.32.0", |
| 98 | + "playwright": "^1.59.1", |
| 99 | + "prettier": "^3.8.1", |
100 | 100 | "remark-cli": "^12.0.1", |
101 | 101 | "search-insights": "^2.17.3", |
102 | 102 | "tailwindcss": "^4", |
103 | 103 | "to-vfile": "^8.0.0", |
104 | 104 | "vfile-reporter": "^8.1.1", |
105 | | - "vite": "^7.0.6", |
| 105 | + "vite": "^8.0.3", |
106 | 106 | "vite-plugin-devtools-json": "^1.0.0", |
107 | 107 | "vite-plugin-env-compatible": "^2.0.1", |
108 | | - "vite-plugin-page-reload": "^0.2.2", |
109 | | - "vitest": "^4.0.18", |
110 | | - "vitest-browser-react": "^2.0.5", |
111 | | - "wrangler": "^4.63.0" |
| 108 | + "vite-plugin-page-reload": "^0.2.3", |
| 109 | + "vitest": "^4.1.2", |
| 110 | + "vitest-browser-react": "^2.2.0", |
| 111 | + "wrangler": "^4.80.0" |
112 | 112 | } |
113 | 113 | } |
0 commit comments