chore(deps): bump
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
readonly
|
||||
:value="entry.url"
|
||||
:placeholder="$t('empty_req_name')"
|
||||
class="input cursor-pointer text-sm bg-transparent"
|
||||
class="cursor-pointer text-sm input !bg-transparent"
|
||||
@click="$emit('use-entry')"
|
||||
/>
|
||||
</li>
|
||||
@@ -83,7 +83,7 @@
|
||||
type="text"
|
||||
readonly
|
||||
:value="`${line}`"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="text-sm input !bg-transparent !mt-0 !text-secondaryLight !pt-0"
|
||||
/>
|
||||
</li>
|
||||
</div>
|
||||
@@ -96,7 +96,14 @@
|
||||
type="text"
|
||||
readonly
|
||||
:value="entry.time"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="
|
||||
text-sm
|
||||
input
|
||||
!bg-transparent
|
||||
!mt-0
|
||||
!text-secondaryLight
|
||||
!pt-0
|
||||
"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
@@ -106,7 +113,14 @@
|
||||
readonly
|
||||
:value="`Duration: ${entry.duration}ms`"
|
||||
:placeholder="$t('no_duration')"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="
|
||||
text-sm
|
||||
input
|
||||
!bg-transparent
|
||||
!mt-0
|
||||
!text-secondaryLight
|
||||
!pt-0
|
||||
"
|
||||
/>
|
||||
</li>
|
||||
<!-- <li>
|
||||
@@ -116,7 +130,7 @@
|
||||
readonly
|
||||
:value="entry.preRequestScript"
|
||||
:placeholder="$t('no_prerequest_script')"
|
||||
class="pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="bg-transparent mt-0 text-sm text-secondaryLight pt-0"
|
||||
/>
|
||||
</li> -->
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div class="show-on-large-screen">
|
||||
<span
|
||||
class="p-2 m-2 truncate inline-flex cursor-pointer items-center text-sm"
|
||||
class="cursor-pointer m-2 text-sm p-2 truncate inline-flex items-center"
|
||||
:class="entryStatus.className"
|
||||
:style="{ '--status-code': entry.status }"
|
||||
@click="$emit('use-entry')"
|
||||
@@ -16,7 +16,7 @@
|
||||
readonly
|
||||
:value="entry.name"
|
||||
:placeholder="$t('empty_req_name')"
|
||||
class="input cursor-pointer text-sm bg-transparent"
|
||||
class="cursor-pointer text-sm input !bg-transparent"
|
||||
@click="$emit('use-entry')"
|
||||
/>
|
||||
</li>
|
||||
@@ -89,7 +89,7 @@
|
||||
readonly
|
||||
:value="`${entry.url}${entry.path}`"
|
||||
:placeholder="$t('no_url')"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="text-sm input !bg-transparent !mt-0 !text-secondaryLight !pt-0"
|
||||
/>
|
||||
</li>
|
||||
</div>
|
||||
@@ -102,7 +102,14 @@
|
||||
type="text"
|
||||
readonly
|
||||
:value="entry.time"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="
|
||||
text-sm
|
||||
input
|
||||
!bg-transparent
|
||||
!mt-0
|
||||
!text-secondaryLight
|
||||
!pt-0
|
||||
"
|
||||
/>
|
||||
</li>
|
||||
<li>
|
||||
@@ -111,7 +118,14 @@
|
||||
type="text"
|
||||
readonly
|
||||
:value="duration"
|
||||
class="input pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="
|
||||
text-sm
|
||||
input
|
||||
!bg-transparent
|
||||
!mt-0
|
||||
!text-secondaryLight
|
||||
!pt-0
|
||||
"
|
||||
/>
|
||||
</li>
|
||||
<!-- <li>
|
||||
@@ -121,7 +135,7 @@
|
||||
readonly
|
||||
:value="entry.preRequestScript"
|
||||
:placeholder="$t('no_prerequest_script')"
|
||||
class="pt-0 mt-0 text-sm bg-transparent text-secondaryLight"
|
||||
class="bg-transparent mt-0 text-sm text-secondaryLight pt-0"
|
||||
/>
|
||||
</li> -->
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<input
|
||||
:value="`${key} → ${value}`"
|
||||
:name="key"
|
||||
class="input bg-transparent"
|
||||
class="input !bg-transparent"
|
||||
readonly
|
||||
/>
|
||||
</p>
|
||||
|
||||
1172
package-lock.json
generated
1172
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -34,7 +34,7 @@
|
||||
"acorn-walk": "^8.1.1",
|
||||
"core-js": "^3.15.2",
|
||||
"esprima": "^4.0.1",
|
||||
"firebase": "^8.7.1",
|
||||
"firebase": "^8.8.0",
|
||||
"graphql": "^15.5.1",
|
||||
"graphql-language-service-interface": "^2.8.4",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -57,10 +57,10 @@
|
||||
"yargs-parser": "^20.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@commitlint/cli": "^12.0.1",
|
||||
"@commitlint/config-conventional": "^12.0.1",
|
||||
"@babel/core": "^7.14.8",
|
||||
"@babel/preset-env": "^7.14.8",
|
||||
"@commitlint/cli": "^13.1.0",
|
||||
"@commitlint/config-conventional": "^13.1.0",
|
||||
"@nuxt/types": "^2.15.7",
|
||||
"@nuxt/typescript-build": "^2.1.0",
|
||||
"@nuxtjs/color-mode": "^2.0.10",
|
||||
@@ -73,7 +73,7 @@
|
||||
"@nuxtjs/stylelint-module": "^4.0.0",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@types/lodash": "^4.14.171",
|
||||
"@vue/test-utils": "^1.2.1",
|
||||
"@vue/test-utils": "^1.2.2",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^27.0.6",
|
||||
"eslint": "^7.31.0",
|
||||
@@ -84,17 +84,17 @@
|
||||
"husky": "^7.0.1",
|
||||
"jest": "^27.0.6",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"lint-staged": "^11.0.1",
|
||||
"nuxt-windicss": "^1.1.3",
|
||||
"lint-staged": "^11.1.1",
|
||||
"nuxt-windicss": "^1.2.1",
|
||||
"prettier": "^2.3.2",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"sass": "^1.35.2",
|
||||
"sass": "^1.36.0",
|
||||
"sass-loader": "^10.2.0",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"ts-jest": "^27.0.3",
|
||||
"ts-jest": "^27.0.4",
|
||||
"vue-jest": "^3.0.7",
|
||||
"worker-loader": "^3.0.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user