Skip to content

Commit b256c1b

Browse files
authored
chore(deps): update dependencies (#1102)
1 parent e2b9d45 commit b256c1b

3 files changed

Lines changed: 587 additions & 861 deletions

File tree

docs/testing/testplan.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ This section lists examples of websites and Web Monetization compatible wallet a
9090
If you want to test the Web Monetization extension using real money, and you have a Fynbos US wallet connected to your extension, then you have two options:
9191

9292
1. Visit and pay any of these monetized websites:
93-
9493
- [jeremiahLee.com](https://jeremiahLee.com)
9594
- [lifebe.com.au](https://lifebe.com.au/)
9695
- [storytogo.ca/classroom](https://storytogo.ca/classroom/)
@@ -123,7 +122,6 @@ If you want to test the Web Monetization extension using real money, and you hav
123122
If you want to test the Web Monetization extension using real money, and you have a GateHub wallet connected to your extension, then you have two options:
124123

125124
1. Visit and pay these monetized websites:
126-
127125
- [storytogo.ca](https://storytogo.ca)
128126
- [roamancing.com](https://roamancing.com)
129127

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"@biomejs/biome": "1.9.4",
5151
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
5252
"@jgoz/jest-esbuild": "^1.0.9",
53-
"@playwright/test": "^1.52.0",
53+
"@playwright/test": "^1.53.1",
5454
"@tailwindcss/forms": "^0.5.10",
5555
"@testing-library/jest-dom": "^6.6.3",
5656
"@testing-library/react": "^16.3.0",
5757
"@types/archiver": "^6.0.3",
5858
"@types/chrome": "^0.0.326",
5959
"@types/github-script": "github:actions/github-script",
60-
"@types/jest": "^29.5.14",
60+
"@types/jest": "^30.0.0",
6161
"@types/jsdom": "^21.1.7",
62-
"@types/node": "^22.15.31",
63-
"@types/react": "^19.1.7",
62+
"@types/node": "^22.15.32",
63+
"@types/react": "^19.1.8",
6464
"@types/react-dom": "^19.1.6",
6565
"@types/webextension-polyfill": "^0.12.3",
6666
"archiver": "^7.0.1",
@@ -70,19 +70,19 @@
7070
"esbuild-node-builtin": "^0.1.1",
7171
"esbuild-plugin-copy": "^2.1.1",
7272
"esbuild-style-plugin": "^1.6.3",
73-
"jest": "^30.0.0",
73+
"jest": "^30.0.2",
7474
"jest-chrome": "^0.8.0",
75-
"jest-environment-jsdom": "^30.0.0",
75+
"jest-environment-jsdom": "^30.0.2",
7676
"jest-expect-message": "^1.1.3",
7777
"jest-transform-stub": "^2.0.0",
7878
"jsdom": "^26.1.0",
79-
"postcss": "^8.5.4",
80-
"prettier": "^3.5.3",
79+
"postcss": "^8.5.6",
80+
"prettier": "^3.6.0",
8181
"react-scan": "^0.3.4",
8282
"sade": "^1.8.1",
8383
"tailwindcss": "^3.4.17",
8484
"tinyspy": "^4.0.3",
85-
"tsx": "^4.19.4",
85+
"tsx": "^4.20.3",
8686
"typescript": "^5.8.3"
8787
},
8888
"engines": {
@@ -101,5 +101,5 @@
101101
}
102102
},
103103
"type": "module",
104-
"packageManager": "pnpm@10.12.1"
104+
"packageManager": "pnpm@10.12.2"
105105
}

0 commit comments

Comments
 (0)