weapp-tailwindcss 3.0.5 → 3.0.6

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 (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -205,26 +205,26 @@
205
205
  },
206
206
  "dependencies": {
207
207
  "@ast-core/escape": "^1.0.1",
208
- "@babel/generator": "^7.23.6",
209
- "@babel/parser": "^7.23.6",
210
- "@babel/traverse": "^7.23.7",
211
- "@babel/types": "^7.23.6",
208
+ "@babel/generator": "7.23.6",
209
+ "@babel/parser": "7.23.6",
210
+ "@babel/traverse": "7.23.7",
211
+ "@babel/types": "7.23.6",
212
212
  "@csstools/postcss-is-pseudo-class": "4.0.3",
213
213
  "@tailwindcss-mangle/shared": "^2.2.2",
214
214
  "@weapp-core/escape": "^2.0.0",
215
215
  "@weapp-core/regex": "^1.0.1",
216
- "debug": "^4.3.4",
216
+ "debug": "4.3.4",
217
217
  "htmlparser2": "9.0.0",
218
- "loader-utils": "^2.0.3",
219
- "lru-cache": "^10.1.0",
220
- "magic-string": "^0.30.5",
221
- "md5": "^2.3.0",
218
+ "loader-utils": "2.0.3",
219
+ "lru-cache": "10.1.0",
220
+ "magic-string": "0.30.5",
221
+ "md5": "2.3.0",
222
222
  "postcss": "8.4.33",
223
223
  "postcss-rem-to-responsive-pixel": "^6.0.1",
224
- "postcss-selector-parser": "^6.0.15",
225
- "semver": "^7.5.4",
224
+ "postcss-selector-parser": "6.0.15",
225
+ "semver": "7.5.4",
226
226
  "tailwindcss-patch": "^2.2.2",
227
- "webpack-sources": "^3.2.3"
227
+ "webpack-sources": "3.2.3"
228
228
  },
229
229
  "packageManager": "pnpm@8.10.2",
230
230
  "engines": {