Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 14, 2024
1 parent d481e88 commit 6af7674
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Set up qemu and binfmt (for arm64)
if: ${{ matrix.target.emulate }}
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.target.emulate }}

Expand Down
6 changes: 5 additions & 1 deletion cordis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- id: xh7rpr
name: '@cordisjs/plugin-webui'
- id: ks2osk
name: '@cordisjs/plugin-config'
name: '@cordisjs/plugin-manager'
- id: iyq73n
name: cordis/group
label: Satori
Expand All @@ -135,3 +135,7 @@
name: '@satorijs/plugin-database'
inject:
- satori
- id: 7f2qo8
name: '@satorijs/plugin-status'
inject:
- satori
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@satorijs/boilerplate",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"files": [
".env",
Expand Down Expand Up @@ -35,9 +35,9 @@
"yml-register": "^1.2.5"
},
"dependencies": {
"@cordisjs/plugin-config": "^2.8.6",
"@cordisjs/plugin-hmr": "^0.2.1",
"@cordisjs/plugin-http": "^0.4.2",
"@cordisjs/plugin-manager": "^0.1.0",
"@cordisjs/plugin-proxy-agent": "^0.3.0",
"@cordisjs/plugin-server": "^0.2.2",
"@cordisjs/plugin-webui": "^0.1.1",
Expand All @@ -49,6 +49,7 @@
"@satorijs/core": "^4.0.0",
"@satorijs/plugin-database": "^0.1.1",
"@satorijs/plugin-server": "^2.5.0",
"@satorijs/plugin-status": "^0.1.0",
"cordis": "^3.15.0",
"minato": "^3.3.0"
}
Expand Down

0 comments on commit 6af7674

Please sign in to comment.