@bloom-housing/ui-components 8.2.0 → 8.3.0-alpha.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.
- package/package.json +23 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloom-housing/ui-components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0-alpha.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",
|
|
@@ -42,29 +42,27 @@
|
|
|
42
42
|
"@babel/preset-env": "^7.15.4",
|
|
43
43
|
"@commitlint/cli": "^13.1.0",
|
|
44
44
|
"@commitlint/config-conventional": "^13.1.0",
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-actions": "^6.3.8",
|
|
50
|
-
"@storybook/addon-docs": "^6.3.8",
|
|
45
|
+
"@storybook/addon-actions": "^6.5.16",
|
|
46
|
+
"@storybook/addon-essentials": "^6.5.16",
|
|
47
|
+
"@storybook/addon-interactions": "^6.5.16",
|
|
48
|
+
"@storybook/addon-links": "^6.5.16",
|
|
51
49
|
"@storybook/addon-knobs": "^6.3.1",
|
|
52
50
|
"@storybook/addon-storyshots": "^6.3.8",
|
|
53
51
|
"@storybook/addon-storyshots-puppeteer": "^6.3.8",
|
|
54
|
-
"@storybook/addon-
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@storybook/
|
|
59
|
-
"@storybook/react": "^6.
|
|
60
|
-
"@storybook/
|
|
52
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
53
|
+
"@storybook/builder-webpack5": "^6.5.16",
|
|
54
|
+
"@storybook/manager-webpack5": "^6.5.16",
|
|
55
|
+
"@storybook/node-logger": "^6.5.16",
|
|
56
|
+
"@storybook/preset-create-react-app": "^4.1.2",
|
|
57
|
+
"@storybook/react": "^6.5.16",
|
|
58
|
+
"@storybook/testing-library": "^0.0.13",
|
|
61
59
|
"@testing-library/jest-dom": "^5.11.9",
|
|
62
60
|
"@testing-library/react": "^11.2.5",
|
|
63
61
|
"@types/dompurify": "^2.3.3",
|
|
64
62
|
"@types/jest": "^26.0.14",
|
|
65
63
|
"@types/jwt-decode": "^2.2.1",
|
|
66
64
|
"@types/mdx": "^2.0.1",
|
|
67
|
-
"@types/node": "
|
|
65
|
+
"@types/node": "18.14.6",
|
|
68
66
|
"@types/node-polyglot": "^2.4.1",
|
|
69
67
|
"@types/pretty": "2.0.1",
|
|
70
68
|
"@types/react-beautiful-dnd": "^13.1.1",
|
|
@@ -74,7 +72,7 @@
|
|
|
74
72
|
"@types/react-test-renderer": "^16.9.3",
|
|
75
73
|
"@types/react-text-mask": "^5.4.6",
|
|
76
74
|
"@types/react-transition-group": "^4.4.0",
|
|
77
|
-
"@types/webpack": "
|
|
75
|
+
"@types/webpack": "5.28.0",
|
|
78
76
|
"@typescript-eslint/parser": "^5.12.1",
|
|
79
77
|
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
80
78
|
"autoprefixer": "^10.3.4",
|
|
@@ -94,8 +92,11 @@
|
|
|
94
92
|
"jest-environment-jsdom": "^26.5.3",
|
|
95
93
|
"lint-staged": "^10.4.0",
|
|
96
94
|
"mockdate": "^3.0.2",
|
|
97
|
-
"postcss": "
|
|
98
|
-
"postcss-
|
|
95
|
+
"postcss": "8.4.19",
|
|
96
|
+
"postcss-import": "^14.1.0",
|
|
97
|
+
"postcss-load-config": "^3.1.4",
|
|
98
|
+
"postcss-loader": "7.0.1",
|
|
99
|
+
"postcss-nested": "6.0.0",
|
|
99
100
|
"preact": "^10.5.14",
|
|
100
101
|
"prettier": "^2.1.0",
|
|
101
102
|
"pretty": "2.0.0",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"ts-jest": "^26.4.1",
|
|
113
114
|
"ts-loader": "^8.0.4",
|
|
114
115
|
"typescript": "^4.9.4",
|
|
115
|
-
"webpack": "
|
|
116
|
+
"webpack": "5.76.0"
|
|
116
117
|
},
|
|
117
118
|
"dependencies": {
|
|
118
119
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
@@ -122,7 +123,6 @@
|
|
|
122
123
|
"@mapbox/mapbox-sdk": "^0.13.0",
|
|
123
124
|
"@types/jwt-decode": "^2.2.1",
|
|
124
125
|
"@types/mdx": "^2.0.1",
|
|
125
|
-
"@types/node": "^12.12.67",
|
|
126
126
|
"@types/node-polyglot": "^2.4.1",
|
|
127
127
|
"@types/react-beautiful-dnd": "^13.1.1",
|
|
128
128
|
"@types/react-dom": "^16.9.5",
|
|
@@ -137,16 +137,17 @@
|
|
|
137
137
|
"markdown-to-jsx": "7.1.8",
|
|
138
138
|
"nanoid": "^3.1.12",
|
|
139
139
|
"node-polyglot": "^2.4.0",
|
|
140
|
-
"react": "
|
|
140
|
+
"react": "18.2.0",
|
|
141
141
|
"react-accessible-accordion": "^3.3.5",
|
|
142
142
|
"react-beautiful-dnd": "^13.1.0",
|
|
143
|
-
"react-dom": "
|
|
143
|
+
"react-dom": "18.2.0",
|
|
144
144
|
"react-dropzone": "^11.3.2",
|
|
145
145
|
"react-focus-lock": "^2.5.2",
|
|
146
146
|
"react-hook-form": "^6.15.5",
|
|
147
147
|
"react-map-gl": "^6.1.16",
|
|
148
148
|
"react-media": "^1.10.0",
|
|
149
149
|
"react-remove-scroll": "2.5.4",
|
|
150
|
+
"react-scripts": "5.0.1",
|
|
150
151
|
"react-tabs": "^3.2.2",
|
|
151
152
|
"react-text-mask": "^5.4.3",
|
|
152
153
|
"react-transition-group": "^4.4.1",
|