Skip to content

Commit 42b5337

Browse files
committed
Update dependencies
1 parent 7e36e15 commit 42b5337

4 files changed

Lines changed: 276 additions & 267 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: 10
2020
- name: Install Node.js
21-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
21+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: 25
2424
cache: pnpm
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: 10
4646
- name: Install Node.js ${{ matrix.node-version }}
47-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
47+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4848
with:
4949
node-version: ${{ matrix.node-version }}
5050
cache: pnpm
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
7474
- name: Install Node.js ${{ matrix.node-version }}
75-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
75+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7676
with:
7777
node-version: ${{ matrix.node-version }}
7878
- name: Install dependencies
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
version: 10
9494
- name: Install Node.js LTS
95-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
95+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
9696
with:
9797
node-version: 24
9898
cache: pnpm

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@
9595
},
9696
"devDependencies": {
9797
"@logux/eslint-config": "^57.1.0",
98-
"@logux/oxc-configs": "^0.3.3",
98+
"@logux/oxc-configs": "^0.4.0",
9999
"@size-limit/preset-small-lib": "^12.1.0",
100100
"@types/node": "^25.6.0",
101-
"actions-up": "^1.13.0",
101+
"actions-up": "^1.14.1",
102102
"c8": "^11.0.0",
103103
"check-dts": "^0.9.0",
104104
"clean-publish": "^6.0.5",
105105
"concat-with-sourcemaps": "^1.1.0",
106-
"eslint": "^10.2.0",
107-
"multiocular": "^0.8.2",
106+
"eslint": "^10.2.1",
107+
"multiocular": "^0.8.3",
108108
"nanodelay": "^1.0.8",
109109
"nanospy": "^1.0.0",
110-
"oxfmt": "^0.45.0",
110+
"oxfmt": "^0.46.0",
111111
"postcss-parser-tests": "^8.9.0",
112112
"simple-git-hooks": "^2.13.1",
113113
"size-limit": "^12.1.0",

0 commit comments

Comments
 (0)