weapp-tailwindcss 3.6.2 → 3.7.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/core.js +2 -2
- package/dist/core.mjs +2 -2
- package/dist/gulp.js +3 -3
- package/dist/gulp.mjs +3 -3
- package/dist/{index-DJ6L5Xph.js → index-BE6wE0No.js} +1 -1
- package/dist/{index-BDm22ruU.mjs → index-BF8k8rHr.mjs} +3 -0
- package/dist/{index-D0Epc3gp.mjs → index-CoTUirpU.mjs} +1 -1
- package/dist/{index-L53veHx0.mjs → index-DQWPK2Gk.mjs} +2 -2
- package/dist/{index-BAgZ55jR.js → index-Da8_sCz_.js} +2 -2
- package/dist/{index-BXFTqrbY.js → index-h2-ZMO3S.js} +3 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/dist/{options-De5Hd0X8.mjs → options-B9bqXmm1.mjs} +1 -1
- package/dist/{options-C8bt_5gC.js → options-DW1MHPWk.js} +1 -1
- package/dist/postcss.js +1 -1
- package/dist/postcss.mjs +1 -1
- package/dist/{v5-CRUBJKwZ.js → v5-Bil5avxf.js} +2 -2
- package/dist/{v5-DkZoSlBn.mjs → v5-D0HXtisF.mjs} +2 -2
- package/dist/vite.js +3 -3
- package/dist/vite.mjs +3 -3
- package/dist/webpack.js +3 -3
- package/dist/webpack.mjs +3 -3
- package/dist/webpack4.js +2 -2
- package/dist/webpack4.mjs +2 -2
- package/package.json +9 -9
package/dist/cli.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var process$1 = require('node:process');
|
|
4
4
|
var semver = require('semver');
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var options = require('./options-
|
|
5
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
6
|
+
var options = require('./options-DW1MHPWk.js');
|
|
7
7
|
var require$$0$2 = require('fs');
|
|
8
8
|
var require$$0 = require('constants');
|
|
9
9
|
var require$$0$1 = require('stream');
|
package/dist/cli.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import process$1 from 'node:process';
|
|
2
2
|
import semver from 'semver';
|
|
3
|
-
import { W as WEAPP_TW_REQUIRED_NODE_VERSION } from './index-
|
|
4
|
-
import { _ as __awaiter, l as logger, g as getOptions } from './options-
|
|
3
|
+
import { W as WEAPP_TW_REQUIRED_NODE_VERSION } from './index-BF8k8rHr.mjs';
|
|
4
|
+
import { _ as __awaiter, l as logger, g as getOptions } from './options-B9bqXmm1.mjs';
|
|
5
5
|
import require$$0$2 from 'fs';
|
|
6
6
|
import require$$0 from 'constants';
|
|
7
7
|
import require$$0$1 from 'stream';
|
package/dist/core.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var options = require('./options-
|
|
5
|
+
var options = require('./options-DW1MHPWk.js');
|
|
6
6
|
require('lru-cache');
|
|
7
7
|
require('md5');
|
|
8
8
|
require('./defaults-CdqzSWsR.js');
|
|
@@ -19,7 +19,7 @@ require('./replace.js');
|
|
|
19
19
|
require('./shared-r_GpWheO.js');
|
|
20
20
|
require('@tailwindcss-mangle/shared');
|
|
21
21
|
require('postcss');
|
|
22
|
-
require('./index-
|
|
22
|
+
require('./index-h2-ZMO3S.js');
|
|
23
23
|
require('@csstools/postcss-is-pseudo-class');
|
|
24
24
|
require('postcss-rem-to-responsive-pixel');
|
|
25
25
|
require('postcss-selector-parser');
|
package/dist/core.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getOptions } from './options-
|
|
1
|
+
import { g as getOptions } from './options-B9bqXmm1.mjs';
|
|
2
2
|
import 'lru-cache';
|
|
3
3
|
import 'md5';
|
|
4
4
|
import './defaults-5A8JI2hW.mjs';
|
|
@@ -15,7 +15,7 @@ import './replace.mjs';
|
|
|
15
15
|
import './shared-COWjpokr.mjs';
|
|
16
16
|
import '@tailwindcss-mangle/shared';
|
|
17
17
|
import 'postcss';
|
|
18
|
-
import './index-
|
|
18
|
+
import './index-BF8k8rHr.mjs';
|
|
19
19
|
import '@csstools/postcss-is-pseudo-class';
|
|
20
20
|
import 'postcss-rem-to-responsive-pixel';
|
|
21
21
|
import 'postcss-selector-parser';
|
package/dist/gulp.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
require('./options-
|
|
5
|
+
var index = require('./index-BE6wE0No.js');
|
|
6
|
+
require('./options-DW1MHPWk.js');
|
|
7
7
|
require('lru-cache');
|
|
8
8
|
require('md5');
|
|
9
9
|
require('./defaults-CdqzSWsR.js');
|
|
@@ -20,7 +20,7 @@ require('./replace.js');
|
|
|
20
20
|
require('./shared-r_GpWheO.js');
|
|
21
21
|
require('@tailwindcss-mangle/shared');
|
|
22
22
|
require('postcss');
|
|
23
|
-
require('./index-
|
|
23
|
+
require('./index-h2-ZMO3S.js');
|
|
24
24
|
require('@csstools/postcss-is-pseudo-class');
|
|
25
25
|
require('postcss-rem-to-responsive-pixel');
|
|
26
26
|
require('postcss-selector-parser');
|
package/dist/gulp.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as createPlugins } from './index-
|
|
2
|
-
import './options-
|
|
1
|
+
export { c as createPlugins } from './index-CoTUirpU.mjs';
|
|
2
|
+
import './options-B9bqXmm1.mjs';
|
|
3
3
|
import 'lru-cache';
|
|
4
4
|
import 'md5';
|
|
5
5
|
import './defaults-5A8JI2hW.mjs';
|
|
@@ -16,7 +16,7 @@ import './replace.mjs';
|
|
|
16
16
|
import './shared-COWjpokr.mjs';
|
|
17
17
|
import '@tailwindcss-mangle/shared';
|
|
18
18
|
import 'postcss';
|
|
19
|
-
import './index-
|
|
19
|
+
import './index-BF8k8rHr.mjs';
|
|
20
20
|
import '@csstools/postcss-is-pseudo-class';
|
|
21
21
|
import 'postcss-rem-to-responsive-pixel';
|
|
22
22
|
import 'postcss-selector-parser';
|
|
@@ -121,6 +121,9 @@ const postcssWeappTailwindcssPostPlugin = (options = {
|
|
|
121
121
|
updateSelector: true,
|
|
122
122
|
lossless: false,
|
|
123
123
|
});
|
|
124
|
+
if (rule.selectors.length === 0 || (rule.selectors.length === 1 && rule.selector.trim() === '')) {
|
|
125
|
+
rule.remove();
|
|
126
|
+
}
|
|
124
127
|
});
|
|
125
128
|
};
|
|
126
129
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getOptions, _ as __awaiter } from './options-
|
|
1
|
+
import { g as getOptions, _ as __awaiter } from './options-B9bqXmm1.mjs';
|
|
2
2
|
import { Buffer } from 'node:buffer';
|
|
3
3
|
import stream from 'node:stream';
|
|
4
4
|
import { c as createDebug } from './index-BEIjgKpF.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getOptions, _ as __awaiter } from './options-
|
|
2
|
-
import { v as vitePluginName } from './index-
|
|
1
|
+
import { g as getOptions, _ as __awaiter } from './options-B9bqXmm1.mjs';
|
|
2
|
+
import { v as vitePluginName } from './index-BF8k8rHr.mjs';
|
|
3
3
|
import { c as createDebug } from './index-BEIjgKpF.mjs';
|
|
4
4
|
import { g as getGroupedEntries } from './defaults-5A8JI2hW.mjs';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var options = require('./options-
|
|
4
|
-
var index = require('./index-
|
|
3
|
+
var options = require('./options-DW1MHPWk.js');
|
|
4
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
5
5
|
var index$1 = require('./index-HC-Qkn0i.js');
|
|
6
6
|
var defaults = require('./defaults-CdqzSWsR.js');
|
|
7
7
|
|
|
@@ -129,6 +129,9 @@ const postcssWeappTailwindcssPostPlugin = (options = {
|
|
|
129
129
|
updateSelector: true,
|
|
130
130
|
lossless: false,
|
|
131
131
|
});
|
|
132
|
+
if (rule.selectors.length === 0 || (rule.selectors.length === 1 && rule.selector.trim() === '')) {
|
|
133
|
+
rule.remove();
|
|
134
|
+
}
|
|
132
135
|
});
|
|
133
136
|
};
|
|
134
137
|
}
|
package/dist/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
var index$1 = require('./index-
|
|
7
|
-
var v5 = require('./v5-
|
|
8
|
-
require('./options-
|
|
5
|
+
var index = require('./index-BE6wE0No.js');
|
|
6
|
+
var index$1 = require('./index-Da8_sCz_.js');
|
|
7
|
+
var v5 = require('./v5-Bil5avxf.js');
|
|
8
|
+
require('./options-DW1MHPWk.js');
|
|
9
9
|
require('lru-cache');
|
|
10
10
|
require('md5');
|
|
11
11
|
require('./defaults-CdqzSWsR.js');
|
|
@@ -22,7 +22,7 @@ require('./replace.js');
|
|
|
22
22
|
require('./shared-r_GpWheO.js');
|
|
23
23
|
require('@tailwindcss-mangle/shared');
|
|
24
24
|
require('postcss');
|
|
25
|
-
require('./index-
|
|
25
|
+
require('./index-h2-ZMO3S.js');
|
|
26
26
|
require('@csstools/postcss-is-pseudo-class');
|
|
27
27
|
require('postcss-rem-to-responsive-pixel');
|
|
28
28
|
require('postcss-selector-parser');
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { c as createPlugins } from './index-
|
|
2
|
-
export { U as UnifiedViteWeappTailwindcssPlugin } from './index-
|
|
3
|
-
export { U as UnifiedWebpackPluginV5 } from './v5-
|
|
4
|
-
import './options-
|
|
1
|
+
export { c as createPlugins } from './index-CoTUirpU.mjs';
|
|
2
|
+
export { U as UnifiedViteWeappTailwindcssPlugin } from './index-DQWPK2Gk.mjs';
|
|
3
|
+
export { U as UnifiedWebpackPluginV5 } from './v5-D0HXtisF.mjs';
|
|
4
|
+
import './options-B9bqXmm1.mjs';
|
|
5
5
|
import 'lru-cache';
|
|
6
6
|
import 'md5';
|
|
7
7
|
import './defaults-5A8JI2hW.mjs';
|
|
@@ -18,7 +18,7 @@ import './replace.mjs';
|
|
|
18
18
|
import './shared-COWjpokr.mjs';
|
|
19
19
|
import '@tailwindcss-mangle/shared';
|
|
20
20
|
import 'postcss';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-BF8k8rHr.mjs';
|
|
22
22
|
import '@csstools/postcss-is-pseudo-class';
|
|
23
23
|
import 'postcss-rem-to-responsive-pixel';
|
|
24
24
|
import 'postcss-selector-parser';
|
|
@@ -12,7 +12,7 @@ import { escapeStringRegexp } from '@weapp-core/regex';
|
|
|
12
12
|
import { replaceJs as replaceWxml } from './replace.mjs';
|
|
13
13
|
import { ClassGenerator, defaultMangleClassFilter } from '@tailwindcss-mangle/shared';
|
|
14
14
|
import postcss from 'postcss';
|
|
15
|
-
import { g as getPlugins } from './index-
|
|
15
|
+
import { g as getPlugins } from './index-BF8k8rHr.mjs';
|
|
16
16
|
import path from 'node:path';
|
|
17
17
|
import process from 'node:process';
|
|
18
18
|
import { TailwindcssPatcher } from 'tailwindcss-patch';
|
|
@@ -14,7 +14,7 @@ var regex = require('@weapp-core/regex');
|
|
|
14
14
|
var replace = require('./replace.js');
|
|
15
15
|
var shared = require('@tailwindcss-mangle/shared');
|
|
16
16
|
var postcss = require('postcss');
|
|
17
|
-
var index = require('./index-
|
|
17
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
18
18
|
var path = require('node:path');
|
|
19
19
|
var process = require('node:process');
|
|
20
20
|
var tailwindcssPatch = require('tailwindcss-patch');
|
package/dist/postcss.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
6
6
|
var postcssIsPseudoClass = require('@csstools/postcss-is-pseudo-class');
|
|
7
7
|
var postcssRem2rpx = require('postcss-rem-to-responsive-pixel');
|
|
8
8
|
require('postcss-selector-parser');
|
package/dist/postcss.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { g as getPlugins, p as postcssWeappTailwindcssPostPlugin, a as postcssWeappTailwindcssPrePlugin } from './index-
|
|
1
|
+
export { g as getPlugins, p as postcssWeappTailwindcssPostPlugin, a as postcssWeappTailwindcssPrePlugin } from './index-BF8k8rHr.mjs';
|
|
2
2
|
export { default as postcssIsPseudoClass } from '@csstools/postcss-is-pseudo-class';
|
|
3
3
|
export { default as postcssRem2rpx } from 'postcss-rem-to-responsive-pixel';
|
|
4
4
|
import 'postcss-selector-parser';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var options = require('./options-
|
|
3
|
+
var options = require('./options-DW1MHPWk.js');
|
|
4
4
|
var fs = require('node:fs');
|
|
5
5
|
var path = require('node:path');
|
|
6
|
-
var index = require('./index-
|
|
6
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
7
7
|
var index$1 = require('./index-HC-Qkn0i.js');
|
|
8
8
|
var defaults = require('./defaults-CdqzSWsR.js');
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getOptions, _ as __awaiter } from './options-
|
|
1
|
+
import { g as getOptions, _ as __awaiter } from './options-B9bqXmm1.mjs';
|
|
2
2
|
import fs from 'node:fs';
|
|
3
3
|
import path from 'node:path';
|
|
4
|
-
import { b as pluginName } from './index-
|
|
4
|
+
import { b as pluginName } from './index-BF8k8rHr.mjs';
|
|
5
5
|
import { c as createDebug } from './index-BEIjgKpF.mjs';
|
|
6
6
|
import { g as getGroupedEntries, r as removeExt } from './defaults-5A8JI2hW.mjs';
|
|
7
7
|
|
package/dist/vite.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('./index-
|
|
6
|
-
require('./options-
|
|
5
|
+
var index = require('./index-Da8_sCz_.js');
|
|
6
|
+
require('./options-DW1MHPWk.js');
|
|
7
7
|
require('lru-cache');
|
|
8
8
|
require('md5');
|
|
9
9
|
require('./defaults-CdqzSWsR.js');
|
|
@@ -20,7 +20,7 @@ require('./replace.js');
|
|
|
20
20
|
require('./shared-r_GpWheO.js');
|
|
21
21
|
require('@tailwindcss-mangle/shared');
|
|
22
22
|
require('postcss');
|
|
23
|
-
require('./index-
|
|
23
|
+
require('./index-h2-ZMO3S.js');
|
|
24
24
|
require('@csstools/postcss-is-pseudo-class');
|
|
25
25
|
require('postcss-rem-to-responsive-pixel');
|
|
26
26
|
require('postcss-selector-parser');
|
package/dist/vite.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { U as UnifiedViteWeappTailwindcssPlugin } from './index-
|
|
2
|
-
import './options-
|
|
1
|
+
export { U as UnifiedViteWeappTailwindcssPlugin } from './index-DQWPK2Gk.mjs';
|
|
2
|
+
import './options-B9bqXmm1.mjs';
|
|
3
3
|
import 'lru-cache';
|
|
4
4
|
import 'md5';
|
|
5
5
|
import './defaults-5A8JI2hW.mjs';
|
|
@@ -16,7 +16,7 @@ import './replace.mjs';
|
|
|
16
16
|
import './shared-COWjpokr.mjs';
|
|
17
17
|
import '@tailwindcss-mangle/shared';
|
|
18
18
|
import 'postcss';
|
|
19
|
-
import './index-
|
|
19
|
+
import './index-BF8k8rHr.mjs';
|
|
20
20
|
import '@csstools/postcss-is-pseudo-class';
|
|
21
21
|
import 'postcss-rem-to-responsive-pixel';
|
|
22
22
|
import 'postcss-selector-parser';
|
package/dist/webpack.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var v5 = require('./v5-
|
|
6
|
-
require('./options-
|
|
5
|
+
var v5 = require('./v5-Bil5avxf.js');
|
|
6
|
+
require('./options-DW1MHPWk.js');
|
|
7
7
|
require('lru-cache');
|
|
8
8
|
require('md5');
|
|
9
9
|
require('./defaults-CdqzSWsR.js');
|
|
@@ -20,7 +20,7 @@ require('./replace.js');
|
|
|
20
20
|
require('./shared-r_GpWheO.js');
|
|
21
21
|
require('@tailwindcss-mangle/shared');
|
|
22
22
|
require('postcss');
|
|
23
|
-
require('./index-
|
|
23
|
+
require('./index-h2-ZMO3S.js');
|
|
24
24
|
require('@csstools/postcss-is-pseudo-class');
|
|
25
25
|
require('postcss-rem-to-responsive-pixel');
|
|
26
26
|
require('postcss-selector-parser');
|
package/dist/webpack.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { U as UnifiedWebpackPluginV5 } from './v5-
|
|
2
|
-
import './options-
|
|
1
|
+
export { U as UnifiedWebpackPluginV5 } from './v5-D0HXtisF.mjs';
|
|
2
|
+
import './options-B9bqXmm1.mjs';
|
|
3
3
|
import 'lru-cache';
|
|
4
4
|
import 'md5';
|
|
5
5
|
import './defaults-5A8JI2hW.mjs';
|
|
@@ -16,7 +16,7 @@ import './replace.mjs';
|
|
|
16
16
|
import './shared-COWjpokr.mjs';
|
|
17
17
|
import '@tailwindcss-mangle/shared';
|
|
18
18
|
import 'postcss';
|
|
19
|
-
import './index-
|
|
19
|
+
import './index-BF8k8rHr.mjs';
|
|
20
20
|
import '@csstools/postcss-is-pseudo-class';
|
|
21
21
|
import 'postcss-rem-to-responsive-pixel';
|
|
22
22
|
import 'postcss-selector-parser';
|
package/dist/webpack4.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var options = require('./options-
|
|
5
|
+
var options = require('./options-DW1MHPWk.js');
|
|
6
6
|
var fs = require('node:fs');
|
|
7
7
|
var path = require('node:path');
|
|
8
8
|
var webpackSources = require('webpack-sources');
|
|
9
|
-
var index = require('./index-
|
|
9
|
+
var index = require('./index-h2-ZMO3S.js');
|
|
10
10
|
var index$1 = require('./index-HC-Qkn0i.js');
|
|
11
11
|
var defaults = require('./defaults-CdqzSWsR.js');
|
|
12
12
|
require('lru-cache');
|
package/dist/webpack4.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { g as getOptions, _ as __awaiter } from './options-
|
|
1
|
+
import { g as getOptions, _ as __awaiter } from './options-B9bqXmm1.mjs';
|
|
2
2
|
import fs from 'node:fs';
|
|
3
3
|
import path from 'node:path';
|
|
4
4
|
import { ConcatSource, RawSource } from 'webpack-sources';
|
|
5
|
-
import { b as pluginName } from './index-
|
|
5
|
+
import { b as pluginName } from './index-BF8k8rHr.mjs';
|
|
6
6
|
import { c as createDebug } from './index-BEIjgKpF.mjs';
|
|
7
7
|
import { g as getGroupedEntries, r as removeExt } from './defaults-5A8JI2hW.mjs';
|
|
8
8
|
import 'lru-cache';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0-alpha.0",
|
|
4
4
|
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -127,12 +127,12 @@
|
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
129
|
"@ast-core/escape": "~1.0.1",
|
|
130
|
-
"@babel/generator": "~7.
|
|
131
|
-
"@babel/parser": "~7.
|
|
132
|
-
"@babel/traverse": "~7.25.
|
|
133
|
-
"@babel/types": "~7.
|
|
134
|
-
"@csstools/postcss-is-pseudo-class": "~5.0.
|
|
135
|
-
"@tailwindcss-mangle/shared": "~
|
|
130
|
+
"@babel/generator": "~7.26.2",
|
|
131
|
+
"@babel/parser": "~7.26.2",
|
|
132
|
+
"@babel/traverse": "~7.25.9",
|
|
133
|
+
"@babel/types": "~7.26.0",
|
|
134
|
+
"@csstools/postcss-is-pseudo-class": "~5.0.1",
|
|
135
|
+
"@tailwindcss-mangle/shared": "~4.0.1",
|
|
136
136
|
"@weapp-core/escape": "~2.1.0",
|
|
137
137
|
"@weapp-core/regex": "~1.0.1",
|
|
138
138
|
"consola": "^3.2.3",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"npm-registry-fetch": "^18.0.2",
|
|
146
146
|
"postcss": "~8.4.47",
|
|
147
147
|
"postcss-rem-to-responsive-pixel": "~6.0.2",
|
|
148
|
-
"postcss-selector-parser": "~
|
|
148
|
+
"postcss-selector-parser": "~7.0.0",
|
|
149
149
|
"semver": "~7.6.3",
|
|
150
|
-
"tailwindcss-patch": "~
|
|
150
|
+
"tailwindcss-patch": "~5.0.2",
|
|
151
151
|
"webpack-sources": "3.2.3"
|
|
152
152
|
},
|
|
153
153
|
"scripts": {
|