|
16 | 16 | "@dnd-kit/sortable": "^8.0.0", |
17 | 17 | "@dnd-kit/utilities": "^3.2.2", |
18 | 18 | "@emoji-mart/react": "^1.1.1", |
19 | | - "@emotion/is-prop-valid": "^1.3.1", |
| 19 | + "@emotion/is-prop-valid": "^1.4.0", |
20 | 20 | "@floating-ui/dom": "^1.7.4", |
21 | 21 | "@modelcontextprotocol/sdk": "^1.13.3", |
22 | 22 | "@oddbird/css-anchor-positioning": "^0.6.1", |
23 | 23 | "@openrouter/ai-sdk-provider": "^1.2.0", |
24 | | - "@radix-ui/react-popover": "^1.1.2", |
| 24 | + "@radix-ui/react-popover": "^1.1.15", |
25 | 25 | "@radix-ui/react-scroll-area": "^1.2.0", |
26 | 26 | "@radix-ui/react-tabs": "^1.1.1", |
27 | 27 | "@tanstack/react-router": "^1.95.1", |
|
65 | 65 | "react-hotkeys-hook": "^3.4.7", |
66 | 66 | "react-icons": "^4.12.0", |
67 | 67 | "react-intersection-observer": "^9.13.1", |
68 | | - "react-is": "^19.0.0", |
| 68 | + "react-is": "^19.2.0", |
69 | 69 | "react-markdown": "^9.0.3", |
70 | | - "react-pdf": "^9.1.1", |
| 70 | + "react-pdf": "^10.2.0", |
71 | 71 | "react-virtualized-auto-sizer": "^1.0.24", |
72 | 72 | "react-window": "^1.8.10", |
73 | 73 | "reactflow": "^11.11.4", |
|
83 | 83 | "devDependencies": { |
84 | 84 | "@tanstack/router-devtools": "^1.95.1", |
85 | 85 | "@types/prismjs": "^1.26.5", |
86 | | - "@types/react": "^19.0.0", |
87 | | - "@types/react-dom": "^19.0.0", |
| 86 | + "@types/react": "^19.2.2", |
| 87 | + "@types/react-dom": "^19.2.2", |
88 | 88 | "@types/react-window": "^1.8.8", |
89 | | - "@vitejs/plugin-react": "^4.3.4", |
90 | | - "babel-plugin-react-compiler": "19.1.0-rc.2", |
| 89 | + "@vitejs/plugin-react": "^5.0.4", |
| 90 | + "babel-plugin-react-compiler": "1.0.0", |
91 | 91 | "babel-plugin-styled-components": "^2.1.4", |
92 | 92 | "csstype": "^3.1.3", |
93 | 93 | "gh-pages": "^5.0.0", |
94 | 94 | "lint-staged": "^10.5.4", |
95 | 95 | "types-wm": "^1.1.0", |
96 | 96 | "typescript": "^5.9.3", |
97 | | - "vite": "^5.4.10", |
| 97 | + "vite": "^7.1.12", |
98 | 98 | "vite-plugin-prismjs": "^0.0.11", |
99 | | - "vite-plugin-pwa": "^0.20.5", |
100 | | - "vite-plugin-webfont-dl": "^3.9.5" |
| 99 | + "vite-plugin-pwa": "^1.1.0", |
| 100 | + "vite-plugin-webfont-dl": "^3.11.1" |
101 | 101 | }, |
102 | 102 | "type": "module", |
103 | 103 | "homepage": "https://atomicdata.dev/", |
|
110 | 110 | "name": "@tomic/data-browser", |
111 | 111 | "private": true, |
112 | 112 | "repository": { |
113 | | - "url": "https://github.com/atomicdata-dev/atomic-data-browser/" |
| 113 | + "url": "https://github.com/atomicdata-dev/atomic-server" |
114 | 114 | }, |
115 | 115 | "scripts": { |
116 | 116 | "build": "vite build", |
117 | | - "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", |
| 117 | + "lint": "eslint --quiet ./src --ext .js,.jsx,.ts,.tsx && pnpm prettier-check ./src", |
118 | 118 | "lint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix", |
| 119 | + "prettier-check": "prettier --check ./src", |
119 | 120 | "preview": "vite preview", |
120 | 121 | "start": "vite", |
121 | 122 | "test": "vitest run", |
|
0 commit comments