Skip to content

Commit

Permalink
Merge pull request #2085 from armanio123/UpdateVue3.0.4
Browse files Browse the repository at this point in the history
Update vuejs 3.0.4
  • Loading branch information
armanio123 authored Oct 1, 2018
2 parents 5c7fc31 + 7cec566 commit 8dd1592
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"name": ""
},
"dependencies": {
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0"
"vue": "2.5.17",
"vue-class-component": "6.0.0",
"vue-property-decorator": "7.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-typescript": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.17"
"@vue/cli-plugin-babel": "3.0.4",
"@vue/cli-plugin-typescript": "3.0.4",
"@vue/cli-service": "3.0.4",
"typescript": "3.1.1",
"vue-template-compiler": "2.5.17"
},
"postcss": {
"plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"node"
"webpack-env"
],
"paths": {
"@/*": [
Expand Down
14 changes: 7 additions & 7 deletions Nodejs/Product/Nodejs/ProjectTemplates/VuejsApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"name": ""
},
"dependencies": {
"vue": "^2.5.17"
"vue": "2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"eslint": "^5.3.0",
"eslint-plugin-vue": "^4.7.1",
"vue-template-compiler": "^2.5.17"
"@vue/cli-plugin-babel": "3.0.4",
"@vue/cli-plugin-eslint": "3.0.4",
"@vue/cli-service": "3.0.4",
"eslint": "5.6.0",
"eslint-plugin-vue": "4.7.1",
"vue-template-compiler": "2.5.17"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 8dd1592

Please sign in to comment.