@modern-js/tailwindcss-generator 3.1.2 → 3.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +58391 -72095
- package/package.json +8 -8
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "3.1.
|
14
|
+
"version": "3.1.4",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"main": "./dist/index.js",
|
17
17
|
"files": [
|
@@ -20,17 +20,17 @@
|
|
20
20
|
],
|
21
21
|
"devDependencies": {
|
22
22
|
"@babel/runtime": "^7.18.0",
|
23
|
-
"@modern-js/codesmith": "2.0
|
24
|
-
"@modern-js/codesmith-api-app": "2.0
|
23
|
+
"@modern-js/codesmith": "2.1.0",
|
24
|
+
"@modern-js/codesmith-api-app": "2.1.0",
|
25
25
|
"@types/jest": "^29",
|
26
26
|
"@types/node": "^14",
|
27
27
|
"jest": "^29",
|
28
28
|
"typescript": "^4",
|
29
|
-
"@modern-js/dependence-generator": "3.1.
|
30
|
-
"@
|
31
|
-
"@
|
32
|
-
"@
|
33
|
-
"@
|
29
|
+
"@modern-js/dependence-generator": "3.1.4",
|
30
|
+
"@modern-js/generator-common": "3.1.4",
|
31
|
+
"@modern-js/generator-utils": "3.1.4",
|
32
|
+
"@scripts/build": "2.13.1",
|
33
|
+
"@scripts/jest-config": "2.13.1"
|
34
34
|
},
|
35
35
|
"sideEffects": false,
|
36
36
|
"publishConfig": {
|