Skip to content

Commit

Permalink
chore: Update dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Dec 31, 2023
1 parent 944f2ba commit f9cf154
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 442 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,29 @@
]
},
"devDependencies": {
"@commitlint/parse": "^17.6.5",
"@commitlint/parse": "^18.4.3",
"@types/current-git-branch": "^1.1.6",
"@types/eslint": "^8.56.0",
"@types/git-log-parser": "^1.2.3",
"@types/jsonfile": "^6.1.4",
"@types/luxon": "^2.3.1",
"@types/node": "^18.15.3",
"@types/semver": "^7.3.13",
"@types/luxon": "^3.3.7",
"@types/node": "^18.19.4",
"@types/semver": "^7.5.6",
"@types/stream-to-array": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"nx": "17.2.8",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"nx": "^17.2.8",
"prettier": "^4.0.0-alpha.8",
"publint": "^0.1.15",
"type-fest": "^4.8.3",
"publint": "^0.2.7",
"type-fest": "^4.9.0",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^0.26.1",
"axios": "^1.6.3",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"current-git-branch": "^1.1.0",
Expand All @@ -89,9 +88,9 @@
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^4.0.0",
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"minimist": "^1.2.8",
"semver": "^7.3.8",
"semver": "^7.5.4",
"stream-to-array": "^2.3.0",
"v8flags": "^4.0.1"
}
Expand Down
Loading

0 comments on commit f9cf154

Please sign in to comment.