Skip to content

Commit

Permalink
Merge pull request #117 from ineshbose/issue/114-code_polishing
Browse files Browse the repository at this point in the history
Code polishing
  • Loading branch information
ineshbose committed Feb 17, 2022
2 parents dccfa78 + 2472193 commit 9a425de
Show file tree
Hide file tree
Showing 67 changed files with 2,187 additions and 2,853 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "index.js",
"dependencies": {
"es6-template-string": "^1.2.0",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
7 changes: 5 additions & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
# Commented out to suppress libraries.io warnings
# Uncomment when working on dependencies
# python = "^3.6"

mkdocs = "^1.2.3"
mkdocs-material = "^7.3.4"
mkdocs-material = "^8.2.1"
mkdocs-material-extensions = "^1.0.3"

[tool.poetry.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lint-staged": "^12.1.7",
"lint-staged": "^12.3.4",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand All @@ -33,7 +33,7 @@
"eslint docs --fix"
],
"**/pyproject.toml": [
"poetry update"
"poetry update && git add poetry.lock"
]
}
}
Loading

0 comments on commit 9a425de

Please sign in to comment.