Skip to content

Commit 7c93e8e

Browse files
committed
chore(deps): upgrade
1 parent 39b181f commit 7c93e8e

7 files changed

Lines changed: 179 additions & 135 deletions

File tree

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"tailwindcss": "catalog:tailwindcss4",
2020
"typescript": "~5.9.2",
2121
"vite": "^7.1.3",
22-
"vue-tsc": "^3.0.5"
22+
"vue-tsc": "^3.0.6"
2323
}
2424
}

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"unplugin-vue-router": "^0.15.0",
3333
"vite": "^7.1.3",
3434
"vite-plugin-inspect": "^11.3.2",
35-
"vue-tsc": "^3.0.5",
35+
"vue-tsc": "^3.0.6",
3636
"weapp-tailwindcss": "workspace:*"
3737
}
3838
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.14.0",
6+
"packageManager": "pnpm@10.15.0",
77
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
88
"author": "ice breaker <1324318532@qq.com>",
99
"license": "MIT",
@@ -110,7 +110,7 @@
110110
"@csstools/css-tokenizer": "^3.0.4",
111111
"@eslint/config-inspector": "^1.2.0",
112112
"@icebreakers/eslint-config": "^1.3.4",
113-
"@icebreakers/monorepo": "^1.0.11",
113+
"@icebreakers/monorepo": "^1.0.14",
114114
"@icebreakers/stylelint-config": "^1.1.2",
115115
"@tailwindcss/postcss": "^4.1.12",
116116
"@tailwindcss/vite": "^4.1.12",
@@ -192,7 +192,7 @@
192192
"klaw": "^4.1.0",
193193
"lightningcss": "^1.30.1",
194194
"lint-staged": "^16.1.5",
195-
"local-pkg": "^1.1.1",
195+
"local-pkg": "^1.1.2",
196196
"lodash": "^4.17.21",
197197
"lodash-es": "^4.17.21",
198198
"md5": "2.3.0",
@@ -203,7 +203,7 @@
203203
"npm-registry-fetch": "^18.0.2",
204204
"only-allow": "^1.2.1",
205205
"pathe": "^2.0.3",
206-
"pkg-types": "^2.2.0",
206+
"pkg-types": "^2.3.0",
207207
"postcss": "^8.5.6",
208208
"postcss-js": "^4.0.1",
209209
"postcss-load-config": "^6.0.1",

packages/merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dependencies": {
8888
"class-variance-authority": "^0.7.1",
8989
"clsx": "^2.1.1",
90-
"local-pkg": "^1.1.1",
90+
"local-pkg": "^1.1.2",
9191
"semver": "^7.7.2",
9292
"tailwind-merge": "^3.3.1",
9393
"tailwind-merge-v2": "npm:tailwind-merge@^2.6.0",

packages/weapp-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"debug": "~4.4.1",
195195
"htmlparser2": "10.0.0",
196196
"loader-utils": "2.0.4",
197-
"local-pkg": "^1.1.1",
197+
"local-pkg": "^1.1.2",
198198
"lru-cache": "10.4.3",
199199
"magic-string": "0.30.17",
200200
"semver": "~7.7.2",

0 commit comments

Comments
 (0)