Skip to content

Commit 337d768

Browse files
chore(deps): update all dependencies
1 parent a681e98 commit 337d768

File tree

3 files changed

+1862
-2250
lines changed

3 files changed

+1862
-2250
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin (https://www.1stG.me) <[email protected]>",
77
"license": "MIT",
88
"private": true,
9-
"packageManager": "[email protected].1",
9+
"packageManager": "[email protected].2",
1010
"scripts": {
1111
"build": "tsx scripts/build",
1212
"lint": "run-p 'lint:*'",
@@ -16,17 +16,17 @@
1616
"start": "vc dev"
1717
},
1818
"devDependencies": {
19-
"@1stg/common-config": "^12.0.1",
19+
"@1stg/common-config": "^14.0.0",
2020
"@commitlint/cli": "^19.8.0",
21-
"@octokit/request": "^9.2.3",
22-
"@types/web": "^0.0.217",
21+
"@octokit/request": "^10.0.0",
22+
"@types/web": "^0.0.243",
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",
29-
"vercel": "^41.6.0",
29+
"vercel": "^44.0.0",
3030
"yarn-berry-deduplicate": "^6.1.1"
3131
},
3232
"resolutions": {

0 commit comments

Comments
 (0)