Skip to content

Commit f96fa90

Browse files
chore(deps): update all dependencies
1 parent 9ce6cde commit f96fa90

File tree

6 files changed

+2047
-1383
lines changed

6 files changed

+2047
-1383
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: yarn format
3232

3333
- name: Apply autofix.ci
34-
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
34+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
3535
with:
3636
fail-fast: false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Codecov
5656
# bad Windows -- https://github.com/codecov/codecov-action/issues/1787
5757
if: ${{ !github.event.pull_request.head.repo.fork && matrix.os != 'windows-latest' }}
58-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
58+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161

Lines changed: 273 additions & 279 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
1010
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111

12-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
12+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <[email protected]> (https://www.1stG.me)",
88
"funding": "https://opencollective.com/napi-postinstall",
99
"license": "MIT",
10-
"packageManager": "[email protected].1",
10+
"packageManager": "[email protected].2",
1111
"engines": {
1212
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
1313
},
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@1stg/browserslist-config": "^2.1.4",
49-
"@1stg/common-config": "^13.0.1",
49+
"@1stg/common-config": "^14.0.0",
5050
"@1stg/postcss-config": "^6.0.6",
5151
"@1stg/stylelint-config": "^6.0.5",
5252
"@changesets/changelog-github": "^0.5.1",
@@ -60,7 +60,7 @@
6060
"@types/pnpapi": "^0.0.5",
6161
"@types/react": "^19.1.2",
6262
"@types/react-dom": "^19.1.2",
63-
"@types/web": "^0.0.228",
63+
"@types/web": "^0.0.243",
6464
"@unts/patch-package": "^8.1.1",
6565
"@vercel/analytics": "^1.5.0",
6666
"@vitejs/plugin-react-swc": "^3.9.0",
@@ -83,12 +83,12 @@
8383
"rimraf": "^6.0.1",
8484
"simple-git-hooks": "^2.13.0",
8585
"size-limit": "^11.2.0",
86-
"size-limit-preset-node-lib": "^0.3.0",
86+
"size-limit-preset-node-lib": "^0.4.0",
8787
"stylelint": "^16.19.1",
8888
"tinyexec": "^1.0.1",
8989
"type-coverage": "^2.29.7",
9090
"typescript": "^5.8.3",
91-
"vite": "^6.3.3",
91+
"vite": "^7.0.0",
9292
"vite-tsconfig-paths": "^5.1.4",
9393
"vitest": "^3.1.2"
9494
},

0 commit comments

Comments
 (0)