Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Jul 6, 2020
1 parent e7872c5 commit 7adc7c3
Show file tree
Hide file tree
Showing 3 changed files with 1,719 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"modules": false
}]
]
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"author": "Alex Kaul",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.21.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.10"
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"bootstrap": "^4.1.1",
"clipboard": "^2.0.1",
"jquery": "^3.5.0",
"popper.js": "^1.14.3",
"bootstrap": "^4.5.0",
"clipboard": "^2.0.6",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"qrcode-generator": "^1.4.0",
"sha.js": "^2.4.11",
"url-parse": "^1.4.4"
Expand Down
Loading

0 comments on commit 7adc7c3

Please sign in to comment.