Skip to content

Commit a9d1812

Browse files
committed
chore(dev): update-package-dependencies
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
1 parent 275b12d commit a9d1812

File tree

6 files changed

+489
-226
lines changed

6 files changed

+489
-226
lines changed

washboard-ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"format:fix": "yarn format:prettier --write"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^20.14.0",
23+
"@types/node": "^20.14.2",
2424
"@wasmcloud/prettier-config": "workspace:*",
2525
"eslint": "^8.57.0",
26-
"eslint-config-turbo": "^1.13.3",
27-
"prettier": "^3.3.0",
28-
"turbo": "^1.13.3",
26+
"eslint-config-turbo": "^1.13.4",
27+
"prettier": "^3.3.1",
28+
"turbo": "^1.13.4",
2929
"typescript": "^5.4.5"
3030
}
3131
}

washboard-ui/packages/eslint-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"access": "public"
88
},
99
"devDependencies": {
10-
"@types/node": "^20.14.0",
10+
"@types/node": "^20.14.2",
1111
"typescript": "^5.4.5"
1212
},
1313
"peerDependencies": {
1414
"eslint": "^8.57.0",
1515
"tailwindcss": "^3.4.3"
1616
},
1717
"dependencies": {
18-
"@typescript-eslint/eslint-plugin": "^7.9.0",
19-
"@typescript-eslint/parser": "^7.9.0",
18+
"@typescript-eslint/eslint-plugin": "^7.12.0",
19+
"@typescript-eslint/parser": "^7.12.0",
2020
"eslint-config-prettier": "^9.1.0",
21-
"eslint-config-turbo": "^1.13.3",
21+
"eslint-config-turbo": "^1.13.4",
2222
"eslint-config-xo": "^0.45.0",
2323
"eslint-config-xo-react": "^0.27.0",
2424
"eslint-config-xo-typescript": "^4.0.0",
@@ -27,10 +27,10 @@
2727
"eslint-plugin-eslint-comments": "^3.2.0",
2828
"eslint-plugin-import": "^2.29.1",
2929
"eslint-plugin-no-use-extend-native": "^0.5.0",
30-
"eslint-plugin-react": "^7.34.1",
30+
"eslint-plugin-react": "^7.34.2",
3131
"eslint-plugin-react-hooks": "^4.6.2",
3232
"eslint-plugin-react-refresh": "^0.4.7",
33-
"eslint-plugin-tailwindcss": "3.15.2",
33+
"eslint-plugin-tailwindcss": "3.17.3",
3434
"eslint-plugin-unicorn": "^52.0.0"
3535
}
3636
}

washboard-ui/packages/lattice-client-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"@wasmcloud/eslint-config": "workspace:^",
5050
"@wasmcloud/tsconfig": "workspace:^",
5151
"tsup": "^8.1.0",
52-
"type-fest": "^4.18.3"
52+
"type-fest": "^4.20.0"
5353
},
5454
"dependencies": {
55-
"nats.ws": "^1.26.0"
55+
"nats.ws": "^1.27.0"
5656
}
5757
}

washboard-ui/packages/lattice-client-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@wasmcloud/eslint-config": "workspace:^",
4646
"@wasmcloud/tsconfig": "workspace:^",
4747
"eslint": "^8.57.0",
48-
"tailwindcss": "^3.4.3",
48+
"tailwindcss": "^3.4.4",
4949
"tsup": "^8.1.0"
5050
},
5151
"dependencies": {

washboard-ui/packages/washboard-ui/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"format:prettier:fix": "yarn format:prettier --write"
2424
},
2525
"dependencies": {
26-
"@hookform/resolvers": "^3.4.0",
26+
"@hookform/resolvers": "^3.6.0",
2727
"@radix-ui/react-accordion": "^1.1.2",
2828
"@radix-ui/react-alert-dialog": "^1.0.5",
2929
"@radix-ui/react-checkbox": "^1.0.4",
@@ -48,10 +48,10 @@
4848
"clsx": "^2.1.1",
4949
"date-fns": "^3.6.0",
5050
"lucide-react": "^0.378.0",
51-
"nats.ws": "^1.26.0",
51+
"nats.ws": "^1.27.0",
5252
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
54-
"react-hook-form": "^7.51.4",
54+
"react-hook-form": "^7.51.5",
5555
"react-router-dom": "^6.23.1",
5656
"tailwind-merge": "^2.3.0",
5757
"tailwindcss-animate": "^1.0.7",
@@ -61,12 +61,12 @@
6161
},
6262
"devDependencies": {
6363
"@playwright/test": "^1.44.1",
64-
"@types/node": "^20.14.0",
64+
"@types/node": "^20.14.2",
6565
"@types/react": "^18.3.3",
6666
"@types/react-dom": "^18.3.0",
6767
"@types/uuid": "^9.0.8",
68-
"@typescript-eslint/eslint-plugin": "^7.9.0",
69-
"@typescript-eslint/parser": "^7.9.0",
68+
"@typescript-eslint/eslint-plugin": "^7.12.0",
69+
"@typescript-eslint/parser": "^7.12.0",
7070
"@vitejs/plugin-react": "^4.3.0",
7171
"@vitejs/plugin-react-swc": "^3.7.0",
7272
"autoprefixer": "^10.4.19",
@@ -77,21 +77,21 @@
7777
"eslint-plugin-eslint-comments": "^3.2.0",
7878
"eslint-plugin-import": "^2.29.1",
7979
"eslint-plugin-jsx-a11y": "^6.8.0",
80-
"eslint-plugin-react": "^7.34.1",
80+
"eslint-plugin-react": "^7.34.2",
8181
"eslint-plugin-react-hooks": "^4.6.2",
8282
"eslint-plugin-react-refresh": "^0.4.7",
83-
"eslint-plugin-tailwindcss": "^3.15.2",
83+
"eslint-plugin-tailwindcss": "^3.17.3",
8484
"eslint-plugin-unicorn": "^52.0.0",
85-
"execa": "^9.1.0",
85+
"execa": "^9.2.0",
8686
"get-port": "^7.1.0",
8787
"pino": "^9.1.0",
8888
"postcss": "^8.4.38",
89-
"prettier": "^3.3.0",
90-
"tailwindcss": "^3.4.3",
89+
"prettier": "^3.3.1",
90+
"tailwindcss": "^3.4.4",
9191
"ts-node": "^10.9.2",
9292
"typescript": "^5.4.5",
9393
"uuid": "^9.0.1",
94-
"vite": "^5.2.12",
94+
"vite": "^5.2.13",
9595
"vite-plugin-svgr": "^4.2.0"
9696
}
9797
}

0 commit comments

Comments
 (0)