|
85 | 85 | }, |
86 | 86 | "dependencies": { |
87 | 87 | "@chakra-ui/react-utils": "^2.0.0", |
88 | | - "@chakra-ui/utils": "^2.0.0", |
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.27", |
103 | | - "ariakit-utils": "^0.17.0-next.18", |
104 | | - "raf": "^3.4.1", |
105 | | - "react-remove-scroll": "^2.5.3" |
| 88 | + "@chakra-ui/utils": "^2.0.1", |
| 89 | + "@internationalized/date": "3.0.0-rc.1", |
| 90 | + "@react-aria/button": "^3.5.0", |
| 91 | + "@react-aria/calendar": "3.0.0-rc.1", |
| 92 | + "@react-aria/datepicker": "3.0.0-rc.1", |
| 93 | + "@react-aria/i18n": "^3.4.0", |
| 94 | + "@react-aria/numberfield": "^3.2.0", |
| 95 | + "@react-aria/slider": "^3.1.0", |
| 96 | + "@react-aria/spinbutton": "^3.1.0", |
| 97 | + "@react-aria/utils": "^3.13.0", |
| 98 | + "@react-stately/calendar": "3.0.0-rc.1", |
| 99 | + "@react-stately/datepicker": "3.0.0-rc.1", |
| 100 | + "@react-stately/numberfield": "^3.1.0", |
| 101 | + "@react-stately/slider": "^3.1.0", |
| 102 | + "ariakit": "2.0.0-next.29", |
| 103 | + "ariakit-utils": "0.17.0-next.20", |
| 104 | + "raf": "^3.4.1" |
106 | 105 | }, |
107 | 106 | "devDependencies": { |
108 | 107 | "@babel/cli": "7.17.10", |
|
114 | 113 | "@babel/preset-env": "7.18.2", |
115 | 114 | "@babel/preset-react": "7.17.12", |
116 | 115 | "@babel/preset-typescript": "7.17.12", |
117 | | - "@commitlint/cli": "17.0.1", |
118 | | - "@commitlint/config-conventional": "17.0.0", |
| 116 | + "@commitlint/cli": "17.0.2", |
| 117 | + "@commitlint/config-conventional": "17.0.2", |
119 | 118 | "@emotion/css": "11.9.0", |
120 | 119 | "@react-spring/web": "9.4.5", |
121 | | - "@react-types/button": "3.4.5", |
122 | | - "@react-types/calendar": "3.0.0-rc.0", |
123 | | - "@react-types/datepicker": "3.0.0-rc.0", |
124 | | - "@react-types/dialog": "3.3.5", |
125 | | - "@react-types/numberfield": "3.2.0", |
126 | | - "@react-types/shared": "3.12.0", |
127 | | - "@react-types/slider": "3.0.6", |
| 120 | + "@react-types/button": "3.5.0", |
| 121 | + "@react-types/calendar": "3.0.0-rc.1", |
| 122 | + "@react-types/datepicker": "3.0.0-rc.1", |
| 123 | + "@react-types/dialog": "3.4.0", |
| 124 | + "@react-types/numberfield": "3.3.0", |
| 125 | + "@react-types/shared": "3.13.0", |
| 126 | + "@react-types/slider": "3.1.0", |
128 | 127 | "@release-it/conventional-changelog": "5.0.0", |
129 | | - "@storybook/addon-a11y": "6.5.6", |
130 | | - "@storybook/addon-actions": "6.5.6", |
131 | | - "@storybook/addon-essentials": "6.5.6", |
| 128 | + "@storybook/addon-a11y": "6.5.7", |
| 129 | + "@storybook/addon-actions": "6.5.7", |
| 130 | + "@storybook/addon-essentials": "6.5.7", |
132 | 131 | "@storybook/addon-postcss": "2.0.0", |
133 | | - "@storybook/builder-webpack5": "6.5.6", |
134 | | - "@storybook/manager-webpack5": "6.5.6", |
135 | | - "@storybook/react": "6.5.6", |
| 132 | + "@storybook/builder-webpack5": "6.5.7", |
| 133 | + "@storybook/manager-webpack5": "6.5.7", |
| 134 | + "@storybook/react": "6.5.7", |
136 | 135 | "@testing-library/dom": "8.13.0", |
137 | 136 | "@testing-library/jest-dom": "5.16.4", |
138 | 137 | "@testing-library/react": "13.3.0", |
139 | 138 | "@testing-library/react-hooks": "8.0.0", |
140 | 139 | "@testing-library/user-event": "14.2.0", |
141 | | - "@types/jest": "27.5.1", |
| 140 | + "@types/jest": "28.1.1", |
142 | 141 | "@types/jest-axe": "3.5.3", |
143 | 142 | "@types/jest-in-case": "1.0.5", |
144 | 143 | "@types/mockdate": "3.0.0", |
145 | | - "@types/node": "17.0.34", |
| 144 | + "@types/node": "17.0.40", |
146 | 145 | "@types/raf": "3.4.0", |
147 | | - "@types/react": "18.0.9", |
| 146 | + "@types/react": "18.0.12", |
148 | 147 | "@types/react-dom": "18.0.5", |
149 | 148 | "@types/react-transition-group": "4.4.4", |
150 | 149 | "@types/testing-library__jest-dom": "5.14.3", |
|
158 | 157 | "codesandbox": "2.2.3", |
159 | 158 | "concurrently": "7.2.1", |
160 | 159 | "cross-env": "7.0.3", |
161 | | - "eslint": "8.16.0", |
| 160 | + "eslint": "8.17.0", |
162 | 161 | "eslint-config-prettier": "8.5.0", |
163 | 162 | "eslint-config-react-app": "7.0.1", |
164 | 163 | "eslint-plugin-prettier": "4.0.0", |
|
173 | 172 | "jest-environment-jsdom": "28.1.0", |
174 | 173 | "jest-in-case": "1.0.2", |
175 | 174 | "jest-matcher-utils": "28.1.0", |
176 | | - "lint-staged": "12.4.3", |
| 175 | + "lint-staged": "13.0.0", |
177 | 176 | "lodash": "4.17.21", |
178 | 177 | "markdown-to-ast": "6.0.3", |
179 | 178 | "markdown-toc": "1.2.0", |
|
202 | 201 | "storybook-addon-react-docgen": "1.2.42", |
203 | 202 | "strip-comments": "2.0.1", |
204 | 203 | "tailwindcss": "3.0.24", |
205 | | - "ts-jest": "28.0.3", |
206 | | - "ts-morph": "15.0.0", |
207 | | - "ts-node": "10.8.0", |
208 | | - "typescript": "4.7.2", |
209 | | - "webpack": "5.72.1", |
| 204 | + "ts-jest": "28.0.4", |
| 205 | + "ts-morph": "15.1.0", |
| 206 | + "ts-node": "10.8.1", |
| 207 | + "typescript": "4.7.3", |
| 208 | + "webpack": "5.73.0", |
210 | 209 | "yaml": "2.1.1" |
211 | 210 | }, |
212 | 211 | "peerDependencies": { |
|
0 commit comments