Skip to content

Commit c734314

Browse files
committed
chore: fix snap
1 parent 06921c8 commit c734314

File tree

7 files changed

+264
-255
lines changed

7 files changed

+264
-255
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"@types/lodash-es": "^4.17.12",
148148
"@types/md5": "^2.3.5",
149149
"@types/micromatch": "^4.0.9",
150-
"@types/node": "^22.10.6",
150+
"@types/node": "^22.10.7",
151151
"@types/npm-registry-fetch": "^8.0.7",
152152
"@types/postcss-js": "^4.0.4",
153153
"@types/semver": "^7.5.8",
@@ -183,7 +183,7 @@
183183
"execa": "^9.5.2",
184184
"express": "^4.21.2",
185185
"fast-glob": "^3.3.3",
186-
"fs-extra": "^11.2.0",
186+
"fs-extra": "^11.3.0",
187187
"get-value": "^3.0.1",
188188
"gulp": "^5.0.0",
189189
"gulp-postcss": "^10.0.0",
@@ -193,7 +193,7 @@
193193
"jsdom": "^26.0.0",
194194
"klaw": "^4.1.0",
195195
"lightningcss": "^1.29.1",
196-
"lint-staged": "^15.3.0",
196+
"lint-staged": "^15.4.0",
197197
"lodash": "^4.17.21",
198198
"lodash-es": "^4.17.21",
199199
"micromatch": "^4.0.8",

packages/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@weapp-tailwindcss/logger": "workspace:*",
4242
"@weapp-tailwindcss/shared": "workspace:*",
43-
"fs-extra": "^11.2.0",
43+
"fs-extra": "^11.3.0",
4444
"npm-registry-fetch": "^18.0.2",
4545
"pathe": "^2.0.1"
4646
}

packages/tailwindcss-injector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@weapp-tailwindcss/shared": "workspace:*",
57-
"fs-extra": "^11.2.0",
57+
"fs-extra": "^11.3.0",
5858
"htmlparser2": "^10.0.0",
5959
"magic-string": "^0.30.17",
6060
"postcss": "^8.5.1",

packages/weapp-tailwindcss/test/webpack.v5.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ describe.skipIf(!ci.isCI && os.platform() === 'win32')('webpack5 plugin', () =>
333333
timeTaken = performance.now() - timeStart
334334
console.log(`[common with loader] case processAssets executed in ${timeTaken}ms`)
335335
},
336+
cssChildCombinatorReplaceValue: ['view'],
336337
}).apply(compiler)
337338

338339
const stats = await compile(compiler)

packages/weapp-tailwindcss/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"dist",
3434
"node_modules",
3535
"test/types",
36-
"./*.d.ts",
37-
"demo/**/*",
3836
"test/fixtures/**/*"
3937
]
4038
}

plugins/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"cosmiconfig": "^9.0.0",
6767
"debug": "4.4.0",
6868
"del": "^8.0.0",
69-
"fs-extra": "^11.2.0",
69+
"fs-extra": "^11.3.0",
7070
"gulp": "^4.0.2",
7171
"gulp-debug": "^5.0.1",
7272
"gulp-less": "^5.0.0",

pnpm-lock.yaml

Lines changed: 257 additions & 247 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)