Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/testing/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ This section lists examples of websites and Web Monetization compatible wallet a
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:

1. Visit and pay any of these monetized websites:

- [jeremiahLee.com](https://jeremiahLee.com)
- [lifebe.com.au](https://lifebe.com.au/)
- [storytogo.ca/classroom](https://storytogo.ca/classroom/)
Expand Down Expand Up @@ -123,7 +122,6 @@ If you want to test the Web Monetization extension using real money, and you hav
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:

1. Visit and pay these monetized websites:

- [storytogo.ca](https://storytogo.ca)
- [roamancing.com](https://roamancing.com)

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@biomejs/biome": "1.9.4",
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
"@jgoz/jest-esbuild": "^1.0.9",
"@playwright/test": "^1.52.0",
"@playwright/test": "^1.53.1",
"@tailwindcss/forms": "^0.5.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/archiver": "^6.0.3",
"@types/chrome": "^0.0.326",
"@types/github-script": "github:actions/github-script",
"@types/jest": "^29.5.14",
"@types/jest": "^30.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.31",
"@types/react": "^19.1.7",
"@types/node": "^22.15.32",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/webextension-polyfill": "^0.12.3",
"archiver": "^7.0.1",
Expand All @@ -70,19 +70,19 @@
"esbuild-node-builtin": "^0.1.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.3",
"jest": "^30.0.0",
"jest": "^30.0.2",
"jest-chrome": "^0.8.0",
"jest-environment-jsdom": "^30.0.0",
"jest-environment-jsdom": "^30.0.2",
"jest-expect-message": "^1.1.3",
"jest-transform-stub": "^2.0.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.4",
"prettier": "^3.5.3",
"postcss": "^8.5.6",
"prettier": "^3.6.0",
"react-scan": "^0.3.4",
"sade": "^1.8.1",
"tailwindcss": "^3.4.17",
"tinyspy": "^4.0.3",
"tsx": "^4.19.4",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"engines": {
Expand All @@ -101,5 +101,5 @@
}
},
"type": "module",
"packageManager": "pnpm@10.12.1"
"packageManager": "pnpm@10.12.2"
}
Loading