Skip to content

Commit 7ccecd9

Browse files
committed
pnpm upgrade
1 parent e9b9285 commit 7ccecd9

31 files changed

Lines changed: 723 additions & 795 deletions

File tree

apps/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@object-ui/console",
33
"version": "11.2.0",
4-
"description": "ObjectStack Console \u2014 opinionated, fork-ready runtime console built on @object-ui/app-shell with the full plugin set wired up. Ships as a Hono UI plugin serving a pre-built SPA.",
4+
"description": "ObjectStack Console opinionated, fork-ready runtime console built on @object-ui/app-shell with the full plugin set wired up. Ships as a Hono UI plugin serving a pre-built SPA.",
55
"license": "MIT",
66
"type": "module",
77
"homepage": "https://www.objectui.org/docs/guide/console",
@@ -94,15 +94,15 @@
9494
"@testing-library/jest-dom": "^6.9.1",
9595
"@testing-library/react": "^16.3.2",
9696
"@testing-library/user-event": "^14.6.1",
97-
"@types/node": "^26.0.0",
97+
"@types/node": "^26.0.1",
9898
"@types/react": "19.2.17",
9999
"@types/react-dom": "19.2.3",
100100
"@vitejs/plugin-react": "^6.0.3",
101101
"@vitest/ui": "^4.1.9",
102-
"autoprefixer": "^10.5.0",
102+
"autoprefixer": "^10.5.2",
103103
"happy-dom": "^20.10.6",
104104
"lucide-react": "^1.22.0",
105-
"postcss": "^8.5.15",
105+
"postcss": "^8.5.16",
106106
"react": "19.2.7",
107107
"react-dom": "19.2.7",
108108
"react-router-dom": "^7.18.0",

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"devDependencies": {
4545
"@tailwindcss/postcss": "^4.3.1",
4646
"@types/mdx": "^2.0.14",
47-
"@types/node": "^26.0.0",
47+
"@types/node": "^26.0.1",
4848
"@types/react": "19.2.17",
4949
"@types/react-dom": "19.2.3",
50-
"postcss": "^8.5.15",
50+
"postcss": "^8.5.16",
5151
"tailwindcss": "^4.3.1",
5252
"tailwindcss-animate": "^1.0.7",
5353
"typescript": "^6.0.3"

examples/byo-backend-console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/react": "19.2.17",
2727
"@types/react-dom": "19.2.3",
2828
"@vitejs/plugin-react": "^6.0.3",
29-
"autoprefixer": "^10.5.0",
30-
"postcss": "^8.5.15",
29+
"autoprefixer": "^10.5.2",
30+
"postcss": "^8.5.16",
3131
"tailwindcss": "^4.3.1",
3232
"typescript": "^6.0.3",
3333
"vite": "^8.1.0"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,40 +60,40 @@
6060
"@changesets/cli": "^2.31.0",
6161
"@eslint/js": "^10.0.1",
6262
"@objectstack/spec": "^11.2.0",
63-
"@playwright/test": "^1.61.0",
63+
"@playwright/test": "^1.61.1",
6464
"@testing-library/dom": "^10.4.1",
6565
"@testing-library/jest-dom": "^6.9.1",
6666
"@testing-library/react": "^16.3.2",
6767
"@testing-library/user-event": "^14.6.1",
68-
"@types/node": "^26.0.0",
68+
"@types/node": "^26.0.1",
6969
"@types/react": "19.2.17",
7070
"@types/react-dom": "19.2.3",
7171
"@vitest/coverage-v8": "^4.1.9",
7272
"@vitest/ui": "^4.1.9",
73-
"autoprefixer": "^10.5.0",
73+
"autoprefixer": "^10.5.2",
7474
"axe-core": "^4.12.1",
7575
"concurrently": "^10.0.3",
76-
"eslint": "^10.5.0",
76+
"eslint": "^10.6.0",
7777
"eslint-plugin-react-hooks": "^7.1.1",
7878
"eslint-plugin-react-refresh": "^0.5.3",
79-
"globals": "^17.6.0",
79+
"globals": "^17.7.0",
8080
"happy-dom": "^20.10.6",
8181
"jsdom": "^29.1.1",
8282
"msw": "^2.14.6",
83-
"playwright": "^1.61.0",
84-
"prettier": "^3.8.4",
83+
"playwright": "^1.61.1",
84+
"prettier": "^3.9.3",
8585
"react": "19.2.7",
8686
"react-dom": "19.2.7",
8787
"react-router-dom": "^7.18.0",
8888
"rollup-plugin-visualizer": "^7.0.1",
8989
"tailwindcss": "^4.3.1",
9090
"tslib": "^2.8.1",
9191
"tsx": "^4.22.4",
92-
"turbo": "^2.9.18",
92+
"turbo": "^2.10.0",
9393
"typedoc": "^0.28.19",
9494
"typedoc-plugin-markdown": "^4.12.0",
9595
"typescript": "^6.0.3",
96-
"typescript-eslint": "^8.61.1",
96+
"typescript-eslint": "^8.62.0",
9797
"vite-plugin-compression2": "^2.5.3",
9898
"vitest": "^4.1.9",
9999
"vitest-axe": "^0.1.0",

packages/app-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@object-ui/plugin-list": "workspace:*",
8484
"@object-ui/plugin-report": "workspace:*",
8585
"@object-ui/plugin-view": "workspace:*",
86-
"@types/node": "^26.0.0",
86+
"@types/node": "^26.0.1",
8787
"@types/qrcode": "^1.5.6",
8888
"@types/react": "19.2.17",
8989
"@types/react-dom": "19.2.3",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"devDependencies": {
7070
"@types/express": "^4.17.25",
7171
"@types/js-yaml": "^4.0.9",
72-
"@types/node": "^26.0.0",
72+
"@types/node": "^26.0.1",
7373
"tsup": "^8.5.1",
7474
"typescript": "^6.0.3",
7575
"vitest": "^4.1.9"

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"dependencies": {
3737
"@object-ui/core": "workspace:*",
38-
"@object-ui/sdui-parser": "workspace:*",
3938
"@object-ui/i18n": "workspace:*",
4039
"@object-ui/react": "workspace:*",
40+
"@object-ui/sdui-parser": "workspace:*",
4141
"@object-ui/types": "workspace:*",
4242
"@radix-ui/react-accordion": "^1.2.14",
4343
"@radix-ui/react-alert-dialog": "^1.1.17",
@@ -93,13 +93,13 @@
9393
"@types/react": "19.2.17",
9494
"@types/react-dom": "19.2.3",
9595
"@vitejs/plugin-react": "^6.0.3",
96-
"autoprefixer": "^10.5.0",
97-
"postcss": "^8.5.15",
98-
"shadcn": "^4.11.0",
96+
"autoprefixer": "^10.5.2",
97+
"postcss": "^8.5.16",
98+
"shadcn": "^4.12.0",
9999
"tailwindcss": "^4.3.1",
100100
"typescript": "^6.0.3",
101101
"vite": "^8.1.0",
102-
"vite-plugin-dts": "^5.0.2"
102+
"vite-plugin-dts": "^5.0.3"
103103
},
104104
"keywords": [
105105
"objectui",

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@types/fs-extra": "^11.0.4",
31-
"@types/node": "^26.0.0",
31+
"@types/node": "^26.0.1",
3232
"@types/prompts": "^2.4.9",
3333
"tsup": "^8.5.1",
3434
"typescript": "^6.0.3",

packages/fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitejs/plugin-react": "^6.0.3",
5555
"typescript": "^6.0.3",
5656
"vite": "^8.1.0",
57-
"vite-plugin-dts": "^5.0.2"
57+
"vite-plugin-dts": "^5.0.3"
5858
},
5959
"publishConfig": {
6060
"access": "public"

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vitejs/plugin-react": "^6.0.3",
4141
"react-router-dom": "^7.18.0",
4242
"vite": "^8.1.0",
43-
"vite-plugin-dts": "^5.0.2"
43+
"vite-plugin-dts": "^5.0.3"
4444
},
4545
"description": "Layout components for Object UI — AppShell, Page, SidebarNav and responsive containers with React Router integration",
4646
"keywords": [

0 commit comments

Comments
 (0)