Skip to content

Commit 97735ef

Browse files
chore(deps): fix deps
1 parent 3998ae4 commit 97735ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
"vue-template-compiler": "2.5.16",
108108
"webpack": "4.28.4",
109109
"webpack-cli": "3.1.2",
110-
"webpack-dev-server": "3.1.11"
110+
"webpack-dev-server": "3.1.11",
111+
"@babel/plugin-proposal-class-properties": "7.3.4"
111112
},
112113
"lint-staged": {
113114
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)