Skip to content

Commit 483e652

Browse files
chore(deps): update all dependencies
1 parent a681e98 commit 483e652

File tree

3 files changed

+595
-1374
lines changed

3 files changed

+595
-1374
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: corepack enable
2323

2424
- name: Setup Node.js ${{ matrix.node }}
25-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
25+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626
with:
2727
node-version: ${{ matrix.node }}
2828
cache: yarn

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"start": "vc dev"
1717
},
1818
"devDependencies": {
19-
"@1stg/common-config": "^12.0.1",
19+
"@1stg/common-config": "^13.0.0",
2020
"@commitlint/cli": "^19.8.0",
2121
"@octokit/request": "^9.2.3",
22-
"@types/web": "^0.0.217",
22+
"@types/web": "^0.0.233",
2323
"eslint": "^9.24.0",
24-
"lint-staged": "^15.5.1",
25-
"npm-run-all2": "^7.0.2",
24+
"lint-staged": "^16.0.0",
25+
"npm-run-all2": "^8.0.0",
2626
"simple-git-hooks": "^2.12.1",
2727
"tsx": "^4.19.3",
2828
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)