weapp-tailwindcss 2.4.3 → 2.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "2.4.3",
3
+ "version": "2.5.2",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们\nbring tailwindcss jit engine to our miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -112,14 +112,16 @@
112
112
  "@types/gulp": "^4.0.11",
113
113
  "@types/gulp-postcss": "^8.0.3",
114
114
  "@types/jest": "^29.5.2",
115
+ "@types/klaw": "^3.0.3",
116
+ "@types/loader-utils": "^2.0.3",
115
117
  "@types/lodash": "^4.14.195",
116
118
  "@types/micromatch": "^4.0.2",
117
- "@types/node": "^20.2.6",
119
+ "@types/node": "^20.3.1",
118
120
  "@types/semver": "^7.5.0",
119
121
  "@types/vinyl": "^2.0.7",
120
122
  "@types/webpack": "^5.28.1",
121
123
  "@types/webpack-sources": "^3.2.0",
122
- "@vitest/coverage-v8": "^0.32.0",
124
+ "@vitest/coverage-v8": "^0.32.2",
123
125
  "autoprefixer": "^10.4.14",
124
126
  "babel-loader": "^9.1.2",
125
127
  "bumpp": "^9.1.1",
@@ -128,7 +130,7 @@
128
130
  "css-loader": "^6.8.1",
129
131
  "defu": "6.1.2",
130
132
  "del": "^6.1.1",
131
- "eslint": "8.42.0",
133
+ "eslint": "8.43.0",
132
134
  "eslint-config-icebreaker": "^1.1.0",
133
135
  "eslint-config-prettier": "^8.8.0",
134
136
  "eslint-plugin-prettier": "^4.2.1",
@@ -139,8 +141,9 @@
139
141
  "gulp-postcss": "^9.0.1",
140
142
  "html-loader": "^4.2.0",
141
143
  "jest": "^29.5.0",
144
+ "klaw": "^4.1.0",
142
145
  "lodash": "^4.17.21",
143
- "memfs": "^3.5.3",
146
+ "magic-string": "^0.30.0",
144
147
  "mini-css-extract-plugin": "^2.7.6",
145
148
  "miniprogram-automator": "^0.12.0",
146
149
  "pkg-types": "^1.0.3",
@@ -148,25 +151,25 @@
148
151
  "postcss-loader": "^7.3.3",
149
152
  "postcss-rem-to-responsive-pixel": "^5.1.3",
150
153
  "prettier": "^2.8.8",
151
- "rollup": "^3.24.1",
152
- "rollup-plugin-visualizer": "^5.9.0",
153
- "simple-functional-loader": "^1.2.1",
154
+ "promisify-loader-runner": "^1.0.0",
155
+ "rollup": "^3.25.1",
156
+ "rollup-plugin-visualizer": "^5.9.2",
154
157
  "style-loader": "^3.3.3",
155
158
  "tailwind-children": "^0.5.0",
156
159
  "tailwindcss": "^3.3.2",
157
160
  "ts-jest": "^29.1.0",
158
161
  "ts-node": "^10.9.1",
159
- "ts-patch": "^2.1.0",
162
+ "ts-patch": "^3.0.0",
160
163
  "tsd": "^0.28.1",
161
164
  "tslib": "^2.5.3",
162
- "ttypescript": "^1.5.15",
163
- "typescript": "^4.9.5",
165
+ "typescript": "^5.1.3",
164
166
  "typescript-transform-paths": "^3.4.6",
165
167
  "vinyl": "^3.0.0",
166
168
  "vite": "^4.3.9",
167
- "vitest": "^0.32.0",
169
+ "vitest": "^0.32.2",
168
170
  "weapp-tailwindcss-children": "^0.1.0",
169
- "webpack": "^5.86.0"
171
+ "webpack": "^5.87.0",
172
+ "webpack-build-utils": "^0.0.4"
170
173
  },
171
174
  "dependencies": {
172
175
  "@babel/generator": "^7.21.4",
@@ -174,14 +177,15 @@
174
177
  "@babel/traverse": "^7.21.4",
175
178
  "@babel/types": "^7.21.4",
176
179
  "@csstools/postcss-is-pseudo-class": "^3.2.1",
180
+ "loader-utils": "^2.0.3",
177
181
  "micromatch": "^4.0.5",
178
182
  "postcss": "8.4.24",
179
183
  "postcss-selector-parser": "^6.0.13",
180
- "semver": "^7.5.1",
181
- "tailwindcss-mangle-shared": "^1.2.4",
182
- "tailwindcss-patch": "^1.2.4"
184
+ "semver": "^7.5.2",
185
+ "tailwindcss-mangle-shared": "^1.2.6",
186
+ "tailwindcss-patch": "^1.2.6"
183
187
  },
184
- "packageManager": "pnpm@8.6.1",
188
+ "packageManager": "pnpm@8.6.2",
185
189
  "scripts": {
186
190
  "dev": "yarn clean && yarn dts && cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript -w",
187
191
  "build": "yarn clean && cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript && yarn dts",
@@ -190,6 +194,7 @@
190
194
  "dts": "tsc --emitDeclarationOnly -p tsconfig.dts.json",
191
195
  "test": "jest && vitest run",
192
196
  "jest-u": "jest -u",
197
+ "jest:u": "jest -u",
193
198
  "test:dev": "vitest",
194
199
  "vitest:coverage": "vitest run --coverage",
195
200
  "e2e": "vitest run -c ./vitest.e2e.config.ts",