Skip to content

Commit

Permalink
chore: main updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Jul 21, 2024
2 parents 5880542 + b9f4c21 commit 48084c8
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/format": "^19.3.0",
"@commitlint/prompt": "19.3.0",
"@commitlint/prompt": "19.3.1",
"@common-utilities/new-pkg": "workspace:*",
"@eslint/js": "^9.1.1",
"@swc/core": "^1.5.0",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"codependence": "^0.3.0",
"@types/node": "20.14.10",
"codependence": "^0.3.1",
"commitizen": "4.3.0",
"eslint": "9.1.1",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"lint-staged": "15.2.7",
"pastoralist": "1.1.12-beta.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-toolbelt": "^9.6.0",
"tsconfig-paths": "4.2.0",
"tslib": "2.6.2",
"tslib": "2.6.3",
"tsutils": "^3.21.0",
"turbo": "^1.13.2",
"type-fest": "^4.17.0",
"typescript": "5.4.5",
"typescript": "5.5.3",
"typescript-eslint": "^7.7.1"
},
"scripts": {
Expand Down Expand Up @@ -138,4 +138,4 @@
}
}
}
}
}
Loading

0 comments on commit 48084c8

Please sign in to comment.