Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Jul 9, 2021
1 parent 4c08549 commit e4bd859
Show file tree
Hide file tree
Showing 2 changed files with 1,959 additions and 3,449 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,36 @@
"flatpickr": "^4.6.9"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@vue/compiler-sfc": "^3.0.11",
"@vue/test-utils": "^2.0.0-rc.6",
"babel-jest": "^26.6.3",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.10",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"bootstrap": "^4.5.3",
"clean-webpack-plugin": "^3.0.0",
"bootstrap": "^4.6",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.0",
"style-loader": "^2.0.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^2.1.0",
"style-loader": "^3.0.0",
"vue": "^3.0",
"vue-jest": "^5.0.0-alpha.9",
"vue-loader": "^16.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^16.3.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"engines": {
"node": ">= 10.13.0"
"node": ">=10.13.0"
},
"jest": {
"testEnvironment": "jsdom",
"moduleFileExtensions": [
"js",
"json",
Expand Down
Loading

0 comments on commit e4bd859

Please sign in to comment.