update dependencies (#3095)

This commit is contained in:
neverland 2019-04-04 18:50:32 +08:00 committed by GitHub
parent ce862b5656
commit e9222fc6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 553 additions and 404 deletions

View File

@ -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;"> <img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" height="120" style="margin-bottom: 10px;">
</p> </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"> <p align="center">
<img src="https://img.shields.io/npm/v/vant.svg?style=flat-square" alt="npm version" /> <img src="https://img.shields.io/npm/v/vant.svg?style=flat-square" alt="npm version" />

View File

@ -1,7 +1,7 @@
<div class="van-doc-intro"> <div class="van-doc-intro">
<img class="van-doc-intro__logo" src="//img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png"> <img class="van-doc-intro__logo" src="//img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png">
<h2>Vant</h2> <h2>Vant</h2>
<p>Lightweight Mobile UI Components built on Vue</p> <p>Mobile UI Components built on Vue</p>
</div> </div>
### Features ### Features

View File

@ -76,7 +76,7 @@ body {
line-height: 56px; line-height: 56px;
.van-nav-bar__title { .van-nav-bar__title {
font-size: 18px; font-size: 17px;
text-transform: capitalize; text-transform: capitalize;
} }

View File

@ -53,7 +53,7 @@ export default {
}, },
description() { 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';
} }
}, },

View File

@ -4,7 +4,7 @@ import enUS from '../../../packages/locale/lang/en-US';
const langMap = { const langMap = {
'en-US': { 'en-US': {
title: 'Vant - Lightweight Mobile UI Components built on Vue', title: 'Vant - Mobile UI Components built on Vue',
messages: enUS messages: enUS
}, },
'zh-CN': { 'zh-CN': {

View File

@ -1,7 +1,7 @@
{ {
"name": "vant", "name": "vant",
"version": "1.6.12", "version": "1.6.12",
"description": "Lightweight Mobile UI Components built on Vue", "description": "Mobile UI Components built on Vue",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
"style": "lib/index.css", "style": "lib/index.css",
@ -58,7 +58,7 @@
"author": "youzanfe", "author": "youzanfe",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.4.2", "@babel/runtime": "^7.4.3",
"@vant/icons": "1.1.4", "@vant/icons": "1.1.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
"vue-lazyload": "1.2.3" "vue-lazyload": "1.2.3"
@ -67,29 +67,29 @@
"vue": ">= 2.5.0" "vue": ">= 2.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.3.4", "@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.2.0", "@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.0.0", "@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.3.4", "@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.2.5", "@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.2", "@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3", "@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.11", "@types/jest": "^24.0.11",
"@vant/doc": "^1.0.24", "@vant/doc": "^1.0.25",
"@vant/eslint-config": "^1.1.2", "@vant/eslint-config": "^1.1.2",
"@vant/markdown-loader": "^1.0.3", "@vant/markdown-loader": "^1.0.3",
"@vue/babel-preset-jsx": "^1.0.0-beta.3", "@vue/babel-preset-jsx": "^1.0.0-beta.3",
"@vue/server-test-utils": "^1.0.0-beta.29", "@vue/server-test-utils": "^1.0.0-beta.29",
"@vue/test-utils": "^1.0.0-beta.29", "@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.5.0", "autoprefixer": "^9.5.0",
"babel-jest": "^24.5.0", "babel-jest": "^24.7.1",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"codecov": "^3.2.0", "codecov": "^3.3.0",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"css-loader": "^2.1.1", "css-loader": "^2.1.1",
"dependency-tree": "^7.0.2", "dependency-tree": "^7.0.2",
"eslint": "^5.15.2", "eslint": "^5.16.0",
"fast-glob": "^2.2.4", "fast-glob": "^2.2.4",
"gh-pages": "^2.0.1", "gh-pages": "^2.0.1",
"gulp": "3.9.1", "gulp": "3.9.1",
@ -98,7 +98,7 @@
"gulp-postcss": "^8.0.0", "gulp-postcss": "^8.0.0",
"html-webpack-plugin": "3.2.0", "html-webpack-plugin": "3.2.0",
"husky": "^1.2.1", "husky": "^1.2.1",
"jest": "^24.5.0", "jest": "^24.7.1",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"less": "^3.8.1", "less": "^3.8.1",
"less-loader": "^4.1.0", "less-loader": "^4.1.0",
@ -113,8 +113,8 @@
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"stylelint": "^9.10.1", "stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0", "stylelint-config-standard": "^18.2.0",
"ts-jest": "^24.0.0", "ts-jest": "^24.0.1",
"typescript": "^3.3.3333", "typescript": "^3.4.1",
"uppercamelcase": "^3.0.0", "uppercamelcase": "^3.0.0",
"url-loader": "^1.1.2", "url-loader": "^1.1.2",
"vue": "2.6.10", "vue": "2.6.10",

921
yarn.lock

File diff suppressed because it is too large Load Diff