|
28 | 28 | "test": "node --import tsx/esm --test tests/**/*.test.ts" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@better-auth/drizzle-adapter": "^1.6.23", |
| 31 | + "@better-auth/drizzle-adapter": "^1.7.5", |
32 | 32 | "@floating-ui/react": "^0.27.20", |
33 | | - "@fontsource-variable/inconsolata": "^5.2.7", |
34 | | - "@fontsource/m-plus-rounded-1c": "^5.2.9", |
35 | | - "@google/genai": "^1.21.0", |
36 | | - "@opennextjs/cloudflare": "^1.19.9", |
37 | | - "@sentry/nextjs": "^10.47.0", |
38 | | - "@sentry/vercel-edge": "^10.47.0", |
| 33 | + "@fontsource-variable/inconsolata": "^5.3.0", |
| 34 | + "@fontsource/m-plus-rounded-1c": "^5.3.0", |
| 35 | + "@google/genai": "^1.52.0", |
| 36 | + "@opennextjs/cloudflare": "^1.20.6", |
| 37 | + "@sentry/nextjs": "^10.74.0", |
| 38 | + "@sentry/vercel-edge": "^10.74.0", |
39 | 39 | "@xterm/addon-fit": "^0.11.0", |
40 | | - "@xterm/xterm": "^6.1.0-beta.168", |
41 | | - "ace-builds": "^1.43.2", |
42 | | - "better-auth": "^1.6.23", |
43 | | - "chalk": "^5.5.0", |
| 40 | + "@xterm/xterm": "6.1.0-beta.168", |
| 41 | + "ace-builds": "^1.44.0", |
| 42 | + "better-auth": "^1.7.5", |
| 43 | + "chalk": "^5.6.2", |
44 | 44 | "clsx": "^2.1.1", |
45 | | - "dotenv": "^17.2.3", |
| 45 | + "dotenv": "^17.4.2", |
46 | 46 | "drizzle-orm": "^0.45.2", |
47 | | - "js-yaml": "^4.1.1", |
48 | | - "mocha": "^11.7.4", |
49 | | - "next": "^16.2.11", |
50 | | - "next-license-list": "^1.0.0", |
51 | | - "pg": "^8.16.3", |
| 47 | + "js-yaml": "^4.3.2", |
| 48 | + "mocha": "^11.8.0", |
| 49 | + "next": "^16.3.5", |
| 50 | + "next-license-list": "^1.0.1", |
| 51 | + "pg": "^8.23.0", |
52 | 52 | "prismjs": "^1.30.0", |
53 | | - "react": "^19", |
54 | | - "react-ace": "^14.0.1", |
| 53 | + "react": "^19.3.0", |
| 54 | + "react-ace": "^14.1.0", |
55 | 55 | "react-children-utilities": "^2.10.0", |
56 | | - "react-dom": "^19", |
| 56 | + "react-dom": "^19.3.0", |
57 | 57 | "react-markdown": "^10.1.0", |
58 | | - "react-syntax-highlighter": "^16.1.0", |
| 58 | + "react-syntax-highlighter": "^16.1.1", |
59 | 59 | "remark-cjk-friendly": "^1.2.3", |
60 | 60 | "remark-gfm": "^4.0.1", |
61 | 61 | "remark-remove-comments": "^1.1.1", |
62 | | - "swr": "^2.3.6", |
| 62 | + "swr": "^2.5.1", |
63 | 63 | "unist-util-remove": "^4.0.0", |
64 | 64 | "unist-util-visit": "^5.1.0", |
65 | | - "zod": "^4.0.17" |
| 65 | + "zod": "^4.6.5" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@my-code/runtime": "workspace:*", |
69 | 69 | "@pyodide/webpack-plugin": "^1.4.0", |
70 | | - "@tailwindcss/postcss": "^4", |
| 70 | + "@tailwindcss/postcss": "^4.3.3", |
71 | 71 | "@types/js-yaml": "^4.0.9", |
72 | 72 | "@types/mdast": "^4.0.4", |
73 | 73 | "@types/mocha": "^10.0.10", |
74 | | - "@types/node": "^20", |
| 74 | + "@types/node": "^20.19.43", |
75 | 75 | "@types/pako": "^2.0.4", |
76 | | - "@types/pg": "^8.15.5", |
77 | | - "@types/prismjs": "^1.26.5", |
78 | | - "@types/react": "^19", |
79 | | - "@types/react-dom": "^19", |
| 76 | + "@types/pg": "^8.23.1", |
| 77 | + "@types/prismjs": "^1.26.6", |
| 78 | + "@types/react": "^19.3.0", |
| 79 | + "@types/react-dom": "^19.3.0", |
80 | 80 | "@types/react-syntax-highlighter": "^15.5.13", |
81 | | - "@typescript/vfs": "^1.6.2", |
82 | | - "daisyui": "^5.7.13", |
83 | | - "drizzle-kit": "^0.31.5", |
84 | | - "eslint": "^9", |
85 | | - "eslint-config-next": "^16.2.6", |
86 | | - "eslint-plugin-react-hooks": "^7.0.1", |
| 81 | + "@typescript/vfs": "^1.6.4", |
| 82 | + "daisyui": "^5.7.38", |
| 83 | + "drizzle-kit": "^0.31.10", |
| 84 | + "eslint": "^9.39.5", |
| 85 | + "eslint-config-next": "^16.2.11", |
| 86 | + "eslint-plugin-react-hooks": "7.0.1", |
87 | 87 | "fonteditor-core": "^2.6.3", |
88 | 88 | "mdast-util-phrasing": "^4.1.0", |
89 | | - "pako": "^2.1.0", |
90 | | - "prettier": "^3.6.2", |
91 | | - "prisma": "^6.18.0", |
92 | | - "pyodide": "^0.29.0", |
| 89 | + "pako": "^2.2.0", |
| 90 | + "prettier": "^3.9.6", |
| 91 | + "prisma": "^6.19.3", |
| 92 | + "pyodide": "^0.29.4", |
93 | 93 | "remark-parse": "^11.0.0", |
94 | 94 | "remark-stringify": "^11.0.0", |
95 | | - "tailwindcss": "^4", |
96 | | - "tsx": "^4.20.6", |
| 95 | + "tailwindcss": "^4.3.3", |
| 96 | + "tsx": "^4.23.13", |
97 | 97 | "typescript": "5.9.3", |
98 | 98 | "unified": "^11.0.5", |
99 | 99 | "unsandbox": "^1.0.0", |
100 | 100 | "webpack-license-plugin": "^4.5.1", |
101 | | - "wrangler": "^4.27.0" |
| 101 | + "wrangler": "^4.132.0" |
102 | 102 | } |
103 | 103 | } |
0 commit comments