Skip to content

Commit 23f61ba

Browse files
committed
Update dependency minor/patches
1 parent 296bc47 commit 23f61ba

File tree

7 files changed

+362
-409
lines changed

7 files changed

+362
-409
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@cloudflare/workers-types": "^4.20251011.0",
3232
"@shared/defines": "workspace:^",
3333
"@shared/types": "workspace:^",
34-
"typescript": "5.9.2",
34+
"typescript": "5.9.3",
3535
"wrangler": "^4.40.0"
3636
}
3737
}

cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"directory-tree": "^3.5.2",
2323
"esbuild": "0.25.10",
2424
"esbuild-plugin-copy": "^2.1.1",
25-
"typescript": "^5.9.2",
25+
"typescript": "^5.9.3",
2626
"wrangler": "^4.40.0"
2727
}
2828
}

components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {
16-
"@shared/types": "workspace:^",
1716
"@interledger/open-payments": "^7.1.3",
17+
"@shared/types": "workspace:^",
1818
"publisher-tools-api": "workspace:^",
19-
"typescript": "^5.9.2",
19+
"typescript": "^5.9.3",
2020
"vite": "^5.4.20"
2121
},
2222
"scripts": {

frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@shared/config-storage-service": "workspace:^",
2121
"@shared/probabilistic-revenue-share": "workspace:^",
2222
"@shared/utils": "workspace:^",
23-
"@tailwindcss/postcss": "^4.1.13",
23+
"@tailwindcss/postcss": "^4.1.17",
2424
"@tools/components": "workspace:*",
2525
"@typescript-eslint/parser": "^8.44.1",
2626
"autoprefixer": "^10.4.21",
@@ -31,14 +31,14 @@
3131
"httpbis-digest-headers": "^1.0.0",
3232
"isbot": "^4.4.0",
3333
"lit": "^3.3.1",
34-
"react": "^19.1.1",
34+
"react": "^19.2.0",
3535
"react-click-away-listener": "^2.4.0",
3636
"react-colorful": "^5.6.1",
37-
"react-dom": "^19.1.1",
38-
"react-minimal-pie-chart": "^9.1.1",
37+
"react-dom": "^19.2.0",
38+
"react-minimal-pie-chart": "^9.1.2",
3939
"react-router": "^7.9.5",
4040
"sanitize-html": "^2.17.0",
41-
"tailwindcss": "^3.4.17",
41+
"tailwindcss": "^3.4.18",
4242
"valtio": "^2.1.8",
4343
"zod": "^3.25.76"
4444
},
@@ -52,15 +52,15 @@
5252
"@tailwindcss/forms": "^0.5.10",
5353
"@types/he": "^1.2.3",
5454
"@types/node": "^24.6.0",
55-
"@types/react": "^19.1.13",
56-
"@types/react-dom": "^19.1.9",
55+
"@types/react": "^19.2.6",
56+
"@types/react-dom": "^19.2.3",
5757
"@types/sanitize-html": "^2.16.0",
5858
"@types/uuid": "^9.0.8",
5959
"eslint": "^9.36.0",
6060
"postcss": "^8.5.6",
6161
"publisher-tools-api": "workspace:^",
6262
"react-scan": "^0.4.3",
63-
"typescript": "5.9.2",
63+
"typescript": "5.9.3",
6464
"vite": "^7.2.2",
6565
"vite-tsconfig-paths": "^5.1.4",
6666
"wrangler": "^4.40.0"

localenv/s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typecheck": "tsc --noEmit"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.9.2",
12+
"typescript": "^5.9.3",
1313
"wrangler": "4.40.0"
1414
}
1515
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react": "^7.37.5",
2525
"globals": "^16.4.0",
2626
"prettier": "^3.6.2",
27-
"typescript": "5.9.2",
27+
"typescript": "5.9.3",
2828
"typescript-eslint": "^8.44.1"
2929
},
3030
"resolutions": {

0 commit comments

Comments
 (0)