@economic/taco 1.1.3 → 1.1.4
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/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.4",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"tailwindcss": ">=3"
|
77
77
|
},
|
78
78
|
"devDependencies": {
|
79
|
-
"@economic/taco-tokens": "^1.0.
|
79
|
+
"@economic/taco-tokens": "^1.0.1",
|
80
80
|
"@svgr/cli": "^5.5.0",
|
81
81
|
"@testing-library/dom": "^7.31.0",
|
82
82
|
"@testing-library/jest-dom": "^5.11.4",
|
@@ -128,6 +128,5 @@
|
|
128
128
|
"Firefox ESR",
|
129
129
|
"not ie < 11"
|
130
130
|
]
|
131
|
-
}
|
132
|
-
"gitHead": "805dd9fdf8fa7a51842b07e69bd846f154b326a8"
|
131
|
+
}
|
133
132
|
}
|