|
37 | 37 | ], |
38 | 38 | "scripts": { |
39 | 39 | "postinstall": "concurrently \"husky install\" \"patch-package\"", |
40 | | - "boot": "concurrently \"yarn keys\" \"yarn previews\"", |
41 | | - "keys": "node scripts/builds/keys", |
42 | 40 | "previews": "node scripts/builds/create-previews.js", |
43 | | - "storybook": "cross-env TAILWIND_MODE=watch start-storybook -p 6006", |
| 41 | + "storybook": "yarn previews && cross-env TAILWIND_MODE=watch start-storybook -p 6006", |
44 | 42 | "test": "jest --config ./jest.config.ts --no-cache", |
45 | 43 | "lint": "eslint --color --ext .js,.jsx,.ts,.tsx .", |
46 | 44 | "lint:fix": "eslint --color --ext .js,.jsx,.ts,.tsx . --fix", |
|
86 | 84 | ] |
87 | 85 | }, |
88 | 86 | "dependencies": { |
89 | | - "@chakra-ui/counter": "^1.2.5", |
90 | | - "@chakra-ui/hooks": "^1.8.2", |
91 | | - "@chakra-ui/react-utils": "^1.2.2", |
92 | | - "@chakra-ui/utils": "^1.10.2", |
93 | | - "@radix-ui/popper": "^0.1.0", |
94 | | - "@radix-ui/react-use-rect": "^0.1.1", |
95 | | - "@radix-ui/react-use-size": "^0.1.0", |
96 | | - "@react-aria/i18n": "^3.3.5", |
97 | | - "@react-aria/slider": "^3.0.4", |
98 | | - "@react-aria/spinbutton": "^3.0.2", |
99 | | - "@react-aria/utils": "^3.11.1", |
100 | | - "@react-stately/slider": "^3.0.4", |
101 | | - "@react-types/slider": "^3.0.3", |
| 87 | + "@chakra-ui/react-utils": "^1.2.3", |
| 88 | + "@chakra-ui/utils": "^1.10.4", |
| 89 | + "@internationalized/date": "3.0.0-rc.0", |
| 90 | + "@react-aria/button": "^3.4.4", |
| 91 | + "@react-aria/calendar": "3.0.0-rc.0", |
| 92 | + "@react-aria/datepicker": "3.0.0-rc.0", |
| 93 | + "@react-aria/i18n": "^3.3.9", |
| 94 | + "@react-aria/numberfield": "^3.1.6", |
| 95 | + "@react-aria/slider": "^3.0.8", |
| 96 | + "@react-aria/spinbutton": "^3.0.6", |
| 97 | + "@react-aria/utils": "^3.12.0", |
| 98 | + "@react-stately/calendar": "3.0.0-rc.0", |
| 99 | + "@react-stately/datepicker": "3.0.0-rc.0", |
| 100 | + "@react-stately/numberfield": "^3.0.7", |
| 101 | + "@react-stately/slider": "^3.0.8", |
| 102 | + "ariakit": "2.0.0-next.26", |
| 103 | + "ariakit-utils": "0.17.0-next.18", |
102 | 104 | "date-fns": "^2.28.0", |
103 | 105 | "raf": "^3.4.1", |
104 | | - "react-remove-scroll": "^2.4.4", |
| 106 | + "react-remove-scroll": "^2.5.3", |
105 | 107 | "reakit-system": "^0.15.2", |
106 | 108 | "reakit-utils": "^0.15.2", |
107 | 109 | "reakit-warning": "^0.6.2" |
108 | 110 | }, |
109 | 111 | "devDependencies": { |
110 | | - "@babel/cli": "7.17.6", |
111 | | - "@babel/core": "7.17.9", |
| 112 | + "@babel/cli": "7.17.10", |
| 113 | + "@babel/core": "7.17.10", |
112 | 114 | "@babel/plugin-proposal-class-properties": "7.16.7", |
113 | 115 | "@babel/plugin-proposal-logical-assignment-operators": "7.16.7", |
114 | 116 | "@babel/plugin-proposal-private-methods": "7.16.11", |
115 | 117 | "@babel/plugin-proposal-private-property-in-object": "7.16.7", |
116 | | - "@babel/preset-env": "7.16.11", |
| 118 | + "@babel/preset-env": "7.17.10", |
117 | 119 | "@babel/preset-react": "7.16.7", |
118 | 120 | "@babel/preset-typescript": "7.16.7", |
119 | | - "@commitlint/cli": "16.2.3", |
120 | | - "@commitlint/config-conventional": "16.2.1", |
| 121 | + "@commitlint/cli": "16.2.4", |
| 122 | + "@commitlint/config-conventional": "16.2.4", |
121 | 123 | "@emotion/css": "11.9.0", |
122 | | - "@react-spring/web": "9.4.4", |
123 | | - "@release-it/conventional-changelog": "4.3.0", |
| 124 | + "@react-spring/web": "9.4.5", |
| 125 | + "@react-types/button": "^3.4.5", |
| 126 | + "@react-types/calendar": "3.0.0-rc.0", |
| 127 | + "@react-types/datepicker": "3.0.0-rc.0", |
| 128 | + "@react-types/dialog": "^3.3.5", |
| 129 | + "@react-types/numberfield": "^3.2.0", |
| 130 | + "@react-types/shared": "^3.12.0", |
| 131 | + "@react-types/slider": "^3.0.6", |
| 132 | + "@release-it/conventional-changelog": "5.0.0", |
124 | 133 | "@storybook/addon-a11y": "6.4.22", |
125 | 134 | "@storybook/addon-actions": "6.4.22", |
126 | 135 | "@storybook/addon-essentials": "6.4.22", |
|
130 | 139 | "@storybook/react": "6.4.22", |
131 | 140 | "@testing-library/dom": "8.13.0", |
132 | 141 | "@testing-library/jest-dom": "5.16.4", |
133 | | - "@testing-library/react": "13.1.1", |
| 142 | + "@testing-library/react": "13.2.0", |
134 | 143 | "@testing-library/react-hooks": "8.0.0", |
135 | 144 | "@testing-library/user-event": "14.1.1", |
136 | | - "@types/jest": "27.4.1", |
| 145 | + "@types/jest": "27.5.0", |
137 | 146 | "@types/jest-axe": "3.5.3", |
138 | 147 | "@types/jest-in-case": "1.0.5", |
139 | 148 | "@types/mockdate": "3.0.0", |
140 | | - "@types/node": "17.0.18", |
| 149 | + "@types/node": "17.0.31", |
141 | 150 | "@types/raf": "3.4.0", |
142 | | - "@types/react": "18.0.5", |
143 | | - "@types/react-dom": "18.0.1", |
| 151 | + "@types/react": "18.0.9", |
| 152 | + "@types/react-dom": "18.0.3", |
144 | 153 | "@types/react-transition-group": "4.4.4", |
145 | 154 | "@types/testing-library__jest-dom": "5.14.3", |
146 | 155 | "all-contributors-cli": "6.20.0", |
147 | 156 | "ast-to-markdown": "1.0.0", |
148 | | - "autoprefixer": "10.4.4", |
149 | | - "babel-jest": "27.5.1", |
150 | | - "babel-loader": "8.2.4", |
| 157 | + "autoprefixer": "10.4.7", |
| 158 | + "babel-jest": "28.1.0", |
| 159 | + "babel-loader": "8.2.5", |
151 | 160 | "babel-plugin-jsx-remove-data-test-id": "3.0.0", |
152 | 161 | "chalk": "4.1.0", |
153 | 162 | "codesandbox": "2.2.3", |
154 | 163 | "concurrently": "7.1.0", |
155 | 164 | "cross-env": "7.0.3", |
156 | | - "eslint": "8.13.0", |
| 165 | + "eslint": "8.15.0", |
157 | 166 | "eslint-config-prettier": "8.5.0", |
158 | 167 | "eslint-config-react-app": "7.0.1", |
159 | 168 | "eslint-plugin-prettier": "4.0.0", |
160 | 169 | "eslint-plugin-simple-import-sort": "7.0.0", |
161 | | - "eslint-plugin-storybook": "0.5.10", |
162 | | - "gacp": "2.10.2", |
| 170 | + "eslint-plugin-storybook": "0.5.11", |
| 171 | + "gacp": "3.0.1", |
163 | 172 | "glob": "8.0.1", |
164 | 173 | "glob-fs": "0.1.7", |
165 | | - "husky": "7.0.4", |
166 | | - "jest": "27.5.1", |
| 174 | + "husky": "8.0.0", |
| 175 | + "jest": "28.1.0", |
167 | 176 | "jest-axe": "6.0.0", |
| 177 | + "jest-environment-jsdom": "^28.1.0", |
168 | 178 | "jest-in-case": "1.0.2", |
169 | | - "jest-matcher-utils": "27.5.1", |
170 | | - "lint-staged": "12.3.8", |
| 179 | + "jest-matcher-utils": "28.1.0", |
| 180 | + "lint-staged": "12.4.1", |
171 | 181 | "lodash": "4.17.21", |
172 | 182 | "markdown-to-ast": "6.0.3", |
173 | 183 | "markdown-toc": "1.2.0", |
174 | | - "md-node-inject": "1.0.1", |
| 184 | + "md-node-inject": "2.0.0", |
175 | 185 | "mockdate": "3.0.5", |
176 | 186 | "node-fetch": "2.6.1", |
177 | 187 | "outdent": "0.8.0", |
178 | 188 | "patch-package": "6.4.7", |
179 | 189 | "pinst": "3.0.0", |
180 | | - "postcss": "8.4.12", |
| 190 | + "postcss": "8.4.13", |
181 | 191 | "postcss-import": "14.1.0", |
| 192 | + "postcss-merge-selectors": "^0.0.6", |
182 | 193 | "postcss-scopify": "0.1.9", |
183 | 194 | "prettier": "2.6.2", |
184 | 195 | "raw-loader": "4.0.2", |
185 | | - "react": "18.0.0", |
186 | | - "react-dom": "18.0.0", |
| 196 | + "react": "18.1.0", |
| 197 | + "react-dom": "18.1.0", |
187 | 198 | "react-hook-form": "7.30.0", |
188 | | - "react-test-renderer": "18.0.0", |
| 199 | + "react-test-renderer": "18.1.0", |
189 | 200 | "react-transition-group": "4.4.2", |
190 | 201 | "react-virtual": "2.10.4", |
191 | 202 | "reakit": "1.3.11", |
192 | 203 | "reakit-test-utils": "0.15.2", |
193 | | - "release-it": "14.14.2", |
| 204 | + "release-it": "15.0.0", |
194 | 205 | "rimraf": "3.0.2", |
195 | | - "sort-package-json": "1.55.0", |
| 206 | + "sort-package-json": "1.57.0", |
196 | 207 | "storybook-addon-preview": "2.2.0", |
197 | 208 | "storybook-addon-react-docgen": "1.2.42", |
198 | 209 | "strip-comments": "2.0.1", |
199 | 210 | "tailwindcss": "3.0.24", |
200 | | - "ts-jest": "27.1.4", |
| 211 | + "ts-jest": "28.0.2", |
201 | 212 | "ts-morph": "14.0.0", |
202 | 213 | "ts-node": "10.7.0", |
203 | | - "typescript": "4.6.3", |
| 214 | + "typescript": "4.6.4", |
204 | 215 | "webpack": "5.72.0", |
205 | 216 | "yaml": "2.0.1" |
206 | 217 | }, |
|
0 commit comments