@bloom-housing/ui-components 12.0.7 → 12.0.8
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 +13 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.8",
|
|
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",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@commitlint/cli": "^13.1.0",
|
|
44
44
|
"@commitlint/config-conventional": "^13.1.0",
|
|
45
45
|
"@geometricpanda/storybook-addon-badges": "^1.1.1",
|
|
46
|
+
"@storybook/addons": "^6.5.8",
|
|
46
47
|
"@storybook/addon-actions": "^6.5.16",
|
|
47
48
|
"@storybook/addon-a11y": "^6.5.16",
|
|
48
49
|
"@storybook/addon-essentials": "^6.5.16",
|
|
@@ -52,12 +53,15 @@
|
|
|
52
53
|
"@storybook/addon-storyshots": "^6.3.8",
|
|
53
54
|
"@storybook/addon-storyshots-puppeteer": "^6.3.8",
|
|
54
55
|
"@storybook/addon-postcss": "^2.0.0",
|
|
56
|
+
"@storybook/api": "^6.5.8",
|
|
55
57
|
"@storybook/builder-webpack5": "^6.5.16",
|
|
58
|
+
"@storybook/components": "^6.5.8",
|
|
59
|
+
"@storybook/core-events": "^6.5.8",
|
|
56
60
|
"@storybook/manager-webpack5": "^6.5.16",
|
|
57
61
|
"@storybook/node-logger": "^6.5.16",
|
|
58
|
-
"@storybook/preset-create-react-app": "^4.1.2",
|
|
59
62
|
"@storybook/react": "^6.5.16",
|
|
60
63
|
"@storybook/testing-library": "^0.0.13",
|
|
64
|
+
"@storybook/theming": "^6.5.8",
|
|
61
65
|
"@testing-library/jest-dom": "5.16.5",
|
|
62
66
|
"@testing-library/react": "14.0.0",
|
|
63
67
|
"@types/dompurify": "^2.3.3",
|
|
@@ -67,11 +71,12 @@
|
|
|
67
71
|
"@types/node": "18.14.6",
|
|
68
72
|
"@types/node-polyglot": "^2.4.1",
|
|
69
73
|
"@types/pretty": "2.0.1",
|
|
74
|
+
"@types/react": "^18.0.32",
|
|
70
75
|
"@types/react-beautiful-dnd": "^13.1.1",
|
|
71
76
|
"@types/react-dom": "^18.0.11",
|
|
72
77
|
"@types/react-map-gl": "^5.2.10",
|
|
73
78
|
"@types/react-tabs": "^2.3.2",
|
|
74
|
-
"@types/react-test-renderer": "^
|
|
79
|
+
"@types/react-test-renderer": "^18.0.0",
|
|
75
80
|
"@types/react-text-mask": "^5.4.6",
|
|
76
81
|
"@types/react-transition-group": "^4.4.0",
|
|
77
82
|
"@types/webpack": "5.28.0",
|
|
@@ -88,6 +93,7 @@
|
|
|
88
93
|
"eslint-plugin-prettier": "^3.1.4",
|
|
89
94
|
"eslint-plugin-react": "^7.21.4",
|
|
90
95
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
96
|
+
"fbjs": "^3.0.4",
|
|
91
97
|
"husky": "^4.3.0",
|
|
92
98
|
"identity-obj-proxy": "^3.0.0",
|
|
93
99
|
"jest": "^26.5.3",
|
|
@@ -103,9 +109,7 @@
|
|
|
103
109
|
"prettier": "^2.1.0",
|
|
104
110
|
"pretty": "2.0.0",
|
|
105
111
|
"puppeteer": "^10.1.0",
|
|
106
|
-
"react-
|
|
107
|
-
"react-is": "^17.0.2",
|
|
108
|
-
"react-test-renderer": "^17.0.2",
|
|
112
|
+
"react-test-renderer": "^18.2.0",
|
|
109
113
|
"regenerator-runtime": "^0.13.7",
|
|
110
114
|
"require-from-string": "2.0.2",
|
|
111
115
|
"sass": "1.52.1",
|
|
@@ -123,13 +127,6 @@
|
|
|
123
127
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
124
128
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
125
129
|
"@mapbox/mapbox-sdk": "^0.13.0",
|
|
126
|
-
"@types/jwt-decode": "^2.2.1",
|
|
127
|
-
"@types/mdx": "^2.0.1",
|
|
128
|
-
"@types/node-polyglot": "^2.4.1",
|
|
129
|
-
"@types/react": "^18.0.32",
|
|
130
|
-
"@types/react-beautiful-dnd": "^13.1.1",
|
|
131
|
-
"@types/react-text-mask": "^5.4.6",
|
|
132
|
-
"@types/react-transition-group": "^4.4.0",
|
|
133
130
|
"ag-grid-community": "^26.0.0",
|
|
134
131
|
"ag-grid-react": "^26.0.0",
|
|
135
132
|
"aria-autocomplete": "^1.4.0",
|
|
@@ -141,20 +138,19 @@
|
|
|
141
138
|
"node-polyglot": "^2.4.0",
|
|
142
139
|
"react": "18.2.0",
|
|
143
140
|
"react-accessible-accordion": "5.0.0",
|
|
144
|
-
"react-beautiful-dnd": "^13.1.
|
|
141
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
145
142
|
"react-dom": "18.2.0",
|
|
146
143
|
"react-dropzone": "^11.3.2",
|
|
147
|
-
"react-focus-lock": "^2.
|
|
144
|
+
"react-focus-lock": "^2.9.4",
|
|
148
145
|
"react-hook-form": "^6.15.5",
|
|
149
146
|
"react-map-gl": "^6.1.16",
|
|
150
147
|
"react-media": "^1.10.0",
|
|
151
148
|
"react-remove-scroll": "2.5.4",
|
|
152
149
|
"react-tabs": "^3.2.2",
|
|
153
|
-
"react-text-mask": "^5.
|
|
150
|
+
"react-text-mask": "^5.5.0",
|
|
154
151
|
"react-transition-group": "^4.4.1",
|
|
155
152
|
"tailwindcss": "2.2.10",
|
|
156
153
|
"tailwindcss-rtl": "^0.9.0",
|
|
157
|
-
"ts-jest": "^26.4.1",
|
|
158
154
|
"typesafe-actions": "^5.1.0"
|
|
159
155
|
},
|
|
160
156
|
"prettier": {
|