forked from mirrors/homebox
update
This commit is contained in:
parent
7f3138c1f9
commit
43fbc2fb68
2 changed files with 0 additions and 9 deletions
2
.github/workflows/go.yaml
vendored
2
.github/workflows/go.yaml
vendored
|
@ -5,12 +5,10 @@ on:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "client/**/*.ts"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "client/**/*.ts"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Go:
|
Go:
|
||||||
|
|
|
@ -16,7 +16,6 @@ specifiers:
|
||||||
tailwindcss: ^3.1.8
|
tailwindcss: ^3.1.8
|
||||||
vitest: ^0.22.1
|
vitest: ^0.22.1
|
||||||
vue: ^3.2.38
|
vue: ^3.2.38
|
||||||
vue-multiselect: 3.0.0-alpha.2
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/vue': 3.2.1_vue@3.2.38
|
'@iconify/vue': 3.2.1_vue@3.2.38
|
||||||
|
@ -32,7 +31,6 @@ dependencies:
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
tailwindcss: 3.1.8_postcss@8.4.16
|
tailwindcss: 3.1.8_postcss@8.4.16
|
||||||
vue: 3.2.38
|
vue: 3.2.38
|
||||||
vue-multiselect: 3.0.0-alpha.2
|
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
nuxt: 3.0.0-rc.8
|
nuxt: 3.0.0-rc.8
|
||||||
|
@ -5682,11 +5680,6 @@ packages:
|
||||||
vue: 3.2.38
|
vue: 3.2.38
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue-multiselect/3.0.0-alpha.2:
|
|
||||||
resolution: {integrity: sha512-Xp9fGJECns45v+v8jXbCIsAkCybYkEg0lNwr7Z6HDUSMyx2TEIK2giipPE+qXiShEc1Ipn+ZtttH2iq9hwXP4Q==}
|
|
||||||
engines: {node: '>= 4.0.0', npm: '>= 3.0.0'}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vue-router/4.1.5_vue@3.2.38:
|
/vue-router/4.1.5_vue@3.2.38:
|
||||||
resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==}
|
resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|
Loading…
Reference in a new issue