Skip to content

Commit 507e0bc

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 905bd35 commit 507e0bc

7 files changed

Lines changed: 66 additions & 65 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v5
24+
uses: pnpm/action-setup@v6
2525
with:
2626
run_install: false
2727

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@v5
29+
uses: pnpm/action-setup@v6
3030
with:
3131
run_install: false
3232

.github/workflows/test-createx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v5
31+
uses: pnpm/action-setup@v6
3232
with:
3333
run_install: false
3434

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "8987040ede9553cea20c95ad40d0455930f9c8e0"
5+
"rev": "620536fa5277db4e3fd46772d5cbc1ea0696fb43"
66
}
77
},
88
"lib/openzeppelin-contracts": {

interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-hooks": "^7.1.1",
5555
"globals": "^17.5.0",
5656
"next-seo": "^7.2.0",
57-
"postcss": "^8.5.12",
57+
"postcss": "^8.5.13",
5858
"prettier": "^3.8.3",
5959
"prettier-plugin-tailwindcss": "^0.8.0",
6060
"tailwindcss": "^4.2.4",

0 commit comments

Comments
 (0)