Skip to content

Commit b89ab75

Browse files
committed
build: update dependencies and tools to latest versions
Generated-by: aiautocommit
1 parent d52c46e commit b89ab75

File tree

5 files changed

+252
-355
lines changed

5 files changed

+252
-355
lines changed

.github/actions/common-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# mise can rarely get stuck installing. It normally takes < 10s to install, so this should never be more than a minute
99
- uses: jdx/mise-action@v2
1010
with:
11-
version: 2025.3.0
11+
version: 2025.3.1
1212
# TODO document: https://github.com/actions/runner-images/issues/4849, https://github.com/actions/runner-images/issues/264
1313
- uses: tecolicom/actions-use-apt-tools@v1
1414
with:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# this *should* be compatible with mise and asdf, but I'm only testing with mise
55

6-
uv 0.6.4
7-
pnpm 9.15.6
6+
uv 0.6.5
7+
pnpm 9.15.7
88
just 1.39.0
99
direnv 2.35.0
1010

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@radix-ui/react-slot": "^1.1.2",
2727
"@radix-ui/react-switch": "^1.1.3",
2828
"@radix-ui/react-tooltip": "^1.1.8",
29-
"@react-router/dev": "7.2.0",
30-
"@react-router/node": "7.2.0",
31-
"@react-router/serve": "7.2.0",
32-
"@sentry/react": "^9.4.0",
29+
"@react-router/dev": "7.3.0",
30+
"@react-router/node": "7.3.0",
31+
"@react-router/serve": "7.3.0",
32+
"@sentry/react": "^9.5.0",
3333
"@sentry/vite-plugin": "^3.2.2",
34-
"@tailwindcss/postcss": "^4.0.9",
34+
"@tailwindcss/postcss": "^4.0.11",
3535
"@tailwindcss/typography": "^0.5.16",
36-
"@tailwindcss/vite": "^4.0.9",
36+
"@tailwindcss/vite": "^4.0.11",
3737
"@tanstack/react-query": "^5.67.1",
3838
"@tanstack/react-query-devtools": "^5.67.1",
3939
"autoprefixer": "^10.4.20",
@@ -45,15 +45,15 @@
4545
"loglevel-plugin-prefix": "^0.8.4",
4646
"lucide-react": "^0.477.0",
4747
"postcss": "^8.5.3",
48-
"posthog-js": "^1.227.0",
48+
"posthog-js": "^1.229.2",
4949
"ramda": "^0.30.1",
5050
"react": "^19.0.0",
5151
"react-dom": "^19.0.0",
5252
"react-icons": "^5.5.0",
53-
"react-router": "7.2.0",
53+
"react-router": "7.3.0",
5454
"react-router-devtools": "2.0.0-beta.0",
5555
"tailwind-merge": "^3.0.2",
56-
"tailwindcss": "^4.0.9",
56+
"tailwindcss": "^4.0.11",
5757
"tailwindcss-animate": "^1.0.7",
5858
"typescript": "^5.8.2",
5959
"vite": "^6.2.0",
@@ -72,15 +72,15 @@
7272
"@types/react-dom": "^19.0.4",
7373
"@typescript-eslint/eslint-plugin": ">=8.26.0",
7474
"@vitejs/plugin-react": "^4.3.4",
75-
"@vitest/coverage-v8": "^3.0.7",
75+
"@vitest/coverage-v8": "^3.0.8",
7676
"eslint": "^9.21.0",
7777
"eslint-plugin-react": "^7.37.4",
7878
"globals": "^16.0.0",
79-
"happy-dom": "^17.2.2",
79+
"happy-dom": "^17.2.4",
8080
"prettier": "^3.5.3",
8181
"prettier-plugin-tailwindcss": "^0.6.11",
8282
"typescript-eslint": "^8.26.0",
83-
"vitest": "^3.0.7"
83+
"vitest": "^3.0.8"
8484
},
8585
"engines": {
8686
"node": "^22.11.0",

0 commit comments

Comments
 (0)