|
2 | 2 | "name": "@user-interviews/ui-design-system",
|
3 | 3 | "version": "3.12.0",
|
4 | 4 | "dependencies": {
|
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", |
| 5 | + "@tiptap/core": "^2.11.3", |
| 6 | + "@tiptap/extension-bold": "^2.11.3", |
| 7 | + "@tiptap/extension-bullet-list": "^2.11.3", |
| 8 | + "@tiptap/extension-character-count": "^2.11.3", |
| 9 | + "@tiptap/extension-document": "^2.11.3", |
| 10 | + "@tiptap/extension-hard-break": "^2.11.3", |
| 11 | + "@tiptap/extension-history": "^2.11.3", |
| 12 | + "@tiptap/extension-italic": "^2.11.3", |
| 13 | + "@tiptap/extension-link": "^2.11.3", |
| 14 | + "@tiptap/extension-list-item": "^2.11.3", |
| 15 | + "@tiptap/extension-ordered-list": "^2.11.3", |
| 16 | + "@tiptap/extension-paragraph": "^2.11.3", |
| 17 | + "@tiptap/extension-placeholder": "^2.11.3", |
| 18 | + "@tiptap/extension-text": "^2.11.3", |
| 19 | + "@tiptap/pm": "^2.11.3", |
| 20 | + "@tiptap/react": "^2.11.3", |
| 21 | + "@tiptap/suggestion": "^2.11.3", |
22 | 22 | "date-fns": "^4.1.0",
|
23 | 23 | "date-fns-tz": "^3.2.0",
|
24 |
| - "react-bootstrap": "^2.10.6", |
| 24 | + "react-bootstrap": "^2.10.8", |
25 | 25 | "react-currency-input-field": "^3.9.0",
|
26 |
| - "react-datepicker": "^7.5.0", |
| 26 | + "react-datepicker": "^7.6.0", |
27 | 27 | "react-loading-skeleton": "^3.5.0",
|
28 |
| - "react-select": "^5.8.3", |
| 28 | + "react-select": "^5.10.0", |
29 | 29 | "react-toggle": "^4.1.3",
|
30 | 30 | "react-transition-group": "^4.4.5",
|
31 |
| - "sanitize-html": "^2.13.1", |
| 31 | + "sanitize-html": "^2.14.0", |
32 | 32 | "tippy.js": "^6.3.7",
|
33 |
| - "uuid": "^11.0.3" |
| 33 | + "uuid": "^11.0.5" |
34 | 34 | },
|
35 | 35 | "scripts": {
|
36 | 36 | "build": "NODE_ENV=production babel src --out-dir lib --copy-files --extensions '.js,.jsx,.ts,.tsx' && tsc",
|
|
81 | 81 | "react-tracking": "^9.3"
|
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 |
| - "@babel/cli": "^7.25.9", |
85 |
| - "@babel/core": "^7.26.0", |
| 84 | + "@babel/cli": "^7.26.4", |
| 85 | + "@babel/core": "^7.26.7", |
86 | 86 | "@babel/eslint-parser": "^7.26.5",
|
87 | 87 | "@babel/eslint-plugin": "^7.25.9",
|
88 | 88 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
89 | 89 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
90 | 90 | "@babel/plugin-proposal-private-methods": "^7.18.6",
|
91 | 91 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
92 | 92 | "@babel/plugin-transform-runtime": "^7.25.9",
|
93 |
| - "@babel/preset-env": "^7.26.0", |
| 93 | + "@babel/preset-env": "^7.26.7", |
94 | 94 | "@babel/preset-react": "^7.26.3",
|
95 | 95 | "@babel/preset-typescript": "^7.26.0",
|
96 |
| - "@babel/runtime": "^7.26.0", |
| 96 | + "@babel/runtime": "^7.26.7", |
97 | 97 | "@eslint/compat": "^1.2.5",
|
98 | 98 | "@fortawesome/fontawesome-svg-core": "^6.5.2",
|
99 | 99 | "@fortawesome/free-brands-svg-icons": "^6.5.2",
|
100 | 100 | "@fortawesome/pro-regular-svg-icons": "^6.5.2",
|
101 | 101 | "@fortawesome/pro-solid-svg-icons": "^6.5.2",
|
102 | 102 | "@fortawesome/react-fontawesome": "^0.2.0",
|
103 | 103 | "@popperjs/core": "^2.11.8",
|
104 |
| - "@storybook/addon-a11y": "^8.4.6", |
105 |
| - "@storybook/addon-actions": "^8.4.6", |
106 |
| - "@storybook/addon-backgrounds": "^8.4.6", |
107 |
| - "@storybook/addon-controls": "^8.4.6", |
108 |
| - "@storybook/addon-docs": "^8.4.6", |
109 |
| - "@storybook/addon-jest": "^8.4.6", |
110 |
| - "@storybook/addon-links": "^8.4.6", |
111 |
| - "@storybook/addon-storysource": "^8.4.6", |
| 104 | + "@storybook/addon-a11y": "^8.5.2", |
| 105 | + "@storybook/addon-actions": "^8.5.2", |
| 106 | + "@storybook/addon-backgrounds": "^8.5.2", |
| 107 | + "@storybook/addon-controls": "^8.5.2", |
| 108 | + "@storybook/addon-docs": "^8.5.2", |
| 109 | + "@storybook/addon-jest": "^8.5.2", |
| 110 | + "@storybook/addon-links": "^8.5.2", |
| 111 | + "@storybook/addon-storysource": "^8.5.2", |
112 | 112 | "@storybook/addon-styling-webpack": "^1.0.1",
|
113 |
| - "@storybook/addon-webpack5-compiler-babel": "^3.0.3", |
114 |
| - "@storybook/react": "^8.4.6", |
115 |
| - "@storybook/react-webpack5": "^8.4.6", |
| 113 | + "@storybook/addon-webpack5-compiler-babel": "^3.0.5", |
| 114 | + "@storybook/react": "^8.5.2", |
| 115 | + "@storybook/react-webpack5": "^8.5.2", |
116 | 116 | "@testing-library/dom": "^10.4.0",
|
117 | 117 | "@testing-library/jest-dom": "^6.6.3",
|
118 |
| - "@testing-library/react": "^16.0.1", |
| 118 | + "@testing-library/react": "^16.2.0", |
119 | 119 | "@testing-library/react-hooks": "^8.0.1",
|
120 |
| - "@testing-library/user-event": "^14.5.2", |
| 120 | + "@testing-library/user-event": "^14.6.1", |
121 | 121 | "@types/jest": "^29.5.14",
|
122 |
| - "@types/react-dom": "^18.3.1", |
| 122 | + "@types/react-dom": "^18.3.5", |
123 | 123 | "@types/react-toggle": "^4.0.5",
|
124 |
| - "@types/react-transition-group": "^4.4.11", |
| 124 | + "@types/react-transition-group": "^4.4.12", |
125 | 125 | "@types/testing-library__jest-dom": "^6.0.0",
|
126 |
| - "@typescript-eslint/eslint-plugin": "^8.17.0", |
127 |
| - "@typescript-eslint/parser": "^8.17.0", |
| 126 | + "@typescript-eslint/eslint-plugin": "^8.22.0", |
| 127 | + "@typescript-eslint/parser": "^8.22.0", |
128 | 128 | "babel-eslint": "^10.1.0",
|
129 | 129 | "babel-jest": "^29.7.0",
|
130 | 130 | "babel-loader": "^9.2.1",
|
131 | 131 | "babel-plugin-module-resolver": "^5.0.2",
|
132 | 132 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
133 | 133 | "babel-preset-react": "^6.24.1",
|
134 | 134 | "bootstrap": "5.3.3",
|
135 |
| - "chromatic": "^11.20.0", |
| 135 | + "chromatic": "^11.25.1", |
136 | 136 | "classnames": "^2.5.1",
|
137 | 137 | "css-loader": "^7.1.2",
|
138 |
| - "eslint": "^9.18.0", |
| 138 | + "eslint": "^9.19.0", |
139 | 139 | "eslint-plugin-import": "^2.31.0",
|
140 | 140 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
141 | 141 | "eslint-plugin-local-rules": "^3.0.2",
|
142 | 142 | "eslint-plugin-no-only-tests": "^3.3.0",
|
143 |
| - "eslint-plugin-react": "^7.37.3", |
| 143 | + "eslint-plugin-react": "^7.37.4", |
144 | 144 | "eslint-plugin-react-hooks": "^5.1.0",
|
145 | 145 | "eslint-utils": "^3.0.0",
|
146 | 146 | "file-loader": "^6.2.0",
|
147 | 147 | "jest": "^29.7.0",
|
148 | 148 | "jest-css-modules-transform": "^4.4.2",
|
149 | 149 | "jest-environment-jsdom": "^29.7.0",
|
150 | 150 | "node-sass": "^9.0.0",
|
151 |
| - "nodemon": "^3.1.7", |
| 151 | + "nodemon": "^3.1.9", |
152 | 152 | "prop-types": "^15.8.1",
|
153 | 153 | "react": "^18.3.1",
|
154 | 154 | "react-copy-to-clipboard": "^5.1.0",
|
155 | 155 | "react-dom": "^18.3.1",
|
156 |
| - "react-hook-form": "^7.53.2", |
157 |
| - "react-modal": "^3.16.1", |
| 156 | + "react-hook-form": "^7.54.2", |
| 157 | + "react-modal": "^3.16.3", |
158 | 158 | "react-popper": "^2.3.0",
|
159 | 159 | "react-test-renderer": "^18.3.1",
|
160 | 160 | "react-tracking": "^9.3.2",
|
161 | 161 | "sass-loader": "^16.0.4",
|
162 |
| - "storybook": "^8.4.6", |
| 162 | + "storybook": "^8.5.2", |
163 | 163 | "storybook-addon-designs": "6.3.1",
|
164 | 164 | "style-loader": "^4.0.0",
|
165 |
| - "typescript": "^5.7.2", |
166 |
| - "webpack": "^5.97.0", |
| 165 | + "typescript": "^5.7.3", |
| 166 | + "webpack": "^5.97.1", |
167 | 167 | "yalc": "^1.0.0-pre.53"
|
168 | 168 | },
|
169 | 169 | "resolutions": {
|
|
0 commit comments