Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 22, 2024
1 parent 3d9eea1 commit 6b548cf
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 406 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
- name: Create the release
if: steps.changelog.outputs.changelog_content != ''
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
body: '${{ steps.changelog.outputs.changelog_content }}'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js ${{ matrix.node-version }}
Expand All @@ -64,13 +64,13 @@ jobs:
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
],
"devDependencies": {
"@logux/eslint-config": "^53.4.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@size-limit/preset-small-lib": "^11.1.5",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.9.1",
"jsdom": "^25.0.0",
"eslint": "^9.11.0",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^11.1.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"size-limit": "^11.1.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.7"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 6b548cf

Please sign in to comment.