Skip to content

Commit

Permalink
build(deps-dev): upgrade dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannrichard committed Nov 26, 2022
1 parent 6f2c587 commit b81cfb0
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 138 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"simple-color-converter": "^2.1.13"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.6",
Expand All @@ -64,22 +64,22 @@
"@types/node": "^18.11.9",
"@types/qs": "^6.9.7",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"depcheck": "^1.4.3",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"generate-changelog": "^1.8.0",
"homebridge": "^1.5.1",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"nodemon": "^2.0.20",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"lint-staged": {
"**/*.+(js|jsx|css|less|scss|ts|tsx|md)": [
Expand Down
Loading

0 comments on commit b81cfb0

Please sign in to comment.