weapp-tailwindcss 3.5.2 → 3.5.3

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.
Files changed (37) hide show
  1. package/dist/bundlers/gulp/index.d.ts +1 -1
  2. package/dist/cache/index.d.ts +1 -1
  3. package/dist/cli.js +3360 -5
  4. package/dist/cli.mjs +3357 -9
  5. package/dist/core.js +2 -2
  6. package/dist/core.mjs +2 -2
  7. package/dist/{defaults-CWrYZAlE.mjs → defaults-5A8JI2hW.mjs} +1 -1
  8. package/dist/{defaults-Bo5n6a1r.js → defaults-CdqzSWsR.js} +1 -1
  9. package/dist/defaults.js +1 -1
  10. package/dist/defaults.mjs +1 -1
  11. package/dist/gulp.js +3 -3
  12. package/dist/gulp.mjs +3 -3
  13. package/dist/{index-CMRC3rPR.mjs → index-BOz3IEuV.mjs} +1 -1
  14. package/dist/{index-DnKMgPUl.mjs → index-BfmTmdHm.mjs} +2 -2
  15. package/dist/{index-D_Im3H17.js → index-DIZlWN56.js} +2 -2
  16. package/dist/{index-DzdjmBcg.js → index-Dbbfs_Dv.js} +1 -1
  17. package/dist/index.js +5 -5
  18. package/dist/index.mjs +5 -5
  19. package/dist/init.d.ts +34 -0
  20. package/dist/logger.d.ts +1 -0
  21. package/dist/npm.d.ts +22 -0
  22. package/dist/{options-B9PPOdJv.mjs → options-BDij5-AP.mjs} +1 -1
  23. package/dist/{options-DgkOONy_.js → options-DslwksAa.js} +1 -1
  24. package/dist/postcss/index.d.ts +1 -1
  25. package/dist/postcss/mp.d.ts +1 -1
  26. package/dist/postcss/selectorParser.d.ts +1 -1
  27. package/dist/tailwindcss/patcher.d.ts +1 -1
  28. package/dist/{v5-c6m3PupX.mjs → v5-D7B3M2-H.mjs} +2 -2
  29. package/dist/{v5-CqteGjOW.js → v5-axtiXCio.js} +2 -2
  30. package/dist/vite.js +3 -3
  31. package/dist/vite.mjs +3 -3
  32. package/dist/webpack.js +3 -3
  33. package/dist/webpack.mjs +3 -3
  34. package/dist/webpack4.js +2 -2
  35. package/dist/webpack4.mjs +2 -2
  36. package/dist/wxml/utils.d.ts +1 -1
  37. package/package.json +5 -3
package/dist/core.js CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var options = require('./options-DgkOONy_.js');
5
+ var options = require('./options-DslwksAa.js');
6
6
  require('lru-cache');
7
7
  require('md5');
8
- require('./defaults-Bo5n6a1r.js');
8
+ require('./defaults-CdqzSWsR.js');
9
9
  require('@ast-core/escape');
10
10
  require('@weapp-core/escape');
11
11
  require('./defu-Cdz2PomB.js');
package/dist/core.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { g as getOptions } from './options-B9PPOdJv.mjs';
1
+ import { g as getOptions } from './options-BDij5-AP.mjs';
2
2
  import 'lru-cache';
3
3
  import 'md5';
4
- import './defaults-CWrYZAlE.mjs';
4
+ import './defaults-5A8JI2hW.mjs';
5
5
  import '@ast-core/escape';
6
6
  import '@weapp-core/escape';
7
7
  import './defu-n46TJT6t.mjs';
@@ -56,7 +56,7 @@ const defuOverrideArray = createDefu((obj, key, value) => {
56
56
 
57
57
  const defaultOptions = {
58
58
  cssMatcher: file => /.+\.(?:wx|ac|jx|tt|q|c|ty)ss$/.test(file),
59
- htmlMatcher: file => /.+\.(?:(?:wx|ax|jx|ks|tt|q|ty)ml|swan)$/.test(file),
59
+ htmlMatcher: file => /.+\.(?:(?:wx|ax|jx|ks|tt|q|ty|xhs)ml|swan)$/.test(file),
60
60
  jsMatcher: (file) => {
61
61
  if (file.includes('node_modules')) {
62
62
  return false;
@@ -58,7 +58,7 @@ const defuOverrideArray = defu.createDefu((obj, key, value) => {
58
58
 
59
59
  const defaultOptions = {
60
60
  cssMatcher: file => /.+\.(?:wx|ac|jx|tt|q|c|ty)ss$/.test(file),
61
- htmlMatcher: file => /.+\.(?:(?:wx|ax|jx|ks|tt|q|ty)ml|swan)$/.test(file),
61
+ htmlMatcher: file => /.+\.(?:(?:wx|ax|jx|ks|tt|q|ty|xhs)ml|swan)$/.test(file),
62
62
  jsMatcher: (file) => {
63
63
  if (file.includes('node_modules')) {
64
64
  return false;
package/dist/defaults.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('@ast-core/escape');
6
6
  require('@weapp-core/escape');
7
- var defaults = require('./defaults-Bo5n6a1r.js');
7
+ var defaults = require('./defaults-CdqzSWsR.js');
8
8
  require('./defu-Cdz2PomB.js');
9
9
 
10
10
 
package/dist/defaults.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  import '@ast-core/escape';
2
2
  import '@weapp-core/escape';
3
- export { a as defaultOptions } from './defaults-CWrYZAlE.mjs';
3
+ export { a as defaultOptions } from './defaults-5A8JI2hW.mjs';
4
4
  import './defu-n46TJT6t.mjs';
package/dist/gulp.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-DzdjmBcg.js');
6
- require('./options-DgkOONy_.js');
5
+ var index = require('./index-Dbbfs_Dv.js');
6
+ require('./options-DslwksAa.js');
7
7
  require('lru-cache');
8
8
  require('md5');
9
- require('./defaults-Bo5n6a1r.js');
9
+ require('./defaults-CdqzSWsR.js');
10
10
  require('@ast-core/escape');
11
11
  require('@weapp-core/escape');
12
12
  require('./defu-Cdz2PomB.js');
package/dist/gulp.mjs CHANGED
@@ -1,8 +1,8 @@
1
- export { c as createPlugins } from './index-CMRC3rPR.mjs';
2
- import './options-B9PPOdJv.mjs';
1
+ export { c as createPlugins } from './index-BOz3IEuV.mjs';
2
+ import './options-BDij5-AP.mjs';
3
3
  import 'lru-cache';
4
4
  import 'md5';
5
- import './defaults-CWrYZAlE.mjs';
5
+ import './defaults-5A8JI2hW.mjs';
6
6
  import '@ast-core/escape';
7
7
  import '@weapp-core/escape';
8
8
  import './defu-n46TJT6t.mjs';
@@ -1,4 +1,4 @@
1
- import { g as getOptions, _ as __awaiter } from './options-B9PPOdJv.mjs';
1
+ import { g as getOptions, _ as __awaiter } from './options-BDij5-AP.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,7 +1,7 @@
1
- import { g as getOptions, _ as __awaiter } from './options-B9PPOdJv.mjs';
1
+ import { g as getOptions, _ as __awaiter } from './options-BDij5-AP.mjs';
2
2
  import { v as vitePluginName } from './index-zFq7tKDr.mjs';
3
3
  import { c as createDebug } from './index-BEIjgKpF.mjs';
4
- import { g as getGroupedEntries } from './defaults-CWrYZAlE.mjs';
4
+ import { g as getGroupedEntries } from './defaults-5A8JI2hW.mjs';
5
5
 
6
6
  const debug = createDebug();
7
7
  function UnifiedViteWeappTailwindcssPlugin(options = {}) {
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var options = require('./options-DgkOONy_.js');
3
+ var options = require('./options-DslwksAa.js');
4
4
  var index = require('./index-B2LUAr--.js');
5
5
  var index$1 = require('./index-HC-Qkn0i.js');
6
- var defaults = require('./defaults-Bo5n6a1r.js');
6
+ var defaults = require('./defaults-CdqzSWsR.js');
7
7
 
8
8
  const debug = index$1.createDebug();
9
9
  function UnifiedViteWeappTailwindcssPlugin(options$1 = {}) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var options = require('./options-DgkOONy_.js');
3
+ var options = require('./options-DslwksAa.js');
4
4
  var node_buffer = require('node:buffer');
5
5
  var stream = require('node:stream');
6
6
  var index = require('./index-HC-Qkn0i.js');
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-DzdjmBcg.js');
6
- var index$1 = require('./index-D_Im3H17.js');
7
- var v5 = require('./v5-CqteGjOW.js');
8
- require('./options-DgkOONy_.js');
5
+ var index = require('./index-Dbbfs_Dv.js');
6
+ var index$1 = require('./index-DIZlWN56.js');
7
+ var v5 = require('./v5-axtiXCio.js');
8
+ require('./options-DslwksAa.js');
9
9
  require('lru-cache');
10
10
  require('md5');
11
- require('./defaults-Bo5n6a1r.js');
11
+ require('./defaults-CdqzSWsR.js');
12
12
  require('@ast-core/escape');
13
13
  require('@weapp-core/escape');
14
14
  require('./defu-Cdz2PomB.js');
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
- export { c as createPlugins } from './index-CMRC3rPR.mjs';
2
- export { U as UnifiedViteWeappTailwindcssPlugin } from './index-DnKMgPUl.mjs';
3
- export { U as UnifiedWebpackPluginV5 } from './v5-c6m3PupX.mjs';
4
- import './options-B9PPOdJv.mjs';
1
+ export { c as createPlugins } from './index-BOz3IEuV.mjs';
2
+ export { U as UnifiedViteWeappTailwindcssPlugin } from './index-BfmTmdHm.mjs';
3
+ export { U as UnifiedWebpackPluginV5 } from './v5-D7B3M2-H.mjs';
4
+ import './options-BDij5-AP.mjs';
5
5
  import 'lru-cache';
6
6
  import 'md5';
7
- import './defaults-CWrYZAlE.mjs';
7
+ import './defaults-5A8JI2hW.mjs';
8
8
  import '@ast-core/escape';
9
9
  import '@weapp-core/escape';
10
10
  import './defu-n46TJT6t.mjs';
package/dist/init.d.ts ADDED
@@ -0,0 +1,34 @@
1
+ import type { PackageJson } from 'pkg-types';
2
+ import type { FetchOptions } from './npm';
3
+ export interface CreateContextOptions {
4
+ cwd: string;
5
+ pkgJsonBasename?: string;
6
+ postcssConfigBasename?: string;
7
+ tailwindConfigBasename?: string;
8
+ fetchOptions?: FetchOptions;
9
+ }
10
+ export declare function createContext(options: Required<CreateContextOptions>): Promise<{
11
+ pkgJson: PackageJson;
12
+ pkgJsonPath: string;
13
+ cwd: string;
14
+ versions: {
15
+ tailwindcss: string;
16
+ postcss: string;
17
+ autoprefixer: string;
18
+ 'weapp-tailwindcss': string;
19
+ };
20
+ postcssConfigBasename: string;
21
+ tailwindConfigBasename: string;
22
+ readonly type: "module" | "commonjs" | undefined;
23
+ } | undefined>;
24
+ export type Context = Exclude<Awaited<ReturnType<typeof createContext>>, undefined>;
25
+ export declare function updatePackageJson(ctx: Context): Promise<void>;
26
+ export declare function touchPostcssConfig(ctx: Context): Promise<void>;
27
+ export declare function touchTailwindConfig(ctx: Context): Promise<void>;
28
+ export declare function getInitDefaults(): {
29
+ cwd: string;
30
+ postcssConfigBasename: string;
31
+ tailwindConfigBasename: string;
32
+ pkgJsonBasename: string;
33
+ };
34
+ export declare function init(options?: CreateContextOptions): Promise<void>;
@@ -0,0 +1 @@
1
+ export declare const logger: import("consola").ConsolaInstance;
package/dist/npm.d.ts ADDED
@@ -0,0 +1,22 @@
1
+ import type { Options } from 'npm-registry-fetch';
2
+ export type FetchOptions = Options;
3
+ export declare function fetchPackage(packageName: string, options?: FetchOptions): Promise<{
4
+ "dist-tags": {
5
+ latest: string;
6
+ };
7
+ "versions": Record<string, unknown>;
8
+ }>;
9
+ export declare function getLatestVersion(packageName: string, options?: FetchOptions): Promise<string>;
10
+ export declare function getLatestVersionInRange(packageName: string, versionRange: string, options?: FetchOptions): Promise<string>;
11
+ export declare const defaultDevDeps: {
12
+ tailwindcss: string;
13
+ postcss: string;
14
+ autoprefixer: string;
15
+ 'weapp-tailwindcss': string;
16
+ };
17
+ export declare function getDevDepsVersions(options?: FetchOptions): Promise<{
18
+ tailwindcss: string;
19
+ postcss: string;
20
+ autoprefixer: string;
21
+ 'weapp-tailwindcss': string;
22
+ }>;
@@ -1,6 +1,6 @@
1
1
  import { LRUCache } from 'lru-cache';
2
2
  import md5 from 'md5';
3
- import { d as defuOverrideArray, a as defaultOptions, i as isMap } from './defaults-CWrYZAlE.mjs';
3
+ import { d as defuOverrideArray, a as defaultOptions, i as isMap } from './defaults-5A8JI2hW.mjs';
4
4
  import MagicString from 'magic-string';
5
5
  import _babelGenerate from '@babel/generator';
6
6
  import _babelTraverse from '@babel/traverse';
@@ -2,7 +2,7 @@
2
2
 
3
3
  var lruCache = require('lru-cache');
4
4
  var md5 = require('md5');
5
- var defaults = require('./defaults-Bo5n6a1r.js');
5
+ var defaults = require('./defaults-CdqzSWsR.js');
6
6
  var MagicString = require('magic-string');
7
7
  var _babelGenerate = require('@babel/generator');
8
8
  var _babelTraverse = require('@babel/traverse');
@@ -1,4 +1,4 @@
1
- import postcss from 'postcss';
2
1
  import type { IStyleHandlerOptions } from '../types';
2
+ import postcss from 'postcss';
3
3
  export declare function styleHandler(rawSource: string, options: IStyleHandlerOptions): Promise<postcss.Result<postcss.Document | postcss.Root>>;
4
4
  export declare function createStyleHandler(options: Partial<IStyleHandlerOptions>): (rawSource: string, opt?: Partial<IStyleHandlerOptions>) => Promise<postcss.Result<postcss.Document | postcss.Root>>;
@@ -1,5 +1,5 @@
1
- import { Rule } from 'postcss';
2
1
  import type { IStyleHandlerOptions } from '../types';
2
+ import { Rule } from 'postcss';
3
3
  export declare function testIfVariablesScope(node: Rule, count?: number): boolean;
4
4
  export declare function testIfTwBackdrop(node: Rule, count?: number): boolean;
5
5
  export declare function makePseudoVarRule(): Rule;
@@ -1,6 +1,6 @@
1
- import selectorParser from 'postcss-selector-parser';
2
1
  import type { Rule } from 'postcss';
3
2
  import type { IStyleHandlerOptions } from '../types';
3
+ import selectorParser from 'postcss-selector-parser';
4
4
  export declare function ruleTransformSync(rule: Rule, options: IStyleHandlerOptions): void;
5
5
  export declare function isOnlyBeforeAndAfterPseudoElement(node: Rule): boolean;
6
6
  export declare const fallbackRemove: selectorParser.Processor<void, selectorParser.Selectors>;
@@ -1,3 +1,3 @@
1
- import { TailwindcssPatcher } from 'tailwindcss-patch';
2
1
  import type { ILengthUnitsPatchOptions } from 'tailwindcss-patch';
2
+ import { TailwindcssPatcher } from 'tailwindcss-patch';
3
3
  export declare function createTailwindcssPatcher(basedir?: string, cacheDir?: string, supportCustomLengthUnitsPatch?: boolean | ILengthUnitsPatchOptions): TailwindcssPatcher;
@@ -1,9 +1,9 @@
1
- import { g as getOptions, _ as __awaiter } from './options-B9PPOdJv.mjs';
1
+ import { g as getOptions, _ as __awaiter } from './options-BDij5-AP.mjs';
2
2
  import fs from 'node:fs';
3
3
  import path from 'node:path';
4
4
  import { b as pluginName } from './index-zFq7tKDr.mjs';
5
5
  import { c as createDebug } from './index-BEIjgKpF.mjs';
6
- import { g as getGroupedEntries, r as removeExt } from './defaults-CWrYZAlE.mjs';
6
+ import { g as getGroupedEntries, r as removeExt } from './defaults-5A8JI2hW.mjs';
7
7
 
8
8
  const debug = createDebug();
9
9
  class UnifiedWebpackPluginV5 {
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var options = require('./options-DgkOONy_.js');
3
+ var options = require('./options-DslwksAa.js');
4
4
  var fs = require('node:fs');
5
5
  var path = require('node:path');
6
6
  var index = require('./index-B2LUAr--.js');
7
7
  var index$1 = require('./index-HC-Qkn0i.js');
8
- var defaults = require('./defaults-Bo5n6a1r.js');
8
+ var defaults = require('./defaults-CdqzSWsR.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
package/dist/vite.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index = require('./index-D_Im3H17.js');
6
- require('./options-DgkOONy_.js');
5
+ var index = require('./index-DIZlWN56.js');
6
+ require('./options-DslwksAa.js');
7
7
  require('lru-cache');
8
8
  require('md5');
9
- require('./defaults-Bo5n6a1r.js');
9
+ require('./defaults-CdqzSWsR.js');
10
10
  require('@ast-core/escape');
11
11
  require('@weapp-core/escape');
12
12
  require('./defu-Cdz2PomB.js');
package/dist/vite.mjs CHANGED
@@ -1,8 +1,8 @@
1
- export { U as UnifiedViteWeappTailwindcssPlugin } from './index-DnKMgPUl.mjs';
2
- import './options-B9PPOdJv.mjs';
1
+ export { U as UnifiedViteWeappTailwindcssPlugin } from './index-BfmTmdHm.mjs';
2
+ import './options-BDij5-AP.mjs';
3
3
  import 'lru-cache';
4
4
  import 'md5';
5
- import './defaults-CWrYZAlE.mjs';
5
+ import './defaults-5A8JI2hW.mjs';
6
6
  import '@ast-core/escape';
7
7
  import '@weapp-core/escape';
8
8
  import './defu-n46TJT6t.mjs';
package/dist/webpack.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var v5 = require('./v5-CqteGjOW.js');
6
- require('./options-DgkOONy_.js');
5
+ var v5 = require('./v5-axtiXCio.js');
6
+ require('./options-DslwksAa.js');
7
7
  require('lru-cache');
8
8
  require('md5');
9
- require('./defaults-Bo5n6a1r.js');
9
+ require('./defaults-CdqzSWsR.js');
10
10
  require('@ast-core/escape');
11
11
  require('@weapp-core/escape');
12
12
  require('./defu-Cdz2PomB.js');
package/dist/webpack.mjs CHANGED
@@ -1,8 +1,8 @@
1
- export { U as UnifiedWebpackPluginV5 } from './v5-c6m3PupX.mjs';
2
- import './options-B9PPOdJv.mjs';
1
+ export { U as UnifiedWebpackPluginV5 } from './v5-D7B3M2-H.mjs';
2
+ import './options-BDij5-AP.mjs';
3
3
  import 'lru-cache';
4
4
  import 'md5';
5
- import './defaults-CWrYZAlE.mjs';
5
+ import './defaults-5A8JI2hW.mjs';
6
6
  import '@ast-core/escape';
7
7
  import '@weapp-core/escape';
8
8
  import './defu-n46TJT6t.mjs';
package/dist/webpack4.js CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var options = require('./options-DgkOONy_.js');
5
+ var options = require('./options-DslwksAa.js');
6
6
  var fs = require('node:fs');
7
7
  var path = require('node:path');
8
8
  var webpackSources = require('webpack-sources');
9
9
  var index = require('./index-B2LUAr--.js');
10
10
  var index$1 = require('./index-HC-Qkn0i.js');
11
- var defaults = require('./defaults-Bo5n6a1r.js');
11
+ var defaults = require('./defaults-CdqzSWsR.js');
12
12
  require('lru-cache');
13
13
  require('md5');
14
14
  require('magic-string');
package/dist/webpack4.mjs CHANGED
@@ -1,10 +1,10 @@
1
- import { g as getOptions, _ as __awaiter } from './options-B9PPOdJv.mjs';
1
+ import { g as getOptions, _ as __awaiter } from './options-BDij5-AP.mjs';
2
2
  import fs from 'node:fs';
3
3
  import path from 'node:path';
4
4
  import { ConcatSource, RawSource } from 'webpack-sources';
5
5
  import { b as pluginName } from './index-zFq7tKDr.mjs';
6
6
  import { c as createDebug } from './index-BEIjgKpF.mjs';
7
- import { g as getGroupedEntries, r as removeExt } from './defaults-CWrYZAlE.mjs';
7
+ import { g as getGroupedEntries, r as removeExt } from './defaults-5A8JI2hW.mjs';
8
8
  import 'lru-cache';
9
9
  import 'md5';
10
10
  import 'magic-string';
@@ -1,7 +1,7 @@
1
- import MagicString from 'magic-string';
2
1
  import type { ItemOrItemArray } from '../reg';
3
2
  import type { ITemplateHandlerOptions } from '../types';
4
3
  import type { Token } from './Tokenizer';
4
+ import MagicString from 'magic-string';
5
5
  export declare function generateCode(match: string, options?: ITemplateHandlerOptions): string;
6
6
  export declare function handleEachClassFragment(ms: MagicString, tokens: Token[], options?: ITemplateHandlerOptions): void;
7
7
  export declare function templateReplacer(original: string, options?: ITemplateHandlerOptions): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",
@@ -135,13 +135,15 @@
135
135
  "@tailwindcss-mangle/shared": "~3.0.0",
136
136
  "@weapp-core/escape": "~2.1.0",
137
137
  "@weapp-core/regex": "~1.0.1",
138
+ "consola": "^3.2.3",
138
139
  "debug": "~4.3.7",
139
140
  "htmlparser2": "9.1.0",
140
141
  "loader-utils": "2.0.4",
141
142
  "lru-cache": "10.4.3",
142
143
  "magic-string": "0.30.11",
143
144
  "md5": "2.3.0",
144
- "postcss": "~8.4.45",
145
+ "npm-registry-fetch": "^17.1.0",
146
+ "postcss": "~8.4.47",
145
147
  "postcss-rem-to-responsive-pixel": "~6.0.2",
146
148
  "postcss-selector-parser": "~6.1.2",
147
149
  "semver": "~7.6.2",
@@ -149,7 +151,7 @@
149
151
  "webpack-sources": "3.2.3"
150
152
  },
151
153
  "scripts": {
152
- "dev": "pnpm clean && pnpm dts && cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript -w",
154
+ "dev": "pnpm clean && cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript -w",
153
155
  "build": "pnpm clean && cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript",
154
156
  "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
155
157
  "build:cli": "cd plugins/cli && pnpm run build",