@modern-js/plugin-tailwindcss 2.58.0 → 2.58.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 +16 -16
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.58.0",
18
+ "version": "2.58.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -47,31 +47,31 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "babel-plugin-macros": "3.1.0",
51
50
  "@swc/helpers": "0.5.3",
52
- "@modern-js/utils": "2.58.0",
53
- "@modern-js/node-bundle-require": "2.58.0",
54
- "@modern-js/runtime-utils": "2.58.0"
51
+ "babel-plugin-macros": "3.1.0",
52
+ "@modern-js/node-bundle-require": "2.58.1",
53
+ "@modern-js/utils": "2.58.1",
54
+ "@modern-js/runtime-utils": "2.58.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/jest": "^29",
58
58
  "@types/node": "^14",
59
- "typescript": "^5",
60
- "tailwindcss": "^3.3.3",
61
59
  "jest": "^29",
62
- "react": "^18",
63
60
  "postcss": "^8.4.35",
64
- "@modern-js/module-tools": "2.58.0",
65
- "@modern-js/runtime": "2.58.0",
66
- "@modern-js/core": "2.58.0",
67
- "@modern-js/types": "2.58.0",
68
- "@scripts/build": "2.58.0",
69
- "@modern-js/app-tools": "2.58.0",
70
- "@scripts/jest-config": "2.58.0"
61
+ "react": "^18",
62
+ "tailwindcss": "^3.3.3",
63
+ "typescript": "^5",
64
+ "@modern-js/app-tools": "2.58.1",
65
+ "@modern-js/core": "2.58.1",
66
+ "@modern-js/module-tools": "2.58.1",
67
+ "@modern-js/types": "2.58.1",
68
+ "@modern-js/runtime": "2.58.1",
69
+ "@scripts/build": "2.58.1",
70
+ "@scripts/jest-config": "2.58.1"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "tailwindcss": ">= 2.0.0 || >= 3.0.0",
74
- "@modern-js/runtime": "^2.58.0"
74
+ "@modern-js/runtime": "^2.58.1"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "@modern-js/runtime": {