Skip to content

Commit 434899d

Browse files
committed
chore(3.0): update the dev dependencies
1 parent 92c563e commit 434899d

File tree

4 files changed

+376
-831
lines changed

4 files changed

+376
-831
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'yarn'
2222

2323
- name: Install dependencies
24-
run: yarn install --immutable-cache
24+
run: yarn install --immutable
2525

2626
- name: Check linter
2727
run: yarn check

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Install dependencies
33-
run: yarn install --immutable-cache
33+
run: yarn install --immutable
3434

3535
- name: Build the project
3636
run: yarn build

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"devDependencies": {
5252
"@biomejs/biome": "1.9.4",
5353
"@ekino/logger": "2.1.1",
54-
"@jonahsnider/benchmark": "^5.1.1",
55-
"@types/node": "22.7.7",
56-
"@vitest/coverage-v8": "2.1.3",
57-
"commitlint": "19.5.0",
58-
"pino": "^9.5.0",
59-
"typescript": "5.6.3",
60-
"vitest": "^2.1.3",
61-
"winston": "^3.15.0"
54+
"@jonahsnider/benchmark": "5.1.1",
55+
"@types/node": "22.10.0",
56+
"@vitest/coverage-v8": "2.1.6",
57+
"commitlint": "19.6.0",
58+
"pino": "9.5.0",
59+
"typescript": "5.7.2",
60+
"vitest": "2.1.6",
61+
"winston": "3.17.0"
6262
},
6363
"scripts": {
6464
"lint": "biome check --write",

0 commit comments

Comments
 (0)