Compare commits

..

6 Commits

Author SHA1 Message Date
4ca45c1ad3 Update dependency tailwindcss to v3.4.15
All checks were successful
PR build / build-wasm (pull_request) Successful in 13s
PR build / build-react (pull_request) Successful in 45s
PR build / merge (pull_request) Successful in 8s
Build and deploy / build-wasm (push) Successful in 14s
Build and deploy / build-react (push) Successful in 43s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-14 19:07:32 +00:00
bed24d7501 Update dependency postcss to v8.4.49
All checks were successful
PR build / build-wasm (pull_request) Successful in 14s
PR build / build-react (pull_request) Successful in 48s
PR build / merge (pull_request) Successful in 12s
Build and deploy / build-wasm (push) Successful in 14s
Build and deploy / build-react (push) Successful in 43s
Build and deploy / merge (push) Successful in 8s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 5s
2024-11-11 20:05:31 +00:00
37497b49a4 Lock file maintenance
All checks were successful
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 40s
Build and deploy / merge (push) Successful in 8s
Build and deploy / Pin to cluster node (push) Successful in 6s
Build and deploy / Update OVH DNS (push) Successful in 5s
PR build / build-wasm (pull_request) Successful in 11s
PR build / build-react (pull_request) Successful in 41s
PR build / merge (pull_request) Successful in 7s
2024-11-11 00:10:23 +00:00
ddaa9350cb Update dependency postcss to v8.4.48
All checks were successful
PR build / build-wasm (pull_request) Successful in 16s
PR build / build-react (pull_request) Successful in 46s
PR build / merge (pull_request) Successful in 7s
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 44s
Build and deploy / merge (push) Successful in 10s
Build and deploy / Pin to cluster node (push) Successful in 4s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-10 22:08:16 +00:00
bc6f87139c Update gitea.bruyant.xyz/alexandre/ipfs-node-pin Docker tag to v1.0.2
All checks were successful
PR build / build-wasm (pull_request) Successful in 12s
PR build / build-react (pull_request) Successful in 42s
PR build / merge (pull_request) Successful in 6s
Build and deploy / build-wasm (push) Successful in 10s
Build and deploy / build-react (push) Successful in 40s
Build and deploy / merge (push) Successful in 9s
Build and deploy / Pin to cluster node (push) Successful in 3s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-09 16:05:03 +00:00
88df0e5a7d Update dependency typescript to v4.9.5
All checks were successful
PR build / build-wasm (pull_request) Successful in 12s
PR build / build-react (pull_request) Successful in 45s
PR build / merge (pull_request) Successful in 6s
Build and deploy / build-wasm (push) Successful in 13s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 3s
Build and deploy / Update OVH DNS (push) Successful in 4s
2024-11-09 13:51:22 +00:00
3 changed files with 8507 additions and 6755 deletions

View File

@ -63,13 +63,13 @@ jobs:
working_directory: "./client" working_directory: "./client"
steps: steps:
- name: Download React app - name: Download React app
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: react-app name: react-app
path: app path: app
- name: Download WASM program - name: Download WASM program
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: wasm name: wasm
path: app path: app
@ -89,14 +89,14 @@ jobs:
outputs: outputs:
cid: ${{ steps.pin.outputs.cid }} cid: ${{ steps.pin.outputs.cid }}
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
with: with:
name: react-app-wasm name: react-app-wasm
path: app path: app
- name: pin - name: pin
id: pin id: pin
uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.1 uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.2
with: with:
ipfs_host: "ipfs-api.ipfs.svc" ipfs_host: "ipfs-api.ipfs.svc"
ipfs_port: "5001" ipfs_port: "5001"

View File

@ -62,13 +62,13 @@ jobs:
working_directory: "./client" working_directory: "./client"
steps: steps:
- name: Download React app - name: Download React app
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: react-app name: react-app
path: app path: app
- name: Download WASM program - name: Download WASM program
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: wasm name: wasm
path: app path: app

15178
client/package-lock.json generated

File diff suppressed because it is too large Load Diff