Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Aug 8, 2020
1 parent 1d2bcda commit ea205e0
Show file tree
Hide file tree
Showing 3 changed files with 1,355 additions and 1,385 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Expand Up @@ -8,7 +8,8 @@
"browsers": [
"defaults",
"not ie > 0",
"not ie_mob > 0"
"not ie_mob > 0",
"not dead"
]
}
}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -38,28 +38,28 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.0.1",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.0",
"bootstrap": "^4.5.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"css-loader": "^4.2.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"jest": "^26.2.2",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.2.1",
"unminified-webpack-plugin": "^2.0.0",
"vue": "^2.6.4",
"vue-jest": "^3.0.3",
"vue-loader": "^15.9.2",
"vue-jest": "^3.0.6",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
Expand Down

0 comments on commit ea205e0

Please sign in to comment.