@remotion/tailwind 4.0.0-alpha9 → 4.1.0-alpha2
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/dist/esm/index.mjs +3 -0
- package/package.json +6 -5
package/dist/esm/index.mjs
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {createRequire} from "module";
|
|
2
|
+
const require = createRequire(import.meta.url);
|
|
3
|
+
|
|
1
4
|
/**
|
|
2
5
|
* @description A function that modifies the default Webpack configuration to make the necessary changes to support Tailwind.
|
|
3
6
|
* @see [Documentation](https://www.remotion.dev/docs/tailwind/enable-tailwind)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/tailwind",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0-alpha2",
|
|
4
4
|
"description": "Utilities for using tailwind css in Remotion",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -25,19 +25,20 @@
|
|
|
25
25
|
"tailwindcss": "^3.3.2"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@remotion/bundler": "4.
|
|
28
|
+
"@remotion/bundler": "4.1.0-alpha2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@jonny/eslint-config": "3.0.266",
|
|
32
32
|
"@rollup/plugin-typescript": "^8.2.0",
|
|
33
33
|
"@types/node": "18.14.6",
|
|
34
34
|
"autoprefixer": "^10.4.14",
|
|
35
|
-
"eslint": "8.
|
|
35
|
+
"eslint": "8.42.0",
|
|
36
36
|
"prettier": "^2.7.1",
|
|
37
37
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
38
38
|
"rollup": "^2.70.1",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"rollup-plugin-banner2": "^1.2.2",
|
|
40
|
+
"typescript": "4.9.5",
|
|
41
|
+
"@remotion/bundler": "4.1.0-alpha2"
|
|
41
42
|
},
|
|
42
43
|
"keywords": [
|
|
43
44
|
"remotion",
|