|  | 
| 1 | 1 | { | 
| 2 | 2 |   "type": "module", | 
| 3 | 3 |   "scripts": { | 
| 4 |  | -    "vercel-build": "next build", | 
| 5 | 4 |     "dev": "vite", | 
| 6 | 5 |     "app:dev": "next dev", | 
| 7 | 6 |     "app:build": "next build", | 
| 8 |  | -    "app:build-cloudflare": "npx @cloudflare/next-on-pages", | 
| 9 | 7 |     "app:start": "next start", | 
| 10 | 8 |     "test": "npm run test:lint && npm run test:format && npm run test:js", | 
| 11 | 9 |     "test:js": "TZ=America/New_York vitest", | 
| 12 | 10 |     "test:format": "prettier --check editor runtime test app", | 
| 13 | 11 |     "test:lint": "eslint" | 
| 14 | 12 |   }, | 
| 15 | 13 |   "devDependencies": { | 
| 16 |  | -    "@cloudflare/next-on-pages": "^1.13.16", | 
| 17 |  | -    "@tailwindcss/postcss": "^4.1.13", | 
|  | 14 | +    "@tailwindcss/postcss": "^4.1.14", | 
| 18 | 15 |     "clsx": "^2.1.1", | 
| 19 |  | -    "eslint": "^9.36.0", | 
|  | 16 | +    "eslint": "^9.37.0", | 
| 20 | 17 |     "eslint-config-prettier": "^10.1.8", | 
| 21 | 18 |     "eslint-plugin-react": "^7.37.5", | 
| 22 | 19 |     "eslint-plugin-react-hooks": "^5.2.0", | 
| 23 | 20 |     "globals": "^16.4.0", | 
| 24 | 21 |     "lucide-react": "^0.542.0", | 
| 25 | 22 |     "postcss": "^8.5.6", | 
| 26 | 23 |     "prettier": "^3.6.2", | 
| 27 |  | -    "react-tooltip": "^5.29.1", | 
|  | 24 | +    "react-tooltip": "^5.30.0", | 
| 28 | 25 |     "tailwind-merge": "^3.3.1", | 
| 29 |  | -    "tailwindcss": "^4.1.13", | 
| 30 |  | -    "vite": "^7.1.7", | 
|  | 26 | +    "tailwindcss": "^4.1.14", | 
|  | 27 | +    "vite": "^7.1.10", | 
| 31 | 28 |     "vitest": "^3.2.4" | 
| 32 | 29 |   }, | 
| 33 | 30 |   "dependencies": { | 
| 34 | 31 |     "@babel/runtime": "^7.28.4", | 
| 35 |  | -    "@codemirror/autocomplete": "^6.18.7", | 
| 36 |  | -    "@codemirror/commands": "^6.8.1", | 
|  | 32 | +    "@codemirror/autocomplete": "^6.19.0", | 
|  | 33 | +    "@codemirror/commands": "^6.9.0", | 
| 37 | 34 |     "@codemirror/lang-javascript": "^6.2.4", | 
| 38 | 35 |     "@codemirror/language": "^6.11.3", | 
| 39 | 36 |     "@codemirror/language-data": "^6.5.1", | 
| 40 | 37 |     "@codemirror/lint": "^6.9.0", | 
| 41 | 38 |     "@codemirror/state": "^6.5.2", | 
| 42 |  | -    "@codemirror/view": "^6.38.3", | 
|  | 39 | +    "@codemirror/view": "^6.38.6", | 
| 43 | 40 |     "@fontsource-variable/inter": "^5.2.8", | 
| 44 | 41 |     "@fontsource-variable/spline-sans-mono": "^5.2.8", | 
| 45 |  | -    "@lezer/highlight": "^1.2.1", | 
|  | 42 | +    "@lezer/highlight": "^1.2.2", | 
| 46 | 43 |     "@observablehq/notebook-kit": "^1.4.1", | 
| 47 | 44 |     "@observablehq/runtime": "^6.0.0", | 
| 48 | 45 |     "@uiw/codemirror-theme-github": "^4.25.2", | 
|  | 
| 54 | 51 |     "d3-require": "^1.3.0", | 
| 55 | 52 |     "eslint-linter-browserify": "^9.37.0", | 
| 56 | 53 |     "friendly-words": "^1.3.1", | 
| 57 |  | -    "next": "^15.5.3", | 
|  | 54 | +    "next": "^15.5.6", | 
| 58 | 55 |     "nstr": "^0.1.3", | 
| 59 | 56 |     "object-inspect": "^1.13.4", | 
| 60 |  | -    "react": "^19.1.1", | 
| 61 |  | -    "react-dom": "^19.1.1", | 
|  | 57 | +    "react": "^19.2.0", | 
|  | 58 | +    "react-dom": "^19.2.0", | 
| 62 | 59 |     "shiki": "^3.13.0", | 
| 63 | 60 |     "short-uuid": "^5.2.0", | 
| 64 | 61 |     "source-map-support": "^0.5.21" | 
|  | 
0 commit comments