@modern-js/plugin-tailwindcss 0.0.0-canary-2021101982333 → 0.0.0-runtime-2021112193858

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,39 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
- ## 0.0.0-canary-2021101982333
3
+ ## 0.0.0-runtime-2021112193858
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - cca5225: fix error config
7
+ - 8698465e: fix: dependence version
8
+ - Updated dependencies [8698465e]
9
+ - Updated dependencies [e04914ce]
10
+ - Updated dependencies [e04914ce]
11
+ - @modern-js/core@0.0.0-runtime-2021112193858
12
+ - @modern-js/utils@0.0.0-runtime-2021112193858
13
+
14
+ ## 1.1.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 0fa83663: support more .env files
19
+ - Updated dependencies [6f7fe574]
20
+ - Updated dependencies [0fa83663]
21
+ - Updated dependencies [f594fbc8]
22
+ - @modern-js/core@1.1.2
23
+ - @modern-js/utils@1.1.2
24
+
25
+ ## 1.1.1
26
+
27
+ ### Patch Changes
28
+
29
+ - cca52250: fix error config
8
30
 
9
31
  change `tools.tailwind` to `tools.tailwindcss`
10
32
 
11
- - Updated dependencies [687c92c]
12
- - @modern-js/core@0.0.0-canary-2021101982333
33
+ - Updated dependencies [687c92c7]
34
+ - Updated dependencies [c0fc0700]
35
+ - @modern-js/core@1.1.1
36
+ - @modern-js/utils@1.1.1
13
37
 
14
38
  ## 1.1.0
15
39
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-2021101982333",
14
+ "version": "0.0.0-runtime-2021112193858",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -29,24 +29,24 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7",
32
- "@modern-js/utils": "^1.1.0",
32
+ "@modern-js/utils": "^0.0.0-runtime-2021112193858",
33
33
  "lodash.clonedeep": "^4.5.0",
34
34
  "lodash.merge": "^4.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@modern-js/core": "^0.0.0-canary-2021101982333",
38
- "@modern-js/module-tools": "^1.1.0",
39
- "@modern-js/plugin-testing": "^1.1.0",
37
+ "@modern-js/core": "^0.0.0-runtime-2021112193858",
38
+ "@modern-js/module-tools": "^0.0.0-runtime-2021112193858",
39
+ "@modern-js/plugin-testing": "^0.0.0-runtime-2021112193858",
40
40
  "@types/jest": "^26",
41
41
  "@types/lodash.clonedeep": "^4.5.6",
42
42
  "@types/lodash.merge": "^4.6.6",
43
43
  "@types/node": "^14",
44
44
  "@types/tailwindcss": "^2.2.1",
45
- "typescript": "^4",
45
+ "typescript": "^4.4.4",
46
46
  "tailwindcss": "^2.0.4"
47
47
  },
48
48
  "peerDependencies": {
49
- "@modern-js/core": "^0.0.0-canary-2021101982333",
49
+ "@modern-js/core": "^0.0.0-runtime-2021112193858",
50
50
  "tailwindcss": "^2.0.4"
51
51
  },
52
52
  "sideEffects": false,