Skip to content

Commit 18d7894

Browse files
committed
chore: update dependencies for plugin-grid and runner packages
- bump msw from 2.13.2 to 2.13.3 in plugin-grid - update autoprefixer from 10.4.27 to 10.5.0 in runner - update various dependencies in pnpm-lock.yaml including: - autoprefixer to 10.5.0 - axe-core to 4.11.3 - happy-dom to 20.9.0 - react-router-dom to 7.14.1 - typescript-eslint to 8.58.2 - @objectstack packages to 4.0.3 - @radix-ui packages to latest versions - update caniuse-lite to 1.0.30001788
1 parent abf87b4 commit 18d7894

File tree

13 files changed

+223
-142
lines changed

13 files changed

+223
-142
lines changed

apps/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
"@types/react-dom": "19.2.3",
8686
"@vitejs/plugin-react": "^6.0.1",
8787
"@vitest/ui": "^4.1.4",
88-
"autoprefixer": "^10.4.27",
89-
"happy-dom": "^20.8.9",
88+
"autoprefixer": "^10.5.0",
89+
"happy-dom": "^20.9.0",
9090
"lucide-react": "^1.8.0",
91-
"msw": "^2.13.2",
91+
"msw": "^2.13.3",
9292
"postcss": "^8.5.9",
9393
"react": "19.2.5",
9494
"react-dom": "19.2.5",
95-
"react-router-dom": "^7.14.0",
95+
"react-router-dom": "^7.14.1",
9696
"sonner": "^2.0.7",
9797
"tailwindcss": "^4.2.2",
9898
"typescript": "^6.0.2",

examples/crm/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
},
2020
"dependencies": {
2121
"@hono/node-server": "^1.19.14",
22-
"@objectstack/core": "^4.0.2",
23-
"@objectstack/driver-memory": "^4.0.2",
24-
"@objectstack/objectql": "^4.0.2",
25-
"@objectstack/plugin-auth": "^4.0.2",
26-
"@objectstack/plugin-hono-server": "^4.0.2",
27-
"@objectstack/runtime": "^4.0.2",
28-
"@objectstack/spec": "^4.0.2",
22+
"@objectstack/core": "^4.0.3",
23+
"@objectstack/driver-memory": "^4.0.3",
24+
"@objectstack/objectql": "^4.0.3",
25+
"@objectstack/plugin-auth": "^4.0.3",
26+
"@objectstack/plugin-hono-server": "^4.0.3",
27+
"@objectstack/runtime": "^4.0.3",
28+
"@objectstack/spec": "^4.0.3",
2929
"hono": "^4.12.12",
3030
"pino": "^8.21.0",
3131
"pino-pretty": "^13.1.3"
3232
},
3333
"devDependencies": {
34-
"@objectstack/cli": "^4.0.2",
34+
"@objectstack/cli": "^4.0.3",
3535
"tsx": "^4.21.0",
3636
"typescript": "^6.0.2"
3737
}

examples/kitchen-sink/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"build": "objectstack compile objectstack.config.ts"
1616
},
1717
"dependencies": {
18-
"@objectstack/spec": "^4.0.2"
18+
"@objectstack/spec": "^4.0.3"
1919
},
2020
"devDependencies": {
21-
"@objectstack/cli": "^4.0.2",
21+
"@objectstack/cli": "^4.0.3",
2222
"typescript": "^6.0.2"
2323
}
2424
}

examples/msw-todo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@object-ui/example-todo": "workspace:*",
14-
"@objectstack/client": "^4.0.2",
15-
"@objectstack/driver-memory": "^4.0.2",
16-
"@objectstack/objectql": "^4.0.2",
17-
"@objectstack/plugin-msw": "^4.0.2",
18-
"@objectstack/runtime": "^4.0.2",
19-
"@objectstack/spec": "^4.0.2",
14+
"@objectstack/client": "^4.0.3",
15+
"@objectstack/driver-memory": "^4.0.3",
16+
"@objectstack/objectql": "^4.0.3",
17+
"@objectstack/plugin-msw": "^4.0.3",
18+
"@objectstack/runtime": "^4.0.3",
19+
"@objectstack/spec": "^4.0.3",
2020
"react": "19.2.5",
2121
"react-dom": "19.2.5"
2222
},
@@ -25,8 +25,8 @@
2525
"@types/react": "19.2.14",
2626
"@types/react-dom": "19.2.3",
2727
"@vitejs/plugin-react": "^6.0.1",
28-
"autoprefixer": "^10.4.27",
29-
"msw": "^2.13.2",
28+
"autoprefixer": "^10.5.0",
29+
"msw": "^2.13.3",
3030
"postcss": "^8.5.9",
3131
"tailwindcss": "^4.2.2",
3232
"typescript": "^6.0.2",

examples/todo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"build": "objectstack compile objectstack.config.ts"
1414
},
1515
"dependencies": {
16-
"@objectstack/client": "^4.0.2",
17-
"@objectstack/spec": "^4.0.2"
16+
"@objectstack/client": "^4.0.3",
17+
"@objectstack/spec": "^4.0.3"
1818
},
1919
"devDependencies": {
20-
"@objectstack/cli": "^4.0.2",
20+
"@objectstack/cli": "^4.0.3",
2121
"typescript": "^6.0.2"
2222
}
2323
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,23 @@
8989
"@types/react-dom": "19.2.3",
9090
"@vitest/coverage-v8": "^4.1.4",
9191
"@vitest/ui": "^4.1.4",
92-
"autoprefixer": "^10.4.27",
93-
"axe-core": "^4.11.2",
92+
"autoprefixer": "^10.5.0",
93+
"axe-core": "^4.11.3",
9494
"concurrently": "^9.2.1",
9595
"eslint": "^9.39.4",
9696
"eslint-plugin-react-hooks": "^7.0.1",
9797
"eslint-plugin-react-refresh": "^0.5.2",
9898
"eslint-plugin-storybook": "^10.3.5",
9999
"globals": "^17.5.0",
100-
"happy-dom": "^20.8.9",
100+
"happy-dom": "^20.9.0",
101101
"jsdom": "^29.0.2",
102-
"msw": "^2.13.2",
102+
"msw": "^2.13.3",
103103
"msw-storybook-addon": "^2.0.7",
104104
"playwright": "^1.59.1",
105105
"prettier": "^3.8.2",
106106
"react": "19.2.5",
107107
"react-dom": "19.2.5",
108-
"react-router-dom": "^7.14.0",
108+
"react-router-dom": "^7.14.1",
109109
"rollup-plugin-visualizer": "^7.0.1",
110110
"storybook": "^8.6.18",
111111
"tailwindcss": "^4.2.2",
@@ -115,7 +115,7 @@
115115
"typedoc": "^0.28.19",
116116
"typedoc-plugin-markdown": "^4.11.0",
117117
"typescript": "^6.0.2",
118-
"typescript-eslint": "^8.58.1",
118+
"typescript-eslint": "^8.58.2",
119119
"vite-plugin-compression2": "^2.5.3",
120120
"vitest": "^4.1.4",
121121
"vitest-axe": "^0.1.0",

packages/components/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@
3939
"@object-ui/i18n": "workspace:*",
4040
"@object-ui/react": "workspace:*",
4141
"@object-ui/types": "workspace:*",
42-
"@radix-ui/react-accordion": "^1.2.2",
43-
"@radix-ui/react-alert-dialog": "^1.1.4",
42+
"@radix-ui/react-accordion": "^1.2.12",
43+
"@radix-ui/react-alert-dialog": "^1.1.15",
4444
"@radix-ui/react-aspect-ratio": "^1.1.8",
45-
"@radix-ui/react-avatar": "^1.1.2",
46-
"@radix-ui/react-checkbox": "^1.1.4",
47-
"@radix-ui/react-collapsible": "^1.1.2",
48-
"@radix-ui/react-context-menu": "^2.2.7",
49-
"@radix-ui/react-dialog": "^1.1.4",
50-
"@radix-ui/react-dropdown-menu": "^2.1.5",
51-
"@radix-ui/react-hover-card": "^1.1.4",
52-
"@radix-ui/react-label": "^2.1.2",
53-
"@radix-ui/react-menubar": "^1.1.3",
54-
"@radix-ui/react-navigation-menu": "^1.2.4",
55-
"@radix-ui/react-popover": "^1.1.4",
56-
"@radix-ui/react-progress": "^1.1.1",
57-
"@radix-ui/react-radio-group": "^1.2.3",
58-
"@radix-ui/react-scroll-area": "^1.2.3",
59-
"@radix-ui/react-select": "^2.1.8",
60-
"@radix-ui/react-separator": "^1.1.1",
61-
"@radix-ui/react-slider": "^1.2.3",
62-
"@radix-ui/react-slot": "^1.1.2",
63-
"@radix-ui/react-switch": "^1.1.4",
64-
"@radix-ui/react-tabs": "^1.1.3",
65-
"@radix-ui/react-toast": "^1.2.6",
66-
"@radix-ui/react-toggle": "^1.1.1",
67-
"@radix-ui/react-toggle-group": "^1.1.1",
68-
"@radix-ui/react-tooltip": "^1.1.8",
45+
"@radix-ui/react-avatar": "^1.1.11",
46+
"@radix-ui/react-checkbox": "^1.3.3",
47+
"@radix-ui/react-collapsible": "^1.1.12",
48+
"@radix-ui/react-context-menu": "^2.2.16",
49+
"@radix-ui/react-dialog": "^1.1.15",
50+
"@radix-ui/react-dropdown-menu": "^2.1.16",
51+
"@radix-ui/react-hover-card": "^1.1.15",
52+
"@radix-ui/react-label": "^2.1.8",
53+
"@radix-ui/react-menubar": "^1.1.16",
54+
"@radix-ui/react-navigation-menu": "^1.2.14",
55+
"@radix-ui/react-popover": "^1.1.15",
56+
"@radix-ui/react-progress": "^1.1.8",
57+
"@radix-ui/react-radio-group": "^1.3.8",
58+
"@radix-ui/react-scroll-area": "^1.2.10",
59+
"@radix-ui/react-select": "^2.2.6",
60+
"@radix-ui/react-separator": "^1.1.8",
61+
"@radix-ui/react-slider": "^1.3.6",
62+
"@radix-ui/react-slot": "^1.2.4",
63+
"@radix-ui/react-switch": "^1.2.6",
64+
"@radix-ui/react-tabs": "^1.1.13",
65+
"@radix-ui/react-toast": "^1.2.15",
66+
"@radix-ui/react-toggle": "^1.1.10",
67+
"@radix-ui/react-toggle-group": "^1.1.11",
68+
"@radix-ui/react-tooltip": "^1.2.8",
6969
"class-variance-authority": "^0.7.1",
7070
"clsx": "^2.1.1",
7171
"cmdk": "^1.1.1",
@@ -99,7 +99,7 @@
9999
"@types/react": "19.2.14",
100100
"@types/react-dom": "19.2.3",
101101
"@vitejs/plugin-react": "^6.0.1",
102-
"autoprefixer": "^10.4.27",
102+
"autoprefixer": "^10.5.0",
103103
"postcss": "^8.5.9",
104104
"shadcn": "^4.2.0",
105105
"storybook": "^8.6.18",

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@vitejs/plugin-react": "^6.0.1",
41-
"react-router-dom": "^7.14.0",
41+
"react-router-dom": "^7.14.1",
4242
"vite": "^8.0.8",
4343
"vite-plugin-dts": "^4.5.4"
4444
}

packages/plugin-chatbot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"lint": "eslint ."
3232
},
3333
"dependencies": {
34-
"@ai-sdk/react": "^3.0.160",
34+
"@ai-sdk/react": "^3.0.161",
3535
"@object-ui/components": "workspace:*",
3636
"@object-ui/core": "workspace:*",
3737
"@object-ui/react": "workspace:*",
3838
"@object-ui/types": "workspace:*",
39-
"ai": "^6.0.158",
39+
"ai": "^6.0.159",
4040
"lucide-react": "^1.8.0",
4141
"react-markdown": "^10.1.0",
4242
"react-syntax-highlighter": "^16.1.1",

packages/plugin-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@object-ui/data-objectstack": "workspace:*",
3636
"@vitejs/plugin-react": "^6.0.1",
37-
"msw": "^2.13.2",
37+
"msw": "^2.13.3",
3838
"typescript": "^6.0.2",
3939
"vite": "^8.0.8",
4040
"vite-plugin-dts": "^4.5.4"

0 commit comments

Comments
 (0)