@modern-js/plugin-tailwindcss 2.56.0 → 2.56.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.56.0",
18
+ "version": "2.56.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "babel-plugin-macros": "3.1.0",
51
51
  "@swc/helpers": "0.5.3",
52
- "@modern-js/utils": "2.56.0",
53
- "@modern-js/node-bundle-require": "2.56.0"
52
+ "@modern-js/utils": "2.56.1",
53
+ "@modern-js/node-bundle-require": "2.56.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/jest": "^29",
@@ -60,17 +60,17 @@
60
60
  "jest": "^29",
61
61
  "react": "^18",
62
62
  "postcss": "^8.4.35",
63
- "@modern-js/core": "2.56.0",
64
- "@modern-js/runtime": "2.56.0",
65
- "@modern-js/module-tools": "2.56.0",
66
- "@modern-js/types": "2.56.0",
67
- "@modern-js/app-tools": "2.56.0",
68
- "@scripts/build": "2.56.0",
69
- "@scripts/jest-config": "2.56.0"
63
+ "@modern-js/core": "2.56.1",
64
+ "@modern-js/module-tools": "2.56.1",
65
+ "@modern-js/runtime": "2.56.1",
66
+ "@modern-js/types": "2.56.1",
67
+ "@scripts/build": "2.56.1",
68
+ "@modern-js/app-tools": "2.56.1",
69
+ "@scripts/jest-config": "2.56.1"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">= 2.0.0 || >= 3.0.0",
73
- "@modern-js/runtime": "^2.56.0"
73
+ "@modern-js/runtime": "^2.56.1"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "@modern-js/runtime": {