mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
update dependencies (#3095)
This commit is contained in:
parent
ce862b5656
commit
e9222fc6f7
@ -2,7 +2,7 @@
|
||||
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" height="120" style="margin-bottom: 10px;">
|
||||
</p>
|
||||
|
||||
<h3 align="center" style="margin: 30px 0 35px;">Lightweight Mobile UI Components built on Vue</h3>
|
||||
<h3 align="center" style="margin: 30px 0 35px;">Mobile UI Components built on Vue</h3>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/npm/v/vant.svg?style=flat-square" alt="npm version" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="van-doc-intro">
|
||||
<img class="van-doc-intro__logo" src="//img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png">
|
||||
<h2>Vant</h2>
|
||||
<p>Lightweight Mobile UI Components built on Vue</p>
|
||||
<p>Mobile UI Components built on Vue</p>
|
||||
</div>
|
||||
|
||||
### Features
|
||||
|
@ -76,7 +76,7 @@ body {
|
||||
line-height: 56px;
|
||||
|
||||
.van-nav-bar__title {
|
||||
font-size: 18px;
|
||||
font-size: 17px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
|
@ -53,7 +53,7 @@ export default {
|
||||
},
|
||||
|
||||
description() {
|
||||
return this.$vantLang === 'zh-CN' ? '轻量、可靠的移动端 Vue 组件库' : 'Lightweight Mobile UI Components built on Vue';
|
||||
return this.$vantLang === 'zh-CN' ? '轻量、可靠的移动端 Vue 组件库' : 'Mobile UI Components built on Vue';
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -4,7 +4,7 @@ import enUS from '../../../packages/locale/lang/en-US';
|
||||
|
||||
const langMap = {
|
||||
'en-US': {
|
||||
title: 'Vant - Lightweight Mobile UI Components built on Vue',
|
||||
title: 'Vant - Mobile UI Components built on Vue',
|
||||
messages: enUS
|
||||
},
|
||||
'zh-CN': {
|
||||
|
26
package.json
26
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "1.6.12",
|
||||
"description": "Lightweight Mobile UI Components built on Vue",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"style": "lib/index.css",
|
||||
@ -58,7 +58,7 @@
|
||||
"author": "youzanfe",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.2",
|
||||
"@babel/runtime": "^7.4.3",
|
||||
"@vant/icons": "1.1.4",
|
||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
|
||||
"vue-lazyload": "1.2.3"
|
||||
@ -67,29 +67,29 @@
|
||||
"vue": ">= 2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/core": "^7.4.3",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/plugin-syntax-jsx": "^7.2.0",
|
||||
"@babel/plugin-transform-object-assign": "^7.0.0",
|
||||
"@babel/plugin-transform-runtime": "^7.3.4",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/preset-env": "^7.4.2",
|
||||
"@babel/plugin-transform-runtime": "^7.4.3",
|
||||
"@babel/polyfill": "^7.4.3",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@babel/preset-typescript": "^7.3.3",
|
||||
"@types/jest": "^24.0.11",
|
||||
"@vant/doc": "^1.0.24",
|
||||
"@vant/doc": "^1.0.25",
|
||||
"@vant/eslint-config": "^1.1.2",
|
||||
"@vant/markdown-loader": "^1.0.3",
|
||||
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
|
||||
"@vue/server-test-utils": "^1.0.0-beta.29",
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
"autoprefixer": "^9.5.0",
|
||||
"babel-jest": "^24.5.0",
|
||||
"babel-jest": "^24.7.1",
|
||||
"babel-loader": "^8.0.4",
|
||||
"codecov": "^3.2.0",
|
||||
"codecov": "^3.3.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"dependency-tree": "^7.0.2",
|
||||
"eslint": "^5.15.2",
|
||||
"eslint": "^5.16.0",
|
||||
"fast-glob": "^2.2.4",
|
||||
"gh-pages": "^2.0.1",
|
||||
"gulp": "3.9.1",
|
||||
@ -98,7 +98,7 @@
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "^1.2.1",
|
||||
"jest": "^24.5.0",
|
||||
"jest": "^24.7.1",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"less": "^3.8.1",
|
||||
"less-loader": "^4.1.0",
|
||||
@ -113,8 +113,8 @@
|
||||
"style-loader": "^0.23.1",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"ts-jest": "^24.0.0",
|
||||
"typescript": "^3.3.3333",
|
||||
"ts-jest": "^24.0.1",
|
||||
"typescript": "^3.4.1",
|
||||
"uppercamelcase": "^3.0.0",
|
||||
"url-loader": "^1.1.2",
|
||||
"vue": "2.6.10",
|
||||
|
Loading…
x
Reference in New Issue
Block a user