weapp-tailwindcss 3.1.0 → 3.1.1

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 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "homepage": "https://weapp-tw.icebreaker.top",
124
124
  "devDependencies": {
125
- "@ast-grep/napi": "^0.19.4",
125
+ "@ast-grep/napi": "^0.20.2",
126
126
  "@babel/core": "^7.24.3",
127
127
  "@icebreakers/cli": "0.1.1",
128
128
  "@icebreakers/readme": "0.1.0",
@@ -132,7 +132,7 @@
132
132
  "@rollup/plugin-node-resolve": "^15.2.3",
133
133
  "@rollup/plugin-terser": "^0.4.4",
134
134
  "@rollup/plugin-typescript": "^11.1.6",
135
- "@tsconfig/recommended": "^1.0.3",
135
+ "@tsconfig/recommended": "^1.0.5",
136
136
  "@types/babel__generator": "^7.6.8",
137
137
  "@types/babel__traverse": "^7.20.5",
138
138
  "@types/debug": "^4.1.12",
@@ -173,7 +173,7 @@
173
173
  "execa": "^8.0.1",
174
174
  "fast-glob": "^3.3.2",
175
175
  "fs-extra": "^11.2.0",
176
- "gulp": "^4.0.2",
176
+ "gulp": "^5.0.0",
177
177
  "gulp-postcss": "^10.0.0",
178
178
  "html-loader": "^5.0.0",
179
179
  "js-beautify": "^1.15.1",
@@ -186,11 +186,11 @@
186
186
  "postcss-loader": "^8.1.1",
187
187
  "prettier": "^3.2.5",
188
188
  "promisify-loader-runner": "^1.0.1",
189
- "rollup": "^4.13.0",
189
+ "rollup": "^4.13.2",
190
190
  "rollup-plugin-visualizer": "^5.12.0",
191
191
  "sass": "^1.72.0",
192
192
  "style-loader": "^3.3.4",
193
- "tailwindcss": "^3.4.1",
193
+ "tailwindcss": "^3.4.3",
194
194
  "ts-node": "^10.9.2",
195
195
  "ts-patch": "^3.1.2",
196
196
  "tsd": "^0.30.7",
@@ -198,7 +198,7 @@
198
198
  "typescript": "^5.4.3",
199
199
  "typescript-transform-paths": "^3.4.7",
200
200
  "vinyl": "^3.0.0",
201
- "vite": "^5.2.2",
201
+ "vite": "^5.2.7",
202
202
  "vitest": "^1.4.0",
203
203
  "weapp-tailwindcss-children": "^0.1.0",
204
204
  "webpack": "^5.91.0",
@@ -227,9 +227,6 @@
227
227
  "tailwindcss-patch": "^2.2.3",
228
228
  "webpack-sources": "3.2.3"
229
229
  },
230
- "optionalDependencies": {
231
- "@ast-grep/napi": "^0.19.4"
232
- },
233
230
  "packageManager": "pnpm@8.15.4",
234
231
  "engines": {
235
232
  "node": ">=16.6.0"