|
19 | 19 | "@tiptap/pm": "^2.7.4",
|
20 | 20 | "@tiptap/react": "^2.7.4",
|
21 | 21 | "@tiptap/suggestion": "^2.7.4",
|
22 |
| - "date-fns": "^3.6.0", |
| 22 | + "date-fns": "^4.1.0", |
23 | 23 | "date-fns-tz": "^3.1.3",
|
24 | 24 | "react-bootstrap": "^2.10.5",
|
25 | 25 | "react-currency-input-field": "^3.8.0",
|
26 |
| - "react-datepicker": "^6.9.0", |
| 26 | + "react-datepicker": "^7.5.0", |
27 | 27 | "react-loading-skeleton": "^3.4.0",
|
28 |
| - "react-router-dom": "^5.3.4", |
29 | 28 | "react-select": "^5.8.1",
|
30 | 29 | "react-toggle": "^4.1.3",
|
31 | 30 | "react-transition-group": "^4.4.5",
|
32 | 31 | "sanitize-html": "^2.13.0",
|
33 | 32 | "tippy.js": "^6.3.7",
|
34 |
| - "uuid": "^7.0.3" |
| 33 | + "uuid": "^11.0.3" |
35 | 34 | },
|
36 | 35 | "scripts": {
|
37 | 36 | "build": "NODE_ENV=production babel src --out-dir lib --copy-files --extensions '.js,.jsx,.ts,.tsx' && tsc",
|
|
113 | 112 | "@storybook/react-webpack5": "^8.4.2",
|
114 | 113 | "@testing-library/dom": "^10.4.0",
|
115 | 114 | "@testing-library/jest-dom": "^6.5.0",
|
116 |
| - "@testing-library/react": "^15.0.7", |
| 115 | + "@testing-library/react": "^16.0.1", |
117 | 116 | "@testing-library/react-hooks": "^8.0.1",
|
118 | 117 | "@testing-library/user-event": "^14.5.2",
|
119 | 118 | "@types/jest": "^29.5.13",
|
|
130 | 129 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
131 | 130 | "babel-preset-react": "^6.24.1",
|
132 | 131 | "bootstrap": "5.1.3",
|
133 |
| - "chromatic": "^6.24.1", |
| 132 | + "chromatic": "^11.18.1", |
134 | 133 | "classnames": "^2.5.1",
|
135 | 134 | "css-loader": "^6.11.0",
|
136 | 135 | "eslint": "^8.57.1",
|
137 | 136 | "eslint-config-airbnb": "^19.0.4",
|
138 | 137 | "eslint-plugin-babel": "^5.3.1",
|
139 | 138 | "eslint-plugin-import": "^2.30.0",
|
140 | 139 | "eslint-plugin-jsx-a11y": "^6.10.0",
|
141 |
| - "eslint-plugin-local-rules": "^2.0.1", |
| 140 | + "eslint-plugin-local-rules": "^3.0.2", |
142 | 141 | "eslint-plugin-no-only-tests": "^3.3.0",
|
143 | 142 | "eslint-plugin-react": "^7.36.1",
|
144 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 143 | + "eslint-plugin-react-hooks": "^5.0.0", |
145 | 144 | "eslint-utils": "^3.0.0",
|
146 | 145 | "file-loader": "^6.2.0",
|
147 | 146 | "jest": "^29.7.0",
|
|
161 | 160 | "sass-loader": "^16.0.2",
|
162 | 161 | "storybook": "^8.4.2",
|
163 | 162 | "storybook-addon-designs": "6.3.1",
|
164 |
| - "style-loader": "^1.3.0", |
| 163 | + "style-loader": "^4.0.0", |
165 | 164 | "typescript": "^5.5.4",
|
166 | 165 | "webpack": "^5.95.0",
|
167 | 166 | "yalc": "^1.0.0-pre.53"
|
168 | 167 | },
|
169 | 168 | "resolutions": {
|
170 |
| - "@babel/helper-create-regexp-features-plugin": "^7.22.15", |
171 |
| - "cookie": "^0.7.0", |
172 |
| - "express": "^4.21.0", |
173 | 169 | "istanbul-lib-instrument": "^6.0.0",
|
174 |
| - "jackspeak": "2.1.1", |
175 | 170 | "micromatch": "^4.0.8",
|
176 |
| - "normalize-package-data": "^3.0.0", |
177 |
| - "path-to-regexp@npm:^1.7.0": "^1.9.0", |
178 | 171 | "semver": "^7.5.3"
|
179 | 172 | },
|
180 | 173 | "description": "UI Storybook design system",
|
|
0 commit comments