Skip to content

Commit fea3dd1

Browse files
committed
Merge remote-tracking branch 'origin/main' into cart
2 parents 3b6d094 + 589ba5e commit fea3dd1

File tree

4 files changed

+600
-520
lines changed

4 files changed

+600
-520
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: yarn install, and build

package.json

Lines changed: 10 additions & 10 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.0",
43+
"@astrojs/svelte": "7.1.1",
4444
"@astrojs/tailwind": "6.0.2",
45-
"@astrojs/vue": "5.1.0",
45+
"@astrojs/vue": "5.1.1",
4646
"@devprotocol/clubs-core": "3.28.0",
47-
"@devprotocol/clubs-plugin-passports": "0.9.0-alpha.3",
47+
"@devprotocol/clubs-plugin-passports": "0.9.0-alpha.7",
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",
5454
"@types/react": "19.1.12",
55-
"@types/react-dom": "19.1.8",
55+
"@types/react-dom": "19.1.9",
5656
"@types/uuid": "^10.0.0",
57-
"astro": "5.13.4",
58-
"dotenv": "17.2.1",
57+
"astro": "5.13.7",
58+
"dotenv": "17.2.2",
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.91.0",
72-
"svelte": "5.38.5",
71+
"sass": "1.92.1",
72+
"svelte": "5.38.8",
7373
"svelte-check": "^4.0.0",
74-
"tailwindcss": "4.1.12",
74+
"tailwindcss": "4.1.13",
7575
"typescript": "5.9.2",
7676
"typescript-eslint": "^8.11.0",
7777
"vitest": "1.6.1",
78-
"vue": "3.5.20",
78+
"vue": "3.5.21",
7979
"vue-tsc": "^3.0.0"
8080
},
8181
"dependencies": {

0 commit comments

Comments
 (0)