Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
Алексей Пивкин committed Jul 11, 2019
1 parent da55499 commit 1abcb92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/core": "^7.5.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
Expand All @@ -27,13 +27,13 @@
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"vue-class-component": "^7.1.0",
"vue-loader": "^15.7.0",
"vue-property-decorator": "^8.2.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/node": "^12.6.2",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
Expand All @@ -49,14 +49,19 @@
"babel-preset-vue": "^2.0.2",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.2.3",
"husky": "^2.5.0",
"husky": "^3.0.0",
"jest": "^24.8.0",
"require-hacker": "^3.0.1",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10"
},
"nodemonConfig": {
"watch": ["src"],
"exec": "npm run prepublish",
"delay": 2500
}
}

0 comments on commit 1abcb92

Please sign in to comment.