Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Sep 3, 2021
1 parent b9c984d commit 3d31029
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@
}
},
"dependencies": {
"@types/node": "^15.12.4"
"@types/node": "^16.7.10"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@babel/core": "7.15.4",
"@babel/preset-env": "7.15.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"conventional-changelog-cli": "^2.1.1",
"@meetio/meetio-colors": "^4.1.1",
"@meetio/meetio-icons": "^1.10.0",
"@meetio/scheme-generator": "^3.1.0",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-plugin-json": "^3.0.0",
"eslint": "^7.32.0",
"eslint-plugin-json": "^3.1.0",
"glob": "^7.1.7",
"husky": "^6.0.0",
"prettier": "^2.3.1",
"husky": "^7.0.2",
"prettier": "^2.3.2",
"svg2img": "^0.9.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"chalk": "^4.1.1"
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"chalk": "^4.1.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"highlight_line": false,
"draw_shadows": false,
"line_padding_top": 4,
"line_padding_bottom": 4
}

0 comments on commit 3d31029

Please sign in to comment.