Skip to content

Commit

Permalink
fix: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed May 12, 2020
1 parent 5acd180 commit acd0605
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
}
},
"dependencies": {
"@types/node": "^13.7.1"
"@types/node": "^13.13.5"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@meetio/meetio-colors": "^1.6.0",
"@meetio/meetio-colors": "^1.7.0",
"@meetio/meetio-icons": "^1.10.0",
"@meetio/scheme-generator": "^1.6.0",
"@typescript-eslint/eslint-plugin": "2.15.0",
"@typescript-eslint/parser": "2.15.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-json": "^2.0.1",
"@meetio/scheme-generator": "^1.6.2",
"@typescript-eslint/eslint-plugin": "2.32.0",
"@typescript-eslint/parser": "2.32.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-json": "^2.1.1",
"glob": "^7.1.6",
"husky": "^4.2.1",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"svg2img": "^0.6.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.4"
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
}
}

0 comments on commit acd0605

Please sign in to comment.