Skip to content

Commit d3cb8cc

Browse files
committed
chore(deps): upgrade
1 parent d0db6a1 commit d3cb8cc

15 files changed

Lines changed: 992 additions & 794 deletions

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.git
33
.gitignore
44
*.md
5-
dist
5+
dist
6+
**/node_modules/

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
node-version: [18, 20, 22]
21+
node-version: [20, 22, 24]
2222
runs-on: ${{ matrix.os }}
2323
# To use Remote Caching, uncomment the next lines and follow the steps below.
2424
# env:
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 2
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- uses: pnpm/action-setup@v4
2828

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm dlx commitlint --edit $1
1+
npm run commitlint ${1}

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm dlx lint-staged
1+
npx lint-staged

apps/rsmax-app-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"rsmax": "^1.3.13"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^19.1.9",
23+
"@types/react": "^19.1.10",
2424
"autoprefixer": "^10.4.21",
2525
"cross-env": "^10.0.0",
2626
"postcss": "^8.5.6",

apps/taro-webpack-tailwindcss-v4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@tarojs/taro-loader": "4.1.5",
7676
"@tarojs/webpack5-runner": "4.1.5",
7777
"@types/node": "^24.2.1",
78-
"@types/react": "^19.1.9",
78+
"@types/react": "^19.1.10",
7979
"@types/webpack-env": "^1.13.6",
8080
"@weapp-tailwindcss/merge": "workspace:*",
8181
"babel-preset-taro": "4.1.5",
@@ -87,6 +87,6 @@
8787
"typescript": "^5.9.2",
8888
"weapp-ide-cli": "^3.0.0",
8989
"weapp-tailwindcss": "workspace:*",
90-
"webpack": "5.101.0"
90+
"webpack": "5.101.1"
9191
}
9292
}

apps/vite-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@egoist/tailwindcss-icons": "^1.9.0",
35-
"@iconify-json/lucide": "^1.2.61",
35+
"@iconify-json/lucide": "^1.2.62",
3636
"@iconify-json/mdi": "^1.2.3",
3737
"@tailwindcss/postcss": "^4.1.11",
3838
"@tailwindcss/vite": "^4.1.11",

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postcss": "^8.5.6",
1919
"tailwindcss": "catalog:tailwindcss4",
2020
"typescript": "~5.9.2",
21-
"vite": "^7.1.1",
21+
"vite": "^7.1.2",
2222
"vue-tsc": "^3.0.5"
2323
}
2424
}

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "catalog:tailwindcss4",
3232
"unplugin-vue-router": "^0.15.0",
33-
"vite": "^7.1.1",
33+
"vite": "^7.1.2",
3434
"vite-plugin-inspect": "^11.3.2",
3535
"vue-tsc": "^3.0.5",
3636
"weapp-tailwindcss": "workspace:*"

0 commit comments

Comments
 (0)