@bloom-housing/ui-components 10.0.0 → 10.0.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "author": "Sean Albert <sean.albert@exygy.com>",
5
5
  "description": "Shared user interface components for Bloom affordable housing system",
6
6
  "homepage": "https://github.com/bloom-housing/ui-components",
@@ -109,7 +109,6 @@
109
109
  "sass-loader": "^10.0.3",
110
110
  "semantic-release": "19.0.5",
111
111
  "style-loader": "^1.1.3",
112
- "tailwindcss-rtl": "^0.9.0",
113
112
  "ts-jest": "^26.4.1",
114
113
  "ts-loader": "^8.0.4",
115
114
  "typescript": "^4.9.4",
@@ -152,6 +151,7 @@
152
151
  "react-text-mask": "^5.4.3",
153
152
  "react-transition-group": "^4.4.1",
154
153
  "tailwindcss": "2.2.10",
154
+ "tailwindcss-rtl": "^0.9.0",
155
155
  "ts-jest": "^26.4.1",
156
156
  "typesafe-actions": "^5.1.0"
157
157
  },