desy-html 6.2.1 → 6.2.2

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/docs/index.html +5 -1
  2. package/package.json +5 -5
package/docs/index.html CHANGED
@@ -38,7 +38,11 @@
38
38
 
39
39
  <h2>Changelog (English)</h2>
40
40
  <p>What's new in the latest version of desy-html</p>
41
- <h3>v.6.2.1</h3>
41
+ <h3>v.6.2.2</h3>
42
+ <ul class="text-sm">
43
+ <li>Fix Tailwind CSS dependencies. Now it avoids installing a minor versions.</li>
44
+ </ul>
45
+ <h3>v.6.2.1</h3>
42
46
  <ul class="text-sm">
43
47
  <li>Fixed bad vertical spacing in c-form-group that affected forms in desy-angular.</li>
44
48
  <li>Minor fixes in listbox, dropdown and menubar for header modifier.</li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-html",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "desy-html contains the code you need to start building a user interface for Gobierno de Aragón government webapps.",
5
5
  "author": {
6
6
  "name": "Desy (SDA Servicios Digitales de Aragón)",
@@ -29,16 +29,16 @@
29
29
  "prod": "NODE_ENV=production gulp prod"
30
30
  },
31
31
  "dependencies": {
32
- "@tailwindcss/aspect-ratio": "^0.4.0",
33
- "@tailwindcss/forms": "^0.5.0",
34
- "@tailwindcss/typography": "^0.5.2",
32
+ "@tailwindcss/aspect-ratio": "~0.4.0",
33
+ "@tailwindcss/forms": "~0.5.0",
34
+ "@tailwindcss/typography": "~0.5.2",
35
35
  "autoprefixer": "^10.0.2",
36
36
  "hex-rgb": "^4.2.0",
37
37
  "npm-run-all": "^4.1.5",
38
38
  "postcss": "^8.2.15",
39
39
  "postcss-cli": "^8.3.1",
40
40
  "postcss-import": "^14.0.2",
41
- "tailwindcss": "^3.0.24"
41
+ "tailwindcss": "~3.0.24"
42
42
  },
43
43
  "devDependencies": {
44
44
  "browser-sync": "^2.26.13",