|
20 | 20 | "start": "pnpm os:start", |
21 | 21 | "os:dev": "objectstack dev", |
22 | 22 | "os:start": "objectstack serve", |
23 | | - "msw:dev": "pnpm --filter @object-ui/console dev", |
| 23 | + "msw:dev": "pnpm --filter @object-ui/console msw:init && pnpm --filter @object-ui/console dev", |
24 | 24 | "build": "turbo run build --filter=!@object-ui/site", |
25 | 25 | "build:all": "turbo run build", |
26 | 26 | "test": "vitest run", |
|
63 | 63 | "test:e2e:ui": "playwright test --ui" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@changesets/cli": "^2.29.8", |
67 | | - "@eslint/js": "^9.39.3", |
68 | | - "@objectstack/cli": "^3.2.1", |
69 | | - "@objectstack/core": "^3.2.1", |
70 | | - "@objectstack/driver-memory": "^3.2.1", |
71 | | - "@objectstack/objectql": "^3.2.1", |
72 | | - "@objectstack/plugin-msw": "^3.2.1", |
73 | | - "@objectstack/runtime": "^3.2.1", |
74 | | - "@objectstack/spec": "^3.2.1", |
| 66 | + "@changesets/cli": "^2.30.0", |
| 67 | + "@eslint/js": "^9.39.4", |
| 68 | + "@objectstack/cli": "^3.2.2", |
| 69 | + "@objectstack/core": "^3.2.2", |
| 70 | + "@objectstack/driver-memory": "^3.2.2", |
| 71 | + "@objectstack/objectql": "^3.2.2", |
| 72 | + "@objectstack/plugin-msw": "^3.2.2", |
| 73 | + "@objectstack/runtime": "^3.2.2", |
| 74 | + "@objectstack/spec": "^3.2.2", |
75 | 75 | "@playwright/test": "^1.58.2", |
76 | 76 | "@storybook/addon-essentials": "^8.6.14", |
77 | 77 | "@storybook/addon-interactions": "^8.6.14", |
78 | | - "@storybook/addon-links": "^8.6.17", |
| 78 | + "@storybook/addon-links": "^8.6.18", |
79 | 79 | "@storybook/blocks": "^8.6.14", |
80 | | - "@storybook/react": "^8.6.15", |
81 | | - "@storybook/react-vite": "^8.6.15", |
| 80 | + "@storybook/react": "^8.6.18", |
| 81 | + "@storybook/react-vite": "^8.6.18", |
82 | 82 | "@storybook/test-runner": "^0.24.2", |
83 | 83 | "@testing-library/dom": "^10.4.1", |
84 | 84 | "@testing-library/jest-dom": "^6.9.1", |
85 | 85 | "@testing-library/react": "^16.3.2", |
86 | 86 | "@testing-library/user-event": "^14.6.1", |
87 | | - "@types/node": "^25.3.3", |
| 87 | + "@types/node": "^25.3.5", |
88 | 88 | "@types/react": "19.2.14", |
89 | 89 | "@types/react-dom": "19.2.3", |
90 | 90 | "@vitest/coverage-v8": "^4.0.18", |
91 | 91 | "@vitest/ui": "^4.0.18", |
92 | 92 | "autoprefixer": "^10.4.27", |
93 | 93 | "axe-core": "^4.11.1", |
94 | 94 | "concurrently": "^9.2.1", |
95 | | - "eslint": "^9.39.2", |
| 95 | + "eslint": "^9.39.4", |
96 | 96 | "eslint-plugin-react-hooks": "^7.0.1", |
97 | 97 | "eslint-plugin-react-refresh": "^0.5.2", |
98 | | - "eslint-plugin-storybook": "^10.2.13", |
| 98 | + "eslint-plugin-storybook": "^10.2.16", |
99 | 99 | "globals": "^17.4.0", |
100 | | - "happy-dom": "^20.7.0", |
| 100 | + "happy-dom": "^20.8.3", |
101 | 101 | "jsdom": "^28.1.0", |
102 | 102 | "msw": "^2.12.10", |
103 | 103 | "msw-storybook-addon": "^2.0.6", |
|
106 | 106 | "react": "19.2.4", |
107 | 107 | "react-dom": "19.2.4", |
108 | 108 | "react-router-dom": "^7.13.1", |
109 | | - "rollup-plugin-visualizer": "^7.0.0", |
110 | | - "storybook": "^8.6.17", |
| 109 | + "rollup-plugin-visualizer": "^7.0.1", |
| 110 | + "storybook": "^8.6.18", |
111 | 111 | "tailwindcss": "^4.2.1", |
112 | 112 | "tslib": "^2.8.1", |
113 | 113 | "tsx": "^4.21.0", |
114 | | - "turbo": "^2.8.12", |
| 114 | + "turbo": "^2.8.14", |
115 | 115 | "typedoc": "^0.28.17", |
116 | 116 | "typedoc-plugin-markdown": "^4.10.0", |
117 | 117 | "typescript": "^5.9.3", |
|
131 | 131 | }, |
132 | 132 | "dependencies": { |
133 | 133 | "@hono/node-server": "^1.19.11", |
134 | | - "@objectstack/plugin-auth": "^3.2.1", |
135 | | - "@objectstack/plugin-hono-server": "^3.2.1", |
136 | | - "@objectstack/studio": "^3.2.1", |
| 134 | + "@objectstack/plugin-auth": "^3.2.2", |
| 135 | + "@objectstack/plugin-hono-server": "^3.2.2", |
| 136 | + "@objectstack/studio": "^3.2.2", |
137 | 137 | "coverage-v8": "0.0.1-security", |
138 | 138 | "hono": "^4.12.5", |
139 | 139 | "pino": "^8.21.0", |
|
0 commit comments