Skip to content

Commit e513ecb

Browse files
chore(deps): update all dependencies
1 parent 7645036 commit e513ecb

File tree

4 files changed

+1608
-1572
lines changed

4 files changed

+1608
-1572
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm format
3434

3535
- name: Apply autofix.ci
36-
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
36+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
3737
with:
3838
fail-fast: false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
PARSER_NO_WATCH: true
4646

4747
- name: Codecov
48-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
48+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
88
"funding": "https://opencollective.com/unts",
99
"license": "MIT",
10-
"packageManager": "pnpm@10.10.0",
10+
"packageManager": "pnpm@10.12.2",
1111
"engines": {
1212
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
1313
},
@@ -51,7 +51,7 @@
5151
"version": "changeset version && pnpm i --no-frozen-lockfile"
5252
},
5353
"devDependencies": {
54-
"@1stg/app-config": "^13.0.1",
54+
"@1stg/app-config": "^14.0.0",
5555
"@1stg/lib-config": "^13.0.1",
5656
"@changesets/changelog-github": "^0.5.1",
5757
"@changesets/cli": "^2.29.2",
@@ -62,7 +62,7 @@
6262
"@types/node": "^22.15.3",
6363
"@types/react": "^19.1.2",
6464
"@types/react-dom": "^19.1.2",
65-
"@types/web": "^0.0.228",
65+
"@types/web": "^0.0.243",
6666
"@vercel/analytics": "^1.5.0",
6767
"@vitejs/plugin-react-swc": "^3.9.0",
6868
"@vitest/coverage-istanbul": "^3.1.2",
@@ -71,8 +71,8 @@
7171
"edge-runtime": "4.0.1",
7272
"eslint": "^9.25.1",
7373
"github-markdown-css": "^5.8.1",
74-
"lint-staged": "^15.5.1",
75-
"npm-run-all2": "^7.0.2",
74+
"lint-staged": "^16.0.0",
75+
"npm-run-all2": "^8.0.0",
7676
"prettier": "^3.5.3",
7777
"react": "^19.1.0",
7878
"react-dom": "^19.1.0",

0 commit comments

Comments
 (0)