|
17 | 17 | "test": "cross-env TZ=UTC pnpm proto && vitest" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@protobuf-ts/protoc": "^2.9.1", |
| 20 | + "@protobuf-ts/protoc": "^2.9.3", |
21 | 21 | "@sentry/netlify-build-plugin": "^1.1.1", |
22 | | - "@solidjs/testing-library": "^0.8.0", |
23 | | - "@testing-library/jest-dom": "^6.0.0", |
| 22 | + "@shikijs/transformers": "^1.1.5", |
| 23 | + "@solidjs/testing-library": "^0.8.6", |
| 24 | + "@testing-library/jest-dom": "^6.4.2", |
24 | 25 | "@types/testing-library__jest-dom": "^5.14.9", |
25 | 26 | "@typescript-eslint/eslint-plugin": "^6.0.0", |
26 | 27 | "@typescript-eslint/parser": "^6.0.0", |
27 | 28 | "@vitest/coverage-v8": "^0.34.6", |
28 | | - "autoprefixer": "^10.4.16", |
| 29 | + "autoprefixer": "^10.4.17", |
29 | 30 | "cross-env": "^7.0.3", |
30 | 31 | "csp-header": "^5.2.1", |
31 | | - "eslint": "^8.53.0", |
| 32 | + "eslint": "^8.56.0", |
32 | 33 | "eslint-config-prettier": "^9.0.0", |
33 | 34 | "eslint-plugin-solid": "^0.13.0", |
34 | 35 | "jsdom": "^24.0.0", |
35 | | - "postcss": "^8.4.31", |
| 36 | + "postcss": "^8.4.35", |
36 | 37 | "prettier": "^3.2.5", |
37 | | - "tailwindcss": "^3.3.5", |
| 38 | + "tailwindcss": "^3.4.1", |
38 | 39 | "typescript": "^5.3.3", |
39 | 40 | "vite": "^5.1.1", |
40 | 41 | "vite-plugin-solid": "^2.9.1", |
|
44 | 45 | }, |
45 | 46 | "dependencies": { |
46 | 47 | "@crabnebula/file-icons": "^0.1.0", |
47 | | - "@kobalte/core": "^0.12.0", |
| 48 | + "@kobalte/core": "^0.12.1", |
48 | 49 | "@kobalte/tailwindcss": "^0.9.0", |
49 | | - "@protobuf-ts/grpcweb-transport": "^2.9.1", |
50 | | - "@protobuf-ts/plugin": "^2.9.1", |
51 | | - "@protobuf-ts/runtime": "^2.9.1", |
52 | | - "@protobuf-ts/runtime-rpc": "^2.9.1", |
53 | | - "@sentry/browser": "^7.83.0", |
54 | | - "@sentry/vite-plugin": "^2.10.2", |
55 | | - "@solid-primitives/map": "^0.4.8", |
56 | | - "@solidjs/router": "^0.11.0", |
57 | | - "clsx": "^2.0.0", |
| 50 | + "@protobuf-ts/grpcweb-transport": "^2.9.3", |
| 51 | + "@protobuf-ts/plugin": "^2.9.3", |
| 52 | + "@protobuf-ts/runtime": "^2.9.3", |
| 53 | + "@protobuf-ts/runtime-rpc": "^2.9.3", |
| 54 | + "@sentry/browser": "^7.101.0", |
| 55 | + "@sentry/vite-plugin": "^2.14.0", |
| 56 | + "@solid-primitives/map": "^0.4.9", |
| 57 | + "@solidjs/router": "^0.12.0", |
| 58 | + "clsx": "^2.1.0", |
58 | 59 | "csp_evaluator": "^1.1.1", |
59 | 60 | "json-schema-library": "^9.1.2", |
60 | | - "shiki": "^0.14.5", |
61 | | - "solid-js": "^1.8.7", |
| 61 | + "shiki": "^1.1.2", |
| 62 | + "solid-js": "^1.8.14", |
62 | 63 | "solid-markdown": "^1.2.2", |
63 | 64 | "split.js": "^1.6.5", |
64 | | - "tailwind-scrollbar": "^3.0.5", |
| 65 | + "tailwind-scrollbar": "^3.1.0", |
65 | 66 | "zod": "^3.22.4" |
66 | 67 | } |
67 | 68 | } |
0 commit comments