Skip to content

Commit 95d98b7

Browse files
authored
chore(deps): update dependencies (#1150)
1 parent 1113be3 commit 95d98b7

3 files changed

Lines changed: 694 additions & 703 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.1.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,42 +38,42 @@
3838
"httpbis-digest-headers": "^1.0.0",
3939
"iso8601-duration": "^2.1.2",
4040
"loglevel": "^1.9.2",
41-
"react": "^19.1.0",
42-
"react-dom": "^19.1.0",
41+
"react": "^19.1.1",
42+
"react-dom": "^19.1.1",
4343
"safe-buffer": "5.2.1",
4444
"tailwind-merge": "^2.6.0",
4545
"valtio": "^2.1.5",
4646
"webextension-polyfill": "^0.12.0",
4747
"wouter": "^3.7.1"
4848
},
4949
"devDependencies": {
50-
"@biomejs/biome": "2.1.2",
50+
"@biomejs/biome": "2.1.3",
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.53.2",
54+
"@playwright/test": "^1.54.2",
5555
"@tailwindcss/forms": "^0.5.10",
56-
"@testing-library/jest-dom": "^6.6.3",
56+
"@testing-library/jest-dom": "^6.6.4",
5757
"@testing-library/react": "^16.3.0",
5858
"@types/archiver": "^6.0.3",
59-
"@types/chrome": "^0.0.329",
59+
"@types/chrome": "^0.1.1",
6060
"@types/github-script": "github:actions/github-script",
6161
"@types/jest": "^30.0.0",
6262
"@types/jsdom": "^21.1.7",
63-
"@types/node": "^22.15.32",
64-
"@types/react": "^19.1.8",
65-
"@types/react-dom": "^19.1.6",
63+
"@types/node": "^22.17.0",
64+
"@types/react": "^19.1.9",
65+
"@types/react-dom": "^19.1.7",
6666
"@types/webextension-polyfill": "^0.12.3",
6767
"archiver": "^7.0.1",
6868
"autoprefixer": "^10.4.21",
69-
"dotenv": "^17.1.0",
70-
"esbuild": "^0.25.6",
69+
"dotenv": "^17.2.1",
70+
"esbuild": "^0.25.8",
7171
"esbuild-node-builtin": "^0.1.1",
7272
"esbuild-plugin-copy": "^2.1.1",
7373
"esbuild-style-plugin": "^1.6.3",
74-
"jest": "^30.0.4",
74+
"jest": "^30.0.5",
7575
"jest-chrome": "^0.8.0",
76-
"jest-environment-jsdom": "^30.0.4",
76+
"jest-environment-jsdom": "^30.0.5",
7777
"jest-expect-message": "^1.1.3",
7878
"jest-transform-stub": "^2.0.0",
7979
"jsdom": "^26.1.0",
@@ -84,7 +84,7 @@
8484
"tailwindcss": "^3.4.17",
8585
"tinyspy": "^4.0.3",
8686
"tsx": "^4.20.3",
87-
"typescript": "^5.8.3"
87+
"typescript": "^5.9.2"
8888
},
8989
"engines": {
9090
"pnpm": "^10.12.4",
@@ -102,5 +102,5 @@
102102
}
103103
},
104104
"type": "module",
105-
"packageManager": "pnpm@10.12.4"
105+
"packageManager": "pnpm@10.14.0"
106106
}

0 commit comments

Comments
 (0)