|
65 | 65 | "devDependencies": { |
66 | 66 | "@babel/core": "^7.12.3", |
67 | 67 | "@emotion/babel-plugin": "^11.2.0", |
68 | | - "@emotion/babel-preset-css-prop": "^10.0.27", |
69 | | - "@emotion/core": "^10.0.35", |
70 | | - "@size-limit/preset-small-lib": "^4.6.2", |
| 68 | + "@emotion/babel-preset-css-prop": "10.0.27", |
| 69 | + "@emotion/core": "10.0.35", |
| 70 | + "@size-limit/preset-small-lib": "^8.1.0", |
71 | 71 | "@storybook/addon-a11y": "^6.1.21", |
72 | 72 | "@storybook/addon-essentials": "^6.0.26", |
73 | 73 | "@storybook/addon-info": "^5.3.21", |
|
79 | 79 | "babel-loader": "^8.1.0", |
80 | 80 | "babel-plugin-polished": "^1.1.0", |
81 | 81 | "chromatic": "^6.5.1", |
82 | | - "husky": "^4.3.0", |
| 82 | + "husky": "^8.0.1", |
83 | 83 | "polished": "^4.2.2", |
84 | 84 | "react": "18", |
85 | 85 | "react-dom": "18", |
86 | 86 | "react-hook-form": "^7.27.1", |
87 | | - "react-is": "^17.0.1", |
88 | | - "size-limit": "^4.6.2", |
89 | | - "storybook-addon-designs": "^5.4.5", |
| 87 | + "react-is": "^18.2.0", |
| 88 | + "size-limit": "^8.1.0", |
| 89 | + "storybook-addon-designs": "^6.3.1", |
90 | 90 | "tslib": "^2.0.3", |
91 | 91 | "typescript": "^4.0.3" |
92 | 92 | }, |
|
97 | 97 | "**/@typescript-eslint/parser": "^4.1.1" |
98 | 98 | }, |
99 | 99 | "dependencies": { |
100 | | - "@react-aria/button": "^3.3.1", |
101 | | - "@react-aria/dialog": "^3.1.2", |
102 | | - "@react-aria/focus": "^3.2.3", |
103 | | - "@react-aria/i18n": "^3.5.1", |
104 | | - "@react-aria/interactions": "^3.3.3", |
105 | | - "@react-aria/listbox": "^3.3.1", |
106 | | - "@react-aria/overlays": "^3.6.1", |
107 | | - "@react-aria/radio": "^3.1.3", |
108 | | - "@react-aria/select": "^3.5.0", |
109 | | - "@react-aria/separator": "^3.1.3", |
110 | | - "@react-aria/textfield": "^3.5.2", |
111 | | - "@react-aria/tooltip": "^3.1.1", |
112 | | - "@react-aria/utils": "^3.6.0", |
113 | | - "@react-aria/virtualizer": "^3.3.4", |
114 | | - "@react-aria/visually-hidden": "^3.2.1", |
115 | | - "@react-stately/collections": "^3.3.4", |
116 | | - "@react-stately/layout": "^3.4.2", |
117 | | - "@react-stately/list": "^3.3.0", |
118 | | - "@react-stately/overlays": "^3.1.1", |
119 | | - "@react-stately/radio": "^3.3.0", |
120 | | - "@react-stately/select": "^3.1.3", |
121 | | - "@react-stately/tooltip": "^3.0.3", |
122 | | - "@react-stately/utils": "^3.2.0", |
123 | | - "@react-stately/virtualizer": "^3.1.5", |
124 | | - "@react-types/shared": "^3.5.0", |
| 100 | + "@react-aria/button": "^3.6.2", |
| 101 | + "@react-aria/dialog": "^3.4.0", |
| 102 | + "@react-aria/focus": "^3.9.0", |
| 103 | + "@react-aria/i18n": "^3.6.1", |
| 104 | + "@react-aria/interactions": "^3.12.0", |
| 105 | + "@react-aria/listbox": "^3.7.0", |
| 106 | + "@react-aria/overlays": "^3.11.0", |
| 107 | + "@react-aria/radio": "^3.4.0", |
| 108 | + "@react-aria/select": "^3.8.2", |
| 109 | + "@react-aria/separator": "^3.2.4", |
| 110 | + "@react-aria/textfield": "^3.7.2", |
| 111 | + "@react-aria/tooltip": "^3.3.2", |
| 112 | + "@react-aria/utils": "^3.14.0", |
| 113 | + "@react-aria/visually-hidden": "^3.5.0", |
| 114 | + "@react-stately/collections": "^3.4.4", |
| 115 | + "@react-stately/layout": "^3.8.0", |
| 116 | + "@react-stately/list": "^3.5.4", |
| 117 | + "@react-stately/overlays": "^3.4.2", |
| 118 | + "@react-stately/radio": "^3.6.0", |
| 119 | + "@react-stately/select": "^3.3.2", |
| 120 | + "@react-stately/tooltip": "^3.2.2", |
| 121 | + "@react-stately/utils": "^3.5.1", |
| 122 | + "@react-stately/virtualizer": "^3.3.1", |
| 123 | + "@react-types/shared": "^3.15.0", |
125 | 124 | "@storybook/addon-measure": "^6.5.10", |
126 | 125 | "@types/react-transition-group": "^4.4.5", |
| 126 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 127 | + "@typescript-eslint/parser": "^5.39.0", |
127 | 128 | "clsx": "^1.1.1", |
128 | 129 | "react-transition-group": "^4.4.5", |
129 | 130 | "tsdx": "^0.14.1" |
|
0 commit comments