Skip to content

Commit cee7c12

Browse files
committed
chore: bump dependencies
1 parent 941d200 commit cee7c12

File tree

3 files changed

+1963
-2089
lines changed

3 files changed

+1963
-2089
lines changed

build/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ function buildEntry ({ input, output }) {
133133
const isProd = /min\.js$/.test(output.file)
134134
return rollup.rollup(input)
135135
.then(bundle => bundle.generate(output))
136-
.then(({ code }) => {
136+
.then(result => {
137+
const { code } = result.output[0]
137138
if (isProd) {
138139
const minified = uglify.minify(code, {
139140
output: {

package.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,35 @@
3838
},
3939
"homepage": "https://github.com/vuejs/vue-class-component#readme",
4040
"devDependencies": {
41-
"@babel/core": "^7.1.2",
42-
"@babel/plugin-proposal-class-properties": "^7.1.0",
43-
"@babel/plugin-proposal-decorators": "^7.1.2",
44-
"@babel/plugin-syntax-jsx": "^7.0.0",
45-
"@babel/preset-env": "^7.1.0",
46-
"@types/chai": "^4.1.2",
47-
"@types/mocha": "^5.2.5",
41+
"@babel/core": "^7.7.7",
42+
"@babel/plugin-proposal-class-properties": "^7.7.4",
43+
"@babel/plugin-proposal-decorators": "^7.7.4",
44+
"@babel/plugin-syntax-jsx": "^7.7.4",
45+
"@babel/preset-env": "^7.7.7",
46+
"@types/chai": "^4.2.7",
47+
"@types/mocha": "^5.2.7",
4848
"babel-helper-vue-jsx-merge-props": "^2.0.3",
49-
"babel-loader": "^8.0.4",
49+
"babel-loader": "^8.0.6",
5050
"babel-plugin-transform-vue-jsx": "^4.0.1",
51-
"chai": "^4.1.2",
52-
"css-loader": "^1.0.0",
53-
"eslint": "^5.7.0",
54-
"eslint-plugin-vue-libs": "^3.0.0",
55-
"mocha": "^5.0.1",
56-
"reflect-metadata": "^0.1.12",
57-
"rimraf": "^2.6.2",
58-
"rollup": "^0.66.5",
51+
"chai": "^4.2.0",
52+
"css-loader": "^3.4.2",
53+
"eslint": "^6.8.0",
54+
"eslint-plugin-vue-libs": "^4.0.0",
55+
"mocha": "^7.0.0",
56+
"reflect-metadata": "^0.1.13",
57+
"rimraf": "^3.0.0",
5958
"rollup-plugin-babel": "^4.3.3",
60-
"rollup-plugin-replace": "^2.0.0",
61-
"testdouble": "^3.5.0",
62-
"ts-loader": "^5.2.1",
63-
"typescript": "^3.1.1",
64-
"typescript-eslint-parser": "^20.0.0",
59+
"rollup-plugin-replace": "^2.2.0",
60+
"testdouble": "^3.12.5",
61+
"ts-loader": "^6.2.1",
62+
"typescript": "^3.7.4",
63+
"typescript-eslint-parser": "^22.0.0",
6564
"uglify-es": "^3.3.9",
66-
"vue": "^2.5.13",
67-
"vue-loader": "^15.4.2",
68-
"vue-template-compiler": "^2.5.13",
69-
"vuex": "^3.0.1",
70-
"webpack": "^4.20.2",
71-
"webpack-cli": "^3.1.2"
65+
"vue": "^2.6.11",
66+
"vue-loader": "^15.8.3",
67+
"vue-template-compiler": "^2.6.11",
68+
"vuex": "^3.1.2",
69+
"webpack": "^4.41.5",
70+
"webpack-cli": "^3.3.10"
7271
}
7372
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy