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