@modern-js/plugin-tailwindcss 2.63.2 → 2.63.4

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