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

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/indent */
import * as net from '../../src/scripts/net' import * as net from '../../src/scripts/net'
export const init = {} as typeof net.init 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' import * as notify from '../../src/scripts/notify'
export const showAjaxError = {} as jest.Mock< export const showAjaxError = {} as jest.Mock<

1591
yarn.lock

File diff suppressed because it is too large Load Diff