Skip to content

Commit f204f1a

Browse files
authored
chore(deps): update dependencies (#1350)
1 parent a7a606f commit f204f1a

2 files changed

Lines changed: 408 additions & 409 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@interledger/open-payments": "^7.4.0",
28-
"@noble/ed25519": "^3.0.0",
29-
"@noble/hashes": "^2.0.1",
28+
"@noble/ed25519": "^3.1.0",
29+
"@noble/hashes": "^2.2.0",
3030
"@radix-ui/react-tabs": "^1.1.13",
3131
"awilix": "^13.0.3",
3232
"class-variance-authority": "^0.7.1",
@@ -36,9 +36,9 @@
3636
"httpbis-digest-headers": "^1.0.0",
3737
"iso8601-duration": "^2.1.3",
3838
"loglevel": "^1.9.2",
39-
"posthog-js": "^1.360.1",
40-
"react": "^19.2.4",
41-
"react-dom": "^19.2.4",
39+
"posthog-js": "^1.368.2",
40+
"react": "^19.2.5",
41+
"react-dom": "^19.2.5",
4242
"safe-buffer": "5.2.1",
4343
"tailwind-merge": "^2.6.1",
4444
"valtio": "^2.3.1",
@@ -50,23 +50,23 @@
5050
"@jgoz/esbuild-plugin-typecheck": "^4.0.4",
5151
"@jgoz/jest-esbuild": "^1.0.10",
5252
"@octokit/openapi-webhooks-types": "^12.1.0",
53-
"@playwright/test": "^1.58.2",
53+
"@playwright/test": "^1.59.1",
5454
"@tailwindcss/container-queries": "^0.1.1",
5555
"@tailwindcss/forms": "^0.5.11",
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.37",
59+
"@types/chrome": "^0.1.40",
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.12.0",
63+
"@types/node": "^24.12.2",
6464
"@types/react": "^19.2.14",
6565
"@types/react-dom": "^19.2.3",
6666
"@types/webextension-polyfill": "^0.12.5",
6767
"archiver": "^7.0.1",
68-
"autoprefixer": "^10.4.27",
69-
"esbuild": "^0.27.3",
68+
"autoprefixer": "^10.5.0",
69+
"esbuild": "^0.28.0",
7070
"esbuild-node-builtin": "^0.1.1",
7171
"esbuild-plugin-copy": "^2.1.1",
7272
"esbuild-style-plugin": "^1.6.3",
@@ -76,8 +76,8 @@
7676
"jest-expect-message": "^1.1.3",
7777
"jest-transform-stub": "^2.0.0",
7878
"jsdom": "27.3.0",
79-
"postcss": "^8.5.8",
80-
"prettier": "^3.8.1",
79+
"postcss": "^8.5.9",
80+
"prettier": "^3.8.2",
8181
"react-scan": "^0.5.3",
8282
"sade": "^1.8.1",
8383
"tailwindcss": "^3.4.19",
@@ -102,5 +102,5 @@
102102
}
103103
},
104104
"type": "module",
105-
"packageManager": "pnpm@10.32.1"
105+
"packageManager": "pnpm@10.33.0"
106106
}

0 commit comments

Comments
 (0)