Skip to content

Commit 491d4be

Browse files
authored
chore(deps): update dependencies (#1318)
1 parent 29a2e47 commit 491d4be

3 files changed

Lines changed: 574 additions & 690 deletions

File tree

biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -52,6 +52,7 @@
5252
"recommended": true,
5353
"noConsole": "warn",
5454
"noConstantBinaryExpressions": "error",
55+
"noSkippedTests": "info",
5556
"noUnassignedVariables": "error",
5657
"noUnknownAtRules": "off",
5758
"noImportCycles": "off"

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
"test:ci": "jest --reporters=default --reporters=github-actions"
2525
},
2626
"dependencies": {
27-
"@interledger/open-payments": "^7.3.0",
27+
"@interledger/open-payments": "^7.4.0",
2828
"@noble/ed25519": "^3.0.0",
2929
"@noble/hashes": "^2.0.1",
3030
"@radix-ui/react-tabs": "^1.1.13",
31-
"awilix": "^13.0.0",
31+
"awilix": "^13.0.3",
3232
"class-variance-authority": "^0.7.1",
3333
"crypto-browserify": "^3.12.1",
3434
"date-fns": "^4.1.0",
3535
"http-message-signatures": "^1.0.4",
3636
"httpbis-digest-headers": "^1.0.0",
3737
"iso8601-duration": "^2.1.3",
3838
"loglevel": "^1.9.2",
39-
"posthog-js": "^1.347.2",
39+
"posthog-js": "^1.360.1",
4040
"react": "^19.2.4",
4141
"react-dom": "^19.2.4",
4242
"safe-buffer": "5.2.1",
4343
"tailwind-merge": "^2.6.1",
44-
"valtio": "^2.3.0",
44+
"valtio": "^2.3.1",
4545
"webextension-polyfill": "^0.12.0",
4646
"wouter": "^3.9.0"
4747
},
4848
"devDependencies": {
49-
"@biomejs/biome": "2.4.0",
49+
"@biomejs/biome": "2.4.6",
5050
"@jgoz/esbuild-plugin-typecheck": "^4.0.4",
5151
"@jgoz/jest-esbuild": "^1.0.10",
5252
"@octokit/openapi-webhooks-types": "^12.1.0",
@@ -56,29 +56,29 @@
5656
"@testing-library/jest-dom": "^6.9.1",
5757
"@testing-library/react": "^16.3.2",
5858
"@types/archiver": "^7.0.0",
59-
"@types/chrome": "^0.1.36",
59+
"@types/chrome": "^0.1.37",
6060
"@types/github-script": "github:actions/github-script#v8.0.0",
6161
"@types/jest": "^30.0.0",
6262
"@types/jsdom": "^27.0.0",
63-
"@types/node": "^24.10.13",
63+
"@types/node": "^24.12.0",
6464
"@types/react": "^19.2.14",
6565
"@types/react-dom": "^19.2.3",
66-
"@types/webextension-polyfill": "^0.12.4",
66+
"@types/webextension-polyfill": "^0.12.5",
6767
"archiver": "^7.0.1",
68-
"autoprefixer": "^10.4.24",
68+
"autoprefixer": "^10.4.27",
6969
"esbuild": "^0.27.3",
7070
"esbuild-node-builtin": "^0.1.1",
7171
"esbuild-plugin-copy": "^2.1.1",
7272
"esbuild-style-plugin": "^1.6.3",
73-
"jest": "^30.2.0",
73+
"jest": "^30.3.0",
7474
"jest-chrome": "^0.8.0",
75-
"jest-environment-jsdom": "^30.2.0",
75+
"jest-environment-jsdom": "^30.3.0",
7676
"jest-expect-message": "^1.1.3",
7777
"jest-transform-stub": "^2.0.0",
7878
"jsdom": "27.3.0",
79-
"postcss": "^8.5.6",
79+
"postcss": "^8.5.8",
8080
"prettier": "^3.8.1",
81-
"react-scan": "^0.4.3",
81+
"react-scan": "^0.5.3",
8282
"sade": "^1.8.1",
8383
"tailwindcss": "^3.4.19",
8484
"tinyspy": "^4.0.4",
@@ -102,5 +102,5 @@
102102
}
103103
},
104104
"type": "module",
105-
"packageManager": "pnpm@10.29.3"
105+
"packageManager": "pnpm@10.32.1"
106106
}

0 commit comments

Comments
 (0)