weapp-tailwindcss 3.2.0-alpha.9 → 3.2.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.2.0-alpha.9",
3
+ "version": "3.2.0",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -118,15 +118,15 @@
118
118
  "author": "SonOfMagic <qq1324318532@gmail.com>",
119
119
  "license": "MIT",
120
120
  "bugs": {
121
- "url": "https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin/issues"
121
+ "url": "https://github.com/sonofmagic/weapp-tailwindcss/issues"
122
122
  },
123
123
  "homepage": "https://weapp-tw.icebreaker.top",
124
124
  "dependencies": {
125
125
  "@ast-core/escape": "^1.0.1",
126
- "@babel/generator": "7.24.4",
127
- "@babel/parser": "7.24.4",
128
- "@babel/traverse": "7.24.1",
129
- "@babel/types": "7.24.0",
126
+ "@babel/generator": "7.24.5",
127
+ "@babel/parser": "7.24.5",
128
+ "@babel/traverse": "7.24.5",
129
+ "@babel/types": "7.24.5",
130
130
  "@csstools/postcss-is-pseudo-class": "4.0.6",
131
131
  "@tailwindcss-mangle/shared": "^2.2.2",
132
132
  "@weapp-core/escape": "^2.0.0",
@@ -134,7 +134,7 @@
134
134
  "debug": "4.3.4",
135
135
  "htmlparser2": "9.1.0",
136
136
  "loader-utils": "2.0.4",
137
- "lru-cache": "10.2.0",
137
+ "lru-cache": "10.2.2",
138
138
  "magic-string": "0.30.10",
139
139
  "md5": "2.3.0",
140
140
  "postcss": "8.4.38",