Skip to content

Commit 299096f

Browse files
chore(deps): update all dependencies
1 parent a681e98 commit 299096f

File tree

4 files changed

+2746
-2628
lines changed

4 files changed

+2746
-2628
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020

2121
- name: Enable Corepack
2222
run: corepack enable
2323

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

.github/workflows/vercel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414

1515
- name: Check Branch
1616
id: branch

package.json

Lines changed: 8 additions & 8 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": "yarn@4.9.1",
9+
"packageManager": "yarn@4.10.3",
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",
20-
"@commitlint/cli": "^19.8.0",
21-
"@octokit/request": "^9.2.3",
22-
"@types/web": "^0.0.217",
19+
"@1stg/common-config": "^14.0.0",
20+
"@commitlint/cli": "^20.0.0",
21+
"@octokit/request": "^10.0.0",
22+
"@types/web": "^0.0.276",
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": "^48.0.0",
3030
"yarn-berry-deduplicate": "^6.1.1"
3131
},
3232
"resolutions": {

0 commit comments

Comments
 (0)