@modern-js/plugin-tailwindcss 1.2.7 → 1.2.8
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.
- package/CHANGELOG.md +13 -0
- package/package.json +4 -4
- package/tests/index.test.ts +0 -7
- package/tests/tsconfig.json +0 -13
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @modern-js/plugin-tailwindcss
|
2
2
|
|
3
|
+
## 1.2.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 04ae5262: chore: bump @modern-js/utils to v1.4.1 in dependencies
|
8
|
+
- 60f7d8bf: feat: add tests dir to npmignore
|
9
|
+
- Updated dependencies [b8599d09]
|
10
|
+
- Updated dependencies [04ae5262]
|
11
|
+
- Updated dependencies [60f7d8bf]
|
12
|
+
- Updated dependencies [3bf4f8b0]
|
13
|
+
- @modern-js/utils@1.5.0
|
14
|
+
- @modern-js/plugin-design-token@1.0.4
|
15
|
+
|
3
16
|
## 1.2.7
|
4
17
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "1.2.
|
14
|
+
"version": "1.2.8",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/types/index.d.ts",
|
17
17
|
"main": "./dist/js/node/index.js",
|
@@ -33,11 +33,11 @@
|
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@babel/runtime": "^7",
|
36
|
-
"@modern-js/utils": "^1.
|
37
|
-
"@modern-js/plugin-design-token": "^1.0.
|
36
|
+
"@modern-js/utils": "^1.5.0",
|
37
|
+
"@modern-js/plugin-design-token": "^1.0.4"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@modern-js/core": "1.
|
40
|
+
"@modern-js/core": "1.8.0",
|
41
41
|
"@scripts/build": "0.0.0",
|
42
42
|
"@types/jest": "^26",
|
43
43
|
"@types/node": "^14",
|
package/tests/index.test.ts
DELETED
package/tests/tsconfig.json
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"extends": "@modern-js/tsconfig/base",
|
3
|
-
"compilerOptions": {
|
4
|
-
"declaration": true,
|
5
|
-
"jsx": "preserve",
|
6
|
-
"baseUrl": "./",
|
7
|
-
"outDir": "./out",
|
8
|
-
"emitDeclarationOnly": true,
|
9
|
-
"isolatedModules": true,
|
10
|
-
"paths": {},
|
11
|
-
"types": ["node", "jest"]
|
12
|
-
}
|
13
|
-
}
|