chore: bump dep + minor ui fixes
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
</tippy>
|
</tippy>
|
||||||
</span>
|
</span>
|
||||||
<ButtonSecondary
|
<ButtonSecondary
|
||||||
class="rounded-r-none rounded-l ml-2"
|
class="rounded rounded-r-none ml-2"
|
||||||
:label="
|
:label="
|
||||||
windowInnerWidth.x.value >= 768 && COLUMN_LAYOUT
|
windowInnerWidth.x.value >= 768 && COLUMN_LAYOUT
|
||||||
? `${$t('request.save')}`
|
? `${$t('request.save')}`
|
||||||
@@ -150,7 +150,11 @@
|
|||||||
arrow
|
arrow
|
||||||
>
|
>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<ButtonSecondary svg="chevron-down" filled class="rounded-r" />
|
<ButtonSecondary
|
||||||
|
svg="chevron-down"
|
||||||
|
filled
|
||||||
|
class="rounded rounded-l-none"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
<input
|
<input
|
||||||
id="request-name"
|
id="request-name"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
"@nuxtjs/toast": "^3.3.1",
|
"@nuxtjs/toast": "^3.3.1",
|
||||||
"acorn": "^8.5.0",
|
"acorn": "^8.5.0",
|
||||||
"acorn-walk": "^8.2.0",
|
"acorn-walk": "^8.2.0",
|
||||||
"axios": "^0.23.0",
|
"axios": "^0.24.0",
|
||||||
"codemirror": "^5.63.3",
|
"codemirror": "^5.63.3",
|
||||||
"codemirror-theme-github": "^1.0.0",
|
"codemirror-theme-github": "^1.0.0",
|
||||||
"core-js": "^3.19.0",
|
"core-js": "^3.19.0",
|
||||||
|
|||||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -51,7 +51,7 @@ importers:
|
|||||||
'@vue/test-utils': ^1.2.2
|
'@vue/test-utils': ^1.2.2
|
||||||
acorn: ^8.5.0
|
acorn: ^8.5.0
|
||||||
acorn-walk: ^8.2.0
|
acorn-walk: ^8.2.0
|
||||||
axios: ^0.23.0
|
axios: ^0.24.0
|
||||||
babel-core: ^7.0.0-bridge.0
|
babel-core: ^7.0.0-bridge.0
|
||||||
babel-jest: ^27.3.1
|
babel-jest: ^27.3.1
|
||||||
codemirror: ^5.63.3
|
codemirror: ^5.63.3
|
||||||
@@ -120,7 +120,7 @@ importers:
|
|||||||
'@nuxtjs/toast': 3.3.1
|
'@nuxtjs/toast': 3.3.1
|
||||||
acorn: 8.5.0
|
acorn: 8.5.0
|
||||||
acorn-walk: 8.2.0
|
acorn-walk: 8.2.0
|
||||||
axios: 0.23.0
|
axios: 0.24.0
|
||||||
codemirror: 5.63.3
|
codemirror: 5.63.3
|
||||||
codemirror-theme-github: 1.0.0
|
codemirror-theme-github: 1.0.0
|
||||||
core-js: 3.19.0
|
core-js: 3.19.0
|
||||||
@@ -5928,8 +5928,8 @@ packages:
|
|||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/axios/0.23.0:
|
/axios/0.24.0:
|
||||||
resolution: {integrity: sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==}
|
resolution: {integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.14.5
|
follow-redirects: 1.14.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user