Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Nov 12, 2020
1 parent 6e4bc82 commit 0c7a254
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 176 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"author": "benct <ben@tomlin.no>",
"license": "MIT",
"dependencies": {
"custom-card-helpers": "^1.6.5"
"custom-card-helpers": "^1.6.6"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"eslint": "^7.12.1",
"babel-loader": "^8.2.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0"
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"lint": "eslint src/*.js",
Expand Down
Loading

0 comments on commit 0c7a254

Please sign in to comment.