Upgrade dependencies

This commit is contained in:
Pig Fang 2019-05-03 09:49:48 +08:00
parent 0880e1e51e
commit 5ea5d76b70
4 changed files with 932 additions and 705 deletions

View File

@ -17,37 +17,37 @@
"codecov": "codecov -F js"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@babel/runtime": "^7.4.4",
"@fortawesome/fontawesome-free": "^5.7.2",
"@tweenjs/tween.js": "^17.3.0",
"admin-lte": "^2.4.10",
"echarts": "^4.1.0",
"element-theme-chalk": "^2.6.3",
"element-ui": "^2.7.0",
"jquery": "^3.3.1",
"echarts": "^4.2.1",
"element-theme-chalk": "^2.8.2",
"element-ui": "^2.8.2",
"jquery": "^3.4.1",
"skinview3d": "^1.1.0",
"vue": "^2.6.10",
"vue-good-table": "^2.16.3",
"vue-good-table": "^2.16.4",
"vue-recaptcha": "^1.1.1",
"vue-upload-component": "^2.8.19",
"vue-upload-component": "^2.8.20",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@gplane/tsconfig": "^1.0.0",
"@types/echarts": "^4.1.7",
"@types/jest": "^24.0.11",
"@types/jquery": "^3.3.9",
"@types/webpack": "^4.4.25",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@types/echarts": "^4.1.9",
"@types/jest": "^24.0.12",
"@types/jquery": "^3.3.29",
"@types/webpack": "^4.4.29",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.5.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
@ -63,11 +63,11 @@
"eslint-plugin-vue": "^5.2.2",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"jest": "^24.5.0",
"jest": "^24.7.1",
"jest-extended": "^0.11.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
@ -80,9 +80,9 @@
"vue-jest": "^4.0.0-beta.2",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1",
"webpack-manifest-plugin": "^2.0.4",
"webpackbar": "^3.1.5",
"yaml-loader": "^0.5.0"

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/indent */
import * as net from '../../src/scripts/net'
export const init = {} as typeof net.init

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/indent */
import * as notify from '../../src/scripts/notify'
export const showAjaxError = {} as jest.Mock<

1591
yarn.lock

File diff suppressed because it is too large Load Diff