Skip to content

Commit

Permalink
chore(deps): 🔗 bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Oct 26, 2023
1 parent 3fa8050 commit 758ab1f
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 414 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit $1 --config config/commitlint.config.js
pnpm commitlint --edit $1 --config config/commitlint.config.ts
3 changes: 0 additions & 3 deletions config/commitlint.config.js

This file was deleted.

7 changes: 7 additions & 0 deletions config/commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { UserConfig } from "@commitlint/types";

const config: UserConfig = {
extends: ["@commitlint/config-conventional"],
};

export default config;
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": "18"
},
"packageManager": "^pnpm@8.8.0",
"packageManager": "^pnpm@8.9.2",
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
Expand All @@ -26,20 +26,21 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.1.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/types": "^18.1.0",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.92",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.199",
"@swc/core": "^1.3.95",
"@types/fs-extra": "^11.0.3",
"@types/lodash": "^4.14.200",
"clipanion": "3.2.1",
"devmoji": "^2.3.0",
"eslint-config-custom": "*",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"lodash": "^4.17.21",
"tsup": "^7.2.0",
"turbo": "^1.10.15"
"turbo": "^1.10.16"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "index.js",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.15",
"eslint-config-turbo": "^1.10.16",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3"
},
Expand Down
Loading

0 comments on commit 758ab1f

Please sign in to comment.