Skip to content

Commit fece34f

Browse files
committed
chore(deps): upgrade
1 parent b7244fc commit fece34f

6 files changed

Lines changed: 214 additions & 282 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@tarojs/cli": "4.1.5",
7575
"@tarojs/taro-loader": "4.1.5",
7676
"@tarojs/webpack5-runner": "4.1.5",
77-
"@types/node": "^24.1.0",
77+
"@types/node": "^24.2.0",
7878
"@types/react": "^19.1.9",
7979
"@types/webpack-env": "^1.13.6",
8080
"@weapp-tailwindcss/merge": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"@types/lodash-es": "^4.17.12",
140140
"@types/md5": "^2.3.5",
141141
"@types/micromatch": "^4.0.9",
142-
"@types/node": "^24.1.0",
142+
"@types/node": "^24.2.0",
143143
"@types/npm-registry-fetch": "^8.0.8",
144144
"@types/postcss-js": "^4.0.4",
145145
"@types/semver": "^7.7.0",

packages/merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"semver": "^7.7.2",
9292
"tailwind-merge": "^3.3.1",
9393
"tailwind-merge-v2": "npm:tailwind-merge@^2.6.0",
94-
"tailwind-variants": "^1.0.0"
94+
"tailwind-variants": "^2.1.0"
9595
},
9696
"devDependencies": {
9797
"weapp-tailwindcss": "workspace:*"

packages/weapp-tailwindcss/test/__snapshots__/uni-app-x.test.ts.snap

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,7 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`uni-app-x > tailwindcss3 index.uvue.ts case 1 > css 1`] = `
4-
"view,text {
5-
--tw-border-spacing-x: 0;
6-
--tw-border-spacing-y: 0;
7-
--tw-translate-x: 0;
8-
--tw-translate-y: 0;
9-
--tw-rotate: 0;
10-
--tw-skew-x: 0;
11-
--tw-skew-y: 0;
12-
--tw-scale-x: 1;
13-
--tw-scale-y: 1;
14-
--tw-pan-x: ;
15-
--tw-pan-y: ;
16-
--tw-pinch-zoom: ;
17-
--tw-scroll-snap-strictness: proximity;
18-
--tw-gradient-from-position: ;
19-
--tw-gradient-via-position: ;
20-
--tw-gradient-to-position: ;
21-
--tw-ordinal: ;
22-
--tw-slashed-zero: ;
23-
--tw-numeric-figure: ;
24-
--tw-numeric-spacing: ;
25-
--tw-numeric-fraction: ;
26-
--tw-ring-inset: ;
27-
--tw-ring-offset-width: 0px;
28-
--tw-ring-offset-color: #fff;
29-
--tw-ring-color: rgba(59, 130, 246, 0.5);
30-
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
31-
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
32-
--tw-shadow: 0 0 rgba(0,0,0,0);
33-
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
34-
--tw-blur: ;
35-
--tw-brightness: ;
36-
--tw-contrast: ;
37-
--tw-grayscale: ;
38-
--tw-hue-rotate: ;
39-
--tw-invert: ;
40-
--tw-saturate: ;
41-
--tw-sepia: ;
42-
--tw-drop-shadow: ;
43-
--tw-backdrop-blur: ;
44-
--tw-backdrop-brightness: ;
45-
--tw-backdrop-contrast: ;
46-
--tw-backdrop-grayscale: ;
47-
--tw-backdrop-hue-rotate: ;
48-
--tw-backdrop-invert: ;
49-
--tw-backdrop-opacity: ;
50-
--tw-backdrop-saturate: ;
51-
--tw-backdrop-sepia: ;
52-
--tw-contain-size: ;
53-
--tw-contain-layout: ;
54-
--tw-contain-paint: ;
55-
--tw-contain-style:
56-
;
57-
box-sizing: border-box;
58-
border-width: 0;
59-
border-style: solid;
60-
border-color: currentColor}
61-
.mt-_32d43rpx_ {
4+
".mt-_32d43rpx_ {
625
margin-top: 32.43rpx
636
}
647
.bg-_h322323_ {
@@ -140,9 +83,6 @@ const GenPagesIndexIndexStyles = [utsMapOf([["icebreaker", padStyleMapOf(utsMapO
14083
14184
exports[`uni-app-x > uvue.ts case 1 > css 1`] = `
14285
"/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
143-
page,:host {
144-
--spacing: .25rem;
145-
}
14686
.mt-_32d43rpx_ {
14787
margin-top: 32.43rpx;
14888
}

0 commit comments

Comments
 (0)