|
2 | 2 | "name": "@user-interviews/ui-design-system",
|
3 | 3 | "version": "3.9.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "@tiptap/core": "^2.7.4", |
6 |
| - "@tiptap/extension-bold": "^2.7.4", |
7 |
| - "@tiptap/extension-bullet-list": "^2.7.4", |
8 |
| - "@tiptap/extension-character-count": "^2.7.4", |
9 |
| - "@tiptap/extension-document": "^2.7.4", |
10 |
| - "@tiptap/extension-hard-break": "^2.7.4", |
11 |
| - "@tiptap/extension-history": "^2.7.4", |
12 |
| - "@tiptap/extension-italic": "^2.7.4", |
13 |
| - "@tiptap/extension-link": "^2.7.4", |
14 |
| - "@tiptap/extension-list-item": "^2.7.4", |
15 |
| - "@tiptap/extension-ordered-list": "^2.7.4", |
16 |
| - "@tiptap/extension-paragraph": "^2.7.4", |
17 |
| - "@tiptap/extension-placeholder": "^2.7.4", |
18 |
| - "@tiptap/extension-text": "^2.7.4", |
19 |
| - "@tiptap/pm": "^2.7.4", |
20 |
| - "@tiptap/react": "^2.7.4", |
21 |
| - "@tiptap/suggestion": "^2.7.4", |
| 5 | + "@tiptap/core": "^2.10.3", |
| 6 | + "@tiptap/extension-bold": "^2.10.3", |
| 7 | + "@tiptap/extension-bullet-list": "^2.10.3", |
| 8 | + "@tiptap/extension-character-count": "^2.10.3", |
| 9 | + "@tiptap/extension-document": "^2.10.3", |
| 10 | + "@tiptap/extension-hard-break": "^2.10.3", |
| 11 | + "@tiptap/extension-history": "^2.10.3", |
| 12 | + "@tiptap/extension-italic": "^2.10.3", |
| 13 | + "@tiptap/extension-link": "^2.10.3", |
| 14 | + "@tiptap/extension-list-item": "^2.10.3", |
| 15 | + "@tiptap/extension-ordered-list": "^2.10.3", |
| 16 | + "@tiptap/extension-paragraph": "^2.10.3", |
| 17 | + "@tiptap/extension-placeholder": "^2.10.3", |
| 18 | + "@tiptap/extension-text": "^2.10.3", |
| 19 | + "@tiptap/pm": "^2.10.3", |
| 20 | + "@tiptap/react": "^2.10.3", |
| 21 | + "@tiptap/suggestion": "^2.10.3", |
22 | 22 | "date-fns": "^4.1.0",
|
23 |
| - "date-fns-tz": "^3.1.3", |
24 |
| - "react-bootstrap": "^2.10.5", |
25 |
| - "react-currency-input-field": "^3.8.0", |
| 23 | + "date-fns-tz": "^3.2.0", |
| 24 | + "react-bootstrap": "^2.10.6", |
| 25 | + "react-currency-input-field": "^3.9.0", |
26 | 26 | "react-datepicker": "^7.5.0",
|
27 |
| - "react-loading-skeleton": "^3.4.0", |
28 |
| - "react-select": "^5.8.1", |
| 27 | + "react-loading-skeleton": "^3.5.0", |
| 28 | + "react-select": "^5.8.3", |
29 | 29 | "react-toggle": "^4.1.3",
|
30 | 30 | "react-transition-group": "^4.4.5",
|
31 |
| - "sanitize-html": "^2.13.0", |
| 31 | + "sanitize-html": "^2.13.1", |
32 | 32 | "tippy.js": "^6.3.7",
|
33 | 33 | "uuid": "^11.0.3"
|
34 | 34 | },
|
|
81 | 81 | "react-tracking": "^9.3"
|
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 |
| - "@babel/cli": "^7.25.6", |
85 |
| - "@babel/core": "^7.25.2", |
| 84 | + "@babel/cli": "^7.25.9", |
| 85 | + "@babel/core": "^7.26.0", |
86 | 86 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
87 | 87 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
88 | 88 | "@babel/plugin-proposal-private-methods": "^7.18.6",
|
89 | 89 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
90 |
| - "@babel/plugin-transform-runtime": "^7.25.4", |
91 |
| - "@babel/preset-env": "^7.25.4", |
92 |
| - "@babel/preset-react": "^7.24.7", |
93 |
| - "@babel/preset-typescript": "^7.24.7", |
94 |
| - "@babel/runtime": "^7.25.6", |
| 90 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 91 | + "@babel/preset-env": "^7.26.0", |
| 92 | + "@babel/preset-react": "^7.26.3", |
| 93 | + "@babel/preset-typescript": "^7.26.0", |
| 94 | + "@babel/runtime": "^7.26.0", |
95 | 95 | "@fortawesome/fontawesome-svg-core": "^6.5.2",
|
96 | 96 | "@fortawesome/free-brands-svg-icons": "^6.5.2",
|
97 | 97 | "@fortawesome/pro-regular-svg-icons": "^6.5.2",
|
98 | 98 | "@fortawesome/pro-solid-svg-icons": "^6.5.2",
|
99 | 99 | "@fortawesome/react-fontawesome": "^0.2.0",
|
100 | 100 | "@popperjs/core": "^2.11.8",
|
101 |
| - "@storybook/addon-a11y": "^8.4.2", |
102 |
| - "@storybook/addon-actions": "^8.4.2", |
103 |
| - "@storybook/addon-backgrounds": "^8.4.2", |
104 |
| - "@storybook/addon-controls": "^8.4.2", |
105 |
| - "@storybook/addon-docs": "^8.4.2", |
106 |
| - "@storybook/addon-jest": "^8.4.2", |
107 |
| - "@storybook/addon-links": "^8.4.2", |
108 |
| - "@storybook/addon-storysource": "^8.4.2", |
109 |
| - "@storybook/addon-styling-webpack": "^1.0.0", |
| 101 | + "@storybook/addon-a11y": "^8.4.6", |
| 102 | + "@storybook/addon-actions": "^8.4.6", |
| 103 | + "@storybook/addon-backgrounds": "^8.4.6", |
| 104 | + "@storybook/addon-controls": "^8.4.6", |
| 105 | + "@storybook/addon-docs": "^8.4.6", |
| 106 | + "@storybook/addon-jest": "^8.4.6", |
| 107 | + "@storybook/addon-links": "^8.4.6", |
| 108 | + "@storybook/addon-storysource": "^8.4.6", |
| 109 | + "@storybook/addon-styling-webpack": "^1.0.1", |
110 | 110 | "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
111 |
| - "@storybook/react": "^8.4.2", |
112 |
| - "@storybook/react-webpack5": "^8.4.2", |
| 111 | + "@storybook/react": "^8.4.6", |
| 112 | + "@storybook/react-webpack5": "^8.4.6", |
113 | 113 | "@testing-library/dom": "^10.4.0",
|
114 |
| - "@testing-library/jest-dom": "^6.5.0", |
| 114 | + "@testing-library/jest-dom": "^6.6.3", |
115 | 115 | "@testing-library/react": "^16.0.1",
|
116 | 116 | "@testing-library/react-hooks": "^8.0.1",
|
117 | 117 | "@testing-library/user-event": "^14.5.2",
|
118 |
| - "@types/jest": "^29.5.13", |
119 |
| - "@types/react-dom": "^18.3.0", |
| 118 | + "@types/jest": "^29.5.14", |
| 119 | + "@types/react-dom": "^18.3.1", |
120 | 120 | "@types/react-toggle": "^4.0.5",
|
121 | 121 | "@types/react-transition-group": "^4.4.11",
|
122 | 122 | "@types/testing-library__jest-dom": "^6.0.0",
|
123 |
| - "@typescript-eslint/eslint-plugin": "^8.0.1", |
124 |
| - "@typescript-eslint/parser": "^8.0.1", |
| 123 | + "@typescript-eslint/eslint-plugin": "^8.17.0", |
| 124 | + "@typescript-eslint/parser": "^8.17.0", |
125 | 125 | "babel-eslint": "^10.1.0",
|
126 | 126 | "babel-jest": "^29.7.0",
|
127 | 127 | "babel-loader": "^9.2.1",
|
128 | 128 | "babel-plugin-module-resolver": "^5.0.2",
|
129 | 129 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
130 | 130 | "babel-preset-react": "^6.24.1",
|
131 |
| - "bootstrap": "5.1.3", |
132 |
| - "chromatic": "^11.18.1", |
| 131 | + "bootstrap": "5.3.3", |
| 132 | + "chromatic": "^11.20.0", |
133 | 133 | "classnames": "^2.5.1",
|
134 |
| - "css-loader": "^6.11.0", |
| 134 | + "css-loader": "^7.1.2", |
135 | 135 | "eslint": "^8.57.1",
|
136 | 136 | "eslint-config-airbnb": "^19.0.4",
|
137 | 137 | "eslint-plugin-babel": "^5.3.1",
|
138 |
| - "eslint-plugin-import": "^2.30.0", |
139 |
| - "eslint-plugin-jsx-a11y": "^6.10.0", |
| 138 | + "eslint-plugin-import": "^2.31.0", |
| 139 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
140 | 140 | "eslint-plugin-local-rules": "^3.0.2",
|
141 | 141 | "eslint-plugin-no-only-tests": "^3.3.0",
|
142 |
| - "eslint-plugin-react": "^7.36.1", |
| 142 | + "eslint-plugin-react": "^7.37.2", |
143 | 143 | "eslint-plugin-react-hooks": "^5.0.0",
|
144 | 144 | "eslint-utils": "^3.0.0",
|
145 | 145 | "file-loader": "^6.2.0",
|
|
152 | 152 | "react": "^18.3.1",
|
153 | 153 | "react-copy-to-clipboard": "^5.1.0",
|
154 | 154 | "react-dom": "^18.3.1",
|
155 |
| - "react-hook-form": "^7.51.4", |
| 155 | + "react-hook-form": "^7.53.2", |
156 | 156 | "react-modal": "^3.16.1",
|
157 | 157 | "react-popper": "^2.3.0",
|
158 | 158 | "react-test-renderer": "^18.3.1",
|
159 | 159 | "react-tracking": "^9.3.2",
|
160 |
| - "sass-loader": "^16.0.2", |
161 |
| - "storybook": "^8.4.2", |
| 160 | + "sass-loader": "^16.0.4", |
| 161 | + "storybook": "^8.4.6", |
162 | 162 | "storybook-addon-designs": "6.3.1",
|
163 | 163 | "style-loader": "^4.0.0",
|
164 |
| - "typescript": "^5.5.4", |
165 |
| - "webpack": "^5.95.0", |
| 164 | + "typescript": "^5.7.2", |
| 165 | + "webpack": "^5.97.0", |
166 | 166 | "yalc": "^1.0.0-pre.53"
|
167 | 167 | },
|
168 | 168 | "resolutions": {
|
|
0 commit comments