Skip to content

Commit 37a2f2d

Browse files
committed
Merge branch 'main' of github.com:dev-protocol/clubs-plugin-payments
2 parents 5f57ff2 + d504bf4 commit 37a2f2d

File tree

5 files changed

+874
-827
lines changed

5 files changed

+874
-827
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
corepack enable
2828
yarn install
2929
yarn run build
30-
- uses: JS-DevTools/npm-publish@v3
30+
- uses: JS-DevTools/npm-publish@v4
3131
with:
3232
token: ${{ secrets.NPM_TOKEN }}

.yarn/releases/yarn-4.9.4.cjs renamed to .yarn/releases/yarn-4.10.3.cjs

Lines changed: 330 additions & 330 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.4.cjs
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
},
4141
"devDependencies": {
4242
"@astrojs/check": "0.9.4",
43-
"@astrojs/svelte": "7.1.1",
43+
"@astrojs/svelte": "7.2.0",
4444
"@astrojs/tailwind": "6.0.2",
4545
"@astrojs/vue": "5.1.1",
4646
"@devprotocol/clubs-core": "3.28.0",
47-
"@devprotocol/clubs-plugin-passports": "0.11.5",
47+
"@devprotocol/clubs-plugin-passports": "0.14.6",
4848
"@eslint/js": "^9.13.0",
4949
"@rollup/plugin-typescript": "^12.1.1",
5050
"@tailwindcss/typography": "^0.5.15",
5151
"@types/dotenv": "8.2.3",
5252
"@types/eslint__js": "^9.0.0",
5353
"@types/node": "^22.0.0",
54-
"@types/react": "19.1.12",
55-
"@types/react-dom": "19.1.9",
56-
"@types/uuid": "^10.0.0",
57-
"astro": "5.13.7",
58-
"dotenv": "17.2.2",
54+
"@types/react": "19.2.1",
55+
"@types/react-dom": "19.2.0",
56+
"@types/uuid": "^11.0.0",
57+
"astro": "5.14.1",
58+
"dotenv": "17.2.3",
5959
"eslint": "^9.13.0",
6060
"eslint-config-prettier": "^10.0.0",
6161
"eslint-plugin-functional": "^9.0.0",
@@ -68,14 +68,14 @@
6868
"prettier-plugin-tailwindcss": "0.6.14",
6969
"rollup": "^4.24.2",
7070
"rollup-plugin-dts": "^6.1.1",
71-
"sass": "1.92.1",
72-
"svelte": "5.38.9",
71+
"sass": "1.93.2",
72+
"svelte": "5.39.9",
7373
"svelte-check": "^4.0.0",
74-
"tailwindcss": "4.1.13",
75-
"typescript": "5.9.2",
74+
"tailwindcss": "4.1.14",
75+
"typescript": "5.9.3",
7676
"typescript-eslint": "^8.11.0",
7777
"vitest": "1.6.1",
78-
"vue": "3.5.21",
78+
"vue": "3.5.22",
7979
"vue-tsc": "^3.0.0"
8080
},
8181
"dependencies": {
@@ -85,19 +85,19 @@
8585
"@types/ramda": "^0.31.0",
8686
"bignumber.js": "9.3.1",
8787
"cross-fetch": "^4.0.0",
88-
"crypto-hash": "^3.0.0",
88+
"crypto-hash": "^4.0.0",
8989
"jsonwebtoken": "^9.0.2",
9090
"ramda": "0.31.3",
9191
"redis": "4.7.0",
9292
"rimraf": "^6.0.1"
9393
},
9494
"peerDependencies": {
9595
"@devprotocol/clubs-core": "^3.27.0",
96-
"@devprotocol/clubs-plugin-passports": "^0.1.0-beta.36 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.11.0",
96+
"@devprotocol/clubs-plugin-passports": "^0.1.0-beta.36 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.11.0 || ^0.13.0 || ^0.14.0",
9797
"ethers": "^6.0.0"
9898
},
9999
"repository": "https://github.com/dev-protocol/clubs-plugin-payments.git",
100100
"author": "",
101101
"license": "PolyForm Perimeter License 1.0.0",
102-
"packageManager": "yarn@4.9.4"
102+
"packageManager": "yarn@4.10.3"
103103
}

0 commit comments

Comments
 (0)