Skip to content

Commit 00714da

Browse files
Update Routine updates
1 parent 1fa4138 commit 00714da

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Node setup
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
2828
cache-dependency-path: package.json
2929
node-version: "24.x"

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -106,44 +106,44 @@
106106
"@eslint/js": "9.39.4",
107107
"@radix-ui/react-separator": "1.1.8",
108108
"@radix-ui/react-slot": "1.2.4",
109-
"@tailwindcss/postcss": "4.2.2",
110-
"@tailwindcss/vite": "4.2.2",
109+
"@tailwindcss/postcss": "4.3.0",
110+
"@tailwindcss/vite": "4.3.0",
111111
"@tanstack/react-table": "8.21.3",
112-
"@types/node": "24.12.2",
113-
"@types/react": "19.2.14",
112+
"@types/node": "24.12.4",
113+
"@types/react": "19.2.15",
114114
"@types/react-dom": "19.2.3",
115-
"@vitejs/plugin-react": "6.0.1",
115+
"@vitejs/plugin-react": "6.0.2",
116116
"autoprefixer": "10.5.0",
117117
"chokidar-cli": "3.0.0",
118118
"class-variance-authority": "0.7.1",
119119
"clsx": "2.1.1",
120-
"convex": "1.35.1",
121-
"convex-helpers": "0.1.114",
120+
"convex": "1.39.1",
121+
"convex-helpers": "0.1.118",
122122
"convex-svelte": "0.0.12",
123-
"convex-test": "0.0.48",
123+
"convex-test": "0.0.53",
124124
"convex-vue": "0.1.5",
125125
"eslint": "9.39.4",
126126
"eslint-plugin-react": "7.37.5",
127-
"eslint-plugin-react-hooks": "7.0.1",
127+
"eslint-plugin-react-hooks": "7.1.1",
128128
"eslint-plugin-react-refresh": "0.5.2",
129-
"globals": "17.5.0",
130-
"lucide-react": "1.8.0",
129+
"globals": "17.6.0",
130+
"lucide-react": "1.16.0",
131131
"next-themes": "0.4.6",
132-
"pkg-pr-new": "0.0.66",
133-
"postcss": "8.5.9",
132+
"pkg-pr-new": "0.0.75",
133+
"postcss": "8.5.15",
134134
"prettier": "3.8.3",
135-
"react": "19.2.5",
136-
"react-dom": "19.2.5",
137-
"tailwind-merge": "3.5.0",
138-
"tailwindcss": "4.2.2",
135+
"react": "19.2.6",
136+
"react-dom": "19.2.6",
137+
"tailwind-merge": "3.6.0",
138+
"tailwindcss": "4.3.0",
139139
"tw-animate-css": "1.4.0",
140140
"typescript": "5.9.3",
141-
"typescript-eslint": "8.58.2",
141+
"typescript-eslint": "8.59.4",
142142
"use-debounce": "10.1.1",
143-
"vite": "8.0.8",
144-
"vitest": "4.1.4",
145-
"vue": "3.5.32",
146-
"wrangler": "4.82.2"
143+
"vite": "8.0.14",
144+
"vitest": "4.1.7",
145+
"vue": "3.5.34",
146+
"wrangler": "4.94.0"
147147
},
148148
"types": "./dist/client/index.d.ts",
149149
"module": "./dist/client/index.js",

0 commit comments

Comments
 (0)