|
11 | 11 | "dev:frontend": "pnpm run with-env vite dev", |
12 | 12 | "build": "vite build && cp src/instrument.server.mjs dist/server", |
13 | 13 | "start": "vite start", |
14 | | - "lint": "eslint --cache --ext .ts,.tsx ./src", |
15 | | - "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
| 14 | + "lint": "oxlint --type-aware", |
| 15 | + "format": "oxfmt --write", |
16 | 16 | "db:generate": "drizzle-kit generate", |
17 | 17 | "db:migrate": "drizzle-kit migrate", |
18 | 18 | "db:push": "drizzle-kit push", |
|
31 | 31 | "@netlify/functions": "^5.1.5", |
32 | 32 | "@netlify/vite-plugin-tanstack-start": "^1.3.2", |
33 | 33 | "@observablehq/plot": "^0.6.17", |
34 | | - "@octokit/graphql": "^7.1.1", |
| 34 | + "@octokit/graphql": "^9.0.3", |
35 | 35 | "@radix-ui/react-dialog": "^1.1.15", |
36 | 36 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
37 | 37 | "@radix-ui/react-toast": "^1.2.15", |
|
43 | 43 | "@sentry/tanstackstart-react": "^10.47.0", |
44 | 44 | "@tailwindcss/typography": "^0.5.19", |
45 | 45 | "@tailwindcss/vite": "^4.2.2", |
46 | | - "@tanstack/create": "^0.49.3", |
47 | | - "@tanstack/pacer": "^0.16.4", |
48 | | - "@tanstack/react-hotkeys": "^0.0.2", |
49 | | - "@tanstack/react-pacer": "^0.17.4", |
| 46 | + "@tanstack/create": "^0.63.2", |
| 47 | + "@tanstack/pacer": "^0.20.1", |
| 48 | + "@tanstack/react-hotkeys": "^0.9.1", |
| 49 | + "@tanstack/react-pacer": "^0.21.1", |
50 | 50 | "@tanstack/react-query": "^5.96.1", |
51 | 51 | "@tanstack/react-router": "1.157.16", |
52 | 52 | "@tanstack/react-router-devtools": "1.157.16", |
|
55 | 55 | "@tanstack/react-table": "^8.21.3", |
56 | 56 | "@types/d3": "^7.4.3", |
57 | 57 | "@uploadthing/react": "^7.3.3", |
58 | | - "@visx/hierarchy": "^2.17.0", |
| 58 | + "@visx/hierarchy": "^3.12.0", |
59 | 59 | "@vitejs/plugin-react": "^6.0.1", |
60 | 60 | "@webcontainer/api": "^1.6.1", |
61 | 61 | "@xstate/react": "^6.1.0", |
|
65 | 65 | "d3": "^7.9.0", |
66 | 66 | "diff": "^8.0.4", |
67 | 67 | "discord-interactions": "^4.4.0", |
68 | | - "drizzle-orm": "^0.44.7", |
| 68 | + "drizzle-orm": "^0.45.2", |
69 | 69 | "gray-matter": "^4.0.3", |
70 | 70 | "hast-util-is-element": "^3.0.0", |
71 | 71 | "hast-util-to-string": "^3.0.1", |
72 | 72 | "html-react-parser": "^5.2.17", |
73 | 73 | "jszip": "^3.10.1", |
74 | | - "lru-cache": "^7.18.3", |
75 | | - "lucide-react": "^0.561.0", |
| 74 | + "lru-cache": "^11.2.7", |
| 75 | + "lucide-react": "^1.7.0", |
76 | 76 | "match-sorter": "^8.2.0", |
77 | 77 | "mermaid": "^11.14.0", |
| 78 | + "oxlint": "^1.58.0", |
| 79 | + "oxlint-tsgolint": "^0.19.0", |
78 | 80 | "postgres": "^3.4.8", |
79 | 81 | "posthog-node": "^5.28.10", |
80 | 82 | "react": "19.2.3", |
|
91 | 93 | "remark-gfm": "^4.0.1", |
92 | 94 | "remark-parse": "^11.0.0", |
93 | 95 | "remark-rehype": "^11.1.2", |
94 | | - "remove-markdown": "^0.5.5", |
| 96 | + "remove-markdown": "^0.6.3", |
95 | 97 | "resend": "^6.10.0", |
96 | 98 | "shiki": "^4.0.2", |
97 | | - "tailwind-merge": "^1.14.0", |
| 99 | + "tailwind-merge": "^3.5.0", |
98 | 100 | "tar-stream": "^3.1.8", |
99 | | - "three": "^0.182.0", |
| 101 | + "three": "^0.183.2", |
100 | 102 | "troika-three-text": "^0.52.4", |
101 | 103 | "unified": "^11.0.5", |
102 | 104 | "unist-util-visit": "^5.1.0", |
103 | 105 | "uploadthing": "^7.7.4", |
104 | 106 | "valibot": "^1.3.1", |
105 | 107 | "vite-bundle-analyzer": "^1.3.6", |
106 | | - "vite-tsconfig-paths": "^5.1.4", |
107 | 108 | "xstate": "^5.30.0", |
108 | 109 | "zod": "^4.3.6", |
109 | 110 | "zustand": "^4.5.7" |
110 | 111 | }, |
111 | 112 | "devDependencies": { |
112 | | - "@content-collections/core": "^0.8.2", |
| 113 | + "@content-collections/core": "^0.14.3", |
113 | 114 | "@content-collections/vite": "^0.2.9", |
114 | | - "@eslint/js": "^9.39.4", |
115 | 115 | "@playwright/test": "^1.59.0", |
116 | 116 | "@shikijs/transformers": "^4.0.2", |
117 | 117 | "@types/hast": "^3.0.4", |
118 | | - "@types/node": "^24.12.0", |
| 118 | + "@types/node": "^25.5.0", |
119 | 119 | "@types/pg": "^8.20.0", |
120 | 120 | "@types/react": "^19.2.14", |
121 | 121 | "@types/react-dom": "19.2.3", |
122 | 122 | "@types/remove-markdown": "^0.3.4", |
123 | 123 | "@types/tar-stream": "^3.1.4", |
124 | | - "@types/three": "^0.182.0", |
125 | | - "dotenv-cli": "^8.0.0", |
| 124 | + "@types/three": "^0.183.1", |
| 125 | + "dotenv-cli": "^11.0.0", |
126 | 126 | "drizzle-kit": "^0.31.10", |
127 | 127 | "esbuild": "^0.27.4", |
128 | | - "eslint": "^9.39.4", |
129 | 128 | "eslint-plugin-jsx-a11y": "^6.10.2", |
130 | 129 | "eslint-plugin-react": "^7.37.5", |
131 | 130 | "eslint-plugin-react-hooks": "^7.0.1", |
132 | 131 | "husky": "^9.1.7", |
133 | 132 | "npm-run-all": "^4.1.5", |
134 | | - "prettier": "^3.8.1", |
| 133 | + "oxfmt": "^0.43.0", |
135 | 134 | "source-map-explorer": "^2.5.3", |
136 | 135 | "tailwindcss": "^4.2.2", |
137 | 136 | "tsx": "^4.21.0", |
138 | | - "typescript": "^5.9.3", |
| 137 | + "typescript": "^6.0.2", |
139 | 138 | "typescript-eslint": "^8.58.0", |
140 | 139 | "vite": "^8.0.3" |
141 | 140 | }, |
|
0 commit comments