Skip to content

Commit a1ea920

Browse files
1 parent 69e2229 commit a1ea920

15 files changed

Lines changed: 39 additions & 39 deletions

File tree

apps/commonality/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"update-notifier": "7.3.1",
6666
"wait-on": "8.0.3",
6767
"yaml": "2.7.1",
68-
"zod": "3.24.3"
68+
"zod": "3.24.4"
6969
},
7070
"devDependencies": {
7171
"@commonalityco/config-tsconfig": "workspace:*",
@@ -79,11 +79,11 @@
7979
"@commonalityco/utils-core": "workspace:*",
8080
"@commonalityco/utils-file": "workspace:*",
8181
"@commonalityco/utils-onboarding": "workspace:*",
82-
"@swc/core": "1.11.22",
82+
"@swc/core": "1.11.24",
8383
"@types/fs-extra": "11.0.4",
8484
"@types/lodash-es": "4.17.12",
8585
"@types/mock-fs": "4.13.4",
86-
"@types/node": "22.15.2",
86+
"@types/node": "22.15.3",
8787
"@types/prompts": "2.4.9",
8888
"@types/wait-on": "5.3.4",
8989
"eslint-config-commonality": "workspace:*",
@@ -93,7 +93,7 @@
9393
"rimraf": "6.0.1",
9494
"tsup": "8.4.0",
9595
"typescript": "5.8.3",
96-
"vitest": "3.1.2"
96+
"vitest": "3.1.3"
9797
},
9898
"engines": {
9999
"node": ">=18.17.0"

apps/studio/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"wait-on": "8.0.3"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.26.10",
41-
"@babel/preset-env": "7.26.9",
40+
"@babel/core": "7.27.1",
41+
"@babel/preset-env": "7.27.1",
4242
"@commonalityco/config-tailwind": "workspace:*",
4343
"@commonalityco/data-codeowners": "workspace:*",
4444
"@commonalityco/data-constraints": "workspace:*",
@@ -58,18 +58,18 @@
5858
"@hookform/resolvers": "5.0.1",
5959
"@next/bundle-analyzer": "15.3.1",
6060
"@playwright/test": "1.52.0",
61-
"@tanstack/react-query": "5.74.4",
62-
"@tanstack/react-query-devtools": "5.74.6",
61+
"@tanstack/react-query": "5.75.2",
62+
"@tanstack/react-query-devtools": "5.75.2",
6363
"@tanstack/react-table": "8.21.3",
6464
"@testing-library/jest-dom": "6.6.3",
6565
"@testing-library/react": "16.3.0",
6666
"@testing-library/user-event": "14.6.1",
6767
"@total-typescript/ts-reset": "0.6.1",
6868
"@types/fs-extra": "11.0.4",
6969
"@types/lodash-es": "4.17.12",
70-
"@types/node": "22.15.2",
70+
"@types/node": "22.15.3",
7171
"@types/react": "19.1.2",
72-
"@types/react-dom": "19.1.2",
72+
"@types/react-dom": "19.1.3",
7373
"@types/resolve": "1.20.6",
7474
"@vitejs/plugin-react-swc": "3.9.0",
7575
"@xstate/react": "5.0.3",
@@ -79,15 +79,15 @@
7979
"clsx": "2.1.1",
8080
"cookies-next": "5.1.0",
8181
"cypress": "14.3.2",
82-
"cytoscape": "3.31.2",
82+
"cytoscape": "3.32.0",
8383
"date-fns": "4.1.0",
8484
"eslint-config-next": "15.3.1",
8585
"fs-extra": "11.3.0",
8686
"get-port": "7.1.0",
8787
"jest": "29.7.0",
8888
"jest-environment-jsdom": "29.7.0",
8989
"lodash-es": "4.17.21",
90-
"lucide-react": "0.503.0",
90+
"lucide-react": "0.507.0",
9191
"next-themes": "0.4.6",
9292
"open-editor": "5.1.0",
9393
"path-browserify": "1.0.1",
@@ -98,7 +98,7 @@
9898
"prettier-plugin-tailwindcss": "0.6.11",
9999
"react": "19.1.0",
100100
"react-dom": "19.1.0",
101-
"react-hook-form": "7.56.1",
101+
"react-hook-form": "7.56.2",
102102
"rimraf": "6.0.1",
103103
"server-only": "0.0.1",
104104
"start-server-and-test": "2.0.11",
@@ -110,7 +110,7 @@
110110
"vite-tsconfig-paths": "5.1.4",
111111
"which-collection": "1.0.2",
112112
"xstate": "5.19.2",
113-
"zod": "3.24.3"
113+
"zod": "3.24.4"
114114
},
115115
"engines": {
116116
"node": ">=18.17.0"

apps/workshop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@storybook/react-vite": "8.6.12",
4646
"@storybook/testing-library": "0.2.2",
4747
"@types/react": "19.1.2",
48-
"@types/react-dom": "19.1.2",
48+
"@types/react-dom": "19.1.3",
4949
"@vitejs/plugin-react": "4.4.1",
5050
"@vitejs/plugin-react-swc": "3.9.0",
5151
"autoprefixer": "10.4.21",
@@ -57,7 +57,7 @@
5757
"storybook-dark-mode": "4.0.2",
5858
"tailwindcss": "3.4.17",
5959
"typescript": "5.8.3",
60-
"vite": "6.3.3",
60+
"vite": "6.3.5",
6161
"webpack": "5.99.7"
6262
}
6363
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"unlink-all": "ts-node scripts/unlink-all.ts"
2828
},
2929
"dependencies": {
30-
"@changesets/cli": "2.29.2",
30+
"@changesets/cli": "2.29.3",
3131
"@commonalityco/config-tsconfig": "workspace:*",
32-
"@typescript-eslint/eslint-plugin": "8.31.0",
33-
"@typescript-eslint/parser": "8.31.0",
34-
"@vitest/coverage-v8": "3.1.2",
32+
"@typescript-eslint/eslint-plugin": "8.31.1",
33+
"@typescript-eslint/parser": "8.31.1",
34+
"@vitest/coverage-v8": "3.1.3",
3535
"commonality": "workspace:*",
3636
"commonality-checks-recommended": "workspace:*",
37-
"eslint": "9.25.1",
37+
"eslint": "9.26.0",
3838
"eslint-config-commonality": "workspace:*",
3939
"eslint-plugin-unused-imports": "4.1.4",
4040
"execa": "9.5.2",
@@ -45,7 +45,7 @@
4545
"ts-node": "10.9.2",
4646
"turbo": "2.5.2",
4747
"typescript": "5.8.3",
48-
"vitest": "3.1.2"
48+
"vitest": "3.1.3"
4949
},
5050
"devDependencies": {
5151
"@commonalityco/studio": "workspace:^"

packages/data-codeowners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@commonalityco/config-tsconfig": "workspace:*",
3232
"@commonalityco/types": "workspace:*",
3333
"@types/fs-extra": "11.0.4",
34-
"@types/node": "22.15.2",
34+
"@types/node": "22.15.3",
3535
"eslint-config-commonality": "workspace:*",
3636
"typescript": "5.8.3"
3737
},

packages/data-packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@commonalityco/config-tsconfig": "workspace:*",
3232
"@commonalityco/types": "workspace:*",
3333
"@types/fs-extra": "11.0.4",
34-
"@types/node": "22.15.2",
34+
"@types/node": "22.15.3",
3535
"eslint-config-commonality": "workspace:*",
3636
"typescript": "5.8.3"
3737
},

packages/data-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"globby": "14.1.0",
3131
"jiti": "2.4.2",
3232
"yaml": "2.7.1",
33-
"zod": "3.24.3"
33+
"zod": "3.24.4"
3434
},
3535
"devDependencies": {
3636
"@commonalityco/config-tsconfig": "workspace:*",
3737
"@commonalityco/types": "workspace:*",
3838
"@types/fs-extra": "11.0.4",
3939
"@types/mock-fs": "4.13.4",
40-
"@types/node": "22.15.2",
40+
"@types/node": "22.15.3",
4141
"eslint-config-commonality": "workspace:*",
4242
"mock-fs": "5.5.0",
4343
"typescript": "5.8.3"

packages/data-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@commonalityco/config-tsconfig": "workspace:*",
3131
"@commonalityco/types": "workspace:*",
3232
"@types/fs-extra": "11.0.4",
33-
"@types/node": "22.15.2",
33+
"@types/node": "22.15.3",
3434
"eslint-config-commonality": "workspace:*",
3535
"typescript": "5.8.3"
3636
},

packages/ui-conformance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@tanstack/react-table": "8.21.3",
29-
"lucide-react": "0.503.0"
29+
"lucide-react": "0.507.0"
3030
},
3131
"devDependencies": {
3232
"@commonalityco/config-tsconfig": "workspace:*",
@@ -45,7 +45,7 @@
4545
"react-dom": "19.0.0",
4646
"resize-observer-polyfill": "1.5.1",
4747
"typescript": "5.8.3",
48-
"vitest": "3.1.2"
48+
"vitest": "3.1.3"
4949
},
5050
"peerDependencies": {
5151
"@commonalityco/ui-core": "*",

packages/ui-constraints/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@xstate/react": "5.0.3",
2727
"lodash-es": "4.17.21",
28-
"lucide-react": "0.503.0",
29-
"react-resizable-panels": "2.1.8"
28+
"lucide-react": "0.507.0",
29+
"react-resizable-panels": "3.0.1"
3030
},
3131
"devDependencies": {
3232
"@commonalityco/config-tsconfig": "workspace:*",
@@ -46,7 +46,7 @@
4646
"react": "19.0.0",
4747
"react-dom": "19.0.0",
4848
"typescript": "5.8.3",
49-
"vitest": "3.1.2"
49+
"vitest": "3.1.3"
5050
},
5151
"peerDependencies": {
5252
"@commonalityco/ui-core": "*",

0 commit comments

Comments
 (0)