Skip to content

Commit c6a1760

Browse files
committed
chore(deps): update dependencies
1 parent 2b862d7 commit c6a1760

3 files changed

Lines changed: 975 additions & 802 deletions

File tree

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,56 +38,56 @@
3838
"httpbis-digest-headers": "^1.0.0",
3939
"iso8601-duration": "^2.1.3",
4040
"loglevel": "^1.9.2",
41-
"react": "^19.1.1",
42-
"react-dom": "^19.1.1",
41+
"react": "^19.2.0",
42+
"react-dom": "^19.2.0",
4343
"safe-buffer": "5.2.1",
4444
"tailwind-merge": "^2.6.0",
45-
"valtio": "^2.1.7",
45+
"valtio": "^2.1.8",
4646
"webextension-polyfill": "^0.12.0",
4747
"wouter": "^3.7.1"
4848
},
4949
"devDependencies": {
50-
"@biomejs/biome": "2.2.4",
50+
"@biomejs/biome": "2.2.6",
5151
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
5252
"@jgoz/jest-esbuild": "^1.0.9",
5353
"@octokit/openapi-webhooks-types": "^12.0.3",
54-
"@playwright/test": "^1.55.1",
54+
"@playwright/test": "^1.56.1",
5555
"@tailwindcss/forms": "^0.5.10",
56-
"@testing-library/jest-dom": "^6.8.0",
56+
"@testing-library/jest-dom": "^6.9.1",
5757
"@testing-library/react": "^16.3.0",
5858
"@types/archiver": "^6.0.3",
59-
"@types/chrome": "^0.1.12",
59+
"@types/chrome": "^0.1.24",
6060
"@types/github-script": "github:actions/github-script#v8.0.0",
6161
"@types/jest": "^30.0.0",
62-
"@types/jsdom": "^21.1.7",
63-
"@types/node": "^24.5.2",
64-
"@types/react": "^19.1.13",
65-
"@types/react-dom": "^19.1.9",
66-
"@types/webextension-polyfill": "^0.12.3",
62+
"@types/jsdom": "^27.0.0",
63+
"@types/node": "^24.8.1",
64+
"@types/react": "^19.2.2",
65+
"@types/react-dom": "^19.2.2",
66+
"@types/webextension-polyfill": "^0.12.4",
6767
"archiver": "^7.0.1",
6868
"autoprefixer": "^10.4.21",
69-
"dotenv": "^17.2.2",
70-
"esbuild": "^0.25.10",
69+
"dotenv": "^17.2.3",
70+
"esbuild": "^0.25.11",
7171
"esbuild-node-builtin": "^0.1.1",
7272
"esbuild-plugin-copy": "^2.1.1",
7373
"esbuild-style-plugin": "^1.6.3",
74-
"jest": "^30.1.3",
74+
"jest": "^30.2.0",
7575
"jest-chrome": "^0.8.0",
76-
"jest-environment-jsdom": "^30.1.2",
76+
"jest-environment-jsdom": "^30.2.0",
7777
"jest-expect-message": "^1.1.3",
7878
"jest-transform-stub": "^2.0.0",
79-
"jsdom": "^26.1.0",
79+
"jsdom": "^27.0.0",
8080
"postcss": "^8.5.6",
8181
"prettier": "^3.6.2",
8282
"react-scan": "^0.4.3",
8383
"sade": "^1.8.1",
84-
"tailwindcss": "^3.4.17",
84+
"tailwindcss": "^3.4.18",
8585
"tinyspy": "^4.0.4",
86-
"tsx": "^4.20.5",
87-
"typescript": "^5.9.2"
86+
"tsx": "^4.20.6",
87+
"typescript": "^5.9.3"
8888
},
8989
"engines": {
90-
"pnpm": "^10.12.4",
90+
"pnpm": "^10.18.3",
9191
"npm": "pnpm",
9292
"yarn": "pnpm",
9393
"node": "^24.8.0"
@@ -102,5 +102,5 @@
102102
}
103103
},
104104
"type": "module",
105-
"packageManager": "pnpm@10.17.1"
105+
"packageManager": "pnpm@10.18.3"
106106
}

0 commit comments

Comments
 (0)