Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 24, 2024
1 parent 41e84d8 commit d0548a4
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 777 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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand All @@ -31,6 +31,7 @@ jobs:
strategy:
matrix:
node-version:
- 22
- 20
- 18
name: Node.js ${{ matrix.node-version }} Quick
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"sideEffects": false,
"types": "./index.d.ts",
"devDependencies": {
"@babel/core": "^7.24.7",
"@logux/eslint-config": "^53.2.0",
"@babel/core": "^7.25.9",
"@logux/eslint-config": "^53.4.1",
"@lukeed/uuid": "^2.0.1",
"@napi-rs/uuid": "^0.2.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@size-limit/file": "^11.1.4",
"@size-limit/webpack": "^11.1.4",
"@types/node": "^20.14.8",
"better-node-test": "^0.5.1",
"@size-limit/file": "^11.1.6",
"@size-limit/webpack": "^11.1.6",
"@types/node": "^22.7.9",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.5.0",
"clean-publish": "^5.1.0",
"eslint": "^9.13.0",
"rndm": "^1.2.0",
"secure-random-string": "^1.1.3",
"secure-random-string": "^1.1.4",
"shortid": "^2.2.16",
"size-limit": "^11.1.4",
"terser": "^5.31.1",
"tinybench": "^2.8.0",
"size-limit": "^11.1.6",
"terser": "^5.36.0",
"tinybench": "^2.9.0",
"uid": "^2.0.2",
"uid-safe": "^2.1.5",
"uuid": "^10.0.0",
"vite": "^5.3.1"
"vite": "^5.4.10"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit d0548a4

Please sign in to comment.