|
28 | 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.15.0", |
| 31 | + "sanitize-html": "^2.17.0", |
32 | 32 | "tippy.js": "^6.3.7",
|
33 | 33 | "uuid": "^11.1.0"
|
34 | 34 | },
|
|
81 | 81 | "react-tracking": "^9.3"
|
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 |
| - "@babel/cli": "^7.27.0", |
85 |
| - "@babel/core": "^7.26.10", |
86 |
| - "@babel/eslint-parser": "^7.27.0", |
87 |
| - "@babel/eslint-plugin": "^7.27.0", |
88 |
| - "@babel/plugin-transform-class-properties": "^7.25.9", |
89 |
| - "@babel/plugin-transform-object-rest-spread": "^7.25.9", |
90 |
| - "@babel/plugin-transform-private-methods": "^7.25.9", |
91 |
| - "@babel/plugin-transform-private-property-in-object": "^7.25.9", |
92 |
| - "@babel/plugin-transform-runtime": "^7.26.10", |
93 |
| - "@babel/preset-env": "^7.26.9", |
94 |
| - "@babel/preset-react": "^7.26.3", |
95 |
| - "@babel/preset-typescript": "^7.27.0", |
96 |
| - "@babel/runtime": "^7.27.0", |
97 |
| - "@eslint/compat": "^1.2.8", |
| 84 | + "@babel/cli": "^7.28.0", |
| 85 | + "@babel/core": "^7.28.0", |
| 86 | + "@babel/eslint-parser": "^7.28.0", |
| 87 | + "@babel/eslint-plugin": "^7.27.1", |
| 88 | + "@babel/plugin-transform-class-properties": "^7.27.1", |
| 89 | + "@babel/plugin-transform-object-rest-spread": "^7.28.0", |
| 90 | + "@babel/plugin-transform-private-methods": "^7.27.1", |
| 91 | + "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
| 92 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 93 | + "@babel/preset-env": "^7.28.0", |
| 94 | + "@babel/preset-react": "^7.27.1", |
| 95 | + "@babel/preset-typescript": "^7.27.1", |
| 96 | + "@babel/runtime": "^7.28.2", |
| 97 | + "@eslint/compat": "^1.3.1", |
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.6.12", |
105 |
| - "@storybook/addon-actions": "^8.6.12", |
106 |
| - "@storybook/addon-backgrounds": "^8.6.12", |
107 |
| - "@storybook/addon-controls": "^8.6.12", |
108 |
| - "@storybook/addon-docs": "^8.6.12", |
109 |
| - "@storybook/addon-jest": "^8.6.12", |
110 |
| - "@storybook/addon-links": "^8.6.12", |
111 |
| - "@storybook/addon-storysource": "^8.6.12", |
| 104 | + "@storybook/addon-a11y": "^8.6.14", |
| 105 | + "@storybook/addon-actions": "^8.6.14", |
| 106 | + "@storybook/addon-backgrounds": "^8.6.14", |
| 107 | + "@storybook/addon-controls": "^8.6.14", |
| 108 | + "@storybook/addon-docs": "^8.6.14", |
| 109 | + "@storybook/addon-jest": "^8.6.14", |
| 110 | + "@storybook/addon-links": "^8.6.14", |
| 111 | + "@storybook/addon-storysource": "^8.6.14", |
112 | 112 | "@storybook/addon-styling-webpack": "^1.0.1",
|
113 | 113 | "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
114 |
| - "@storybook/react": "^8.6.12", |
115 |
| - "@storybook/react-webpack5": "^8.6.12", |
| 114 | + "@storybook/react": "^8.6.14", |
| 115 | + "@storybook/react-webpack5": "^8.6.14", |
116 | 116 | "@testing-library/dom": "^10.4.0",
|
117 | 117 | "@testing-library/jest-dom": "^6.6.3",
|
118 | 118 | "@testing-library/react": "^16.2.0",
|
119 | 119 | "@testing-library/react-hooks": "^8.0.1",
|
120 | 120 | "@testing-library/user-event": "^14.6.1",
|
121 | 121 | "@types/jest": "^29.5.14",
|
122 |
| - "@types/react-dom": "^18.3.5", |
| 122 | + "@types/react-dom": "^18.3.7", |
123 | 123 | "@types/react-toggle": "^4.0.5",
|
124 | 124 | "@types/react-transition-group": "^4.4.12",
|
125 |
| - "@typescript-eslint/eslint-plugin": "^8.29.0", |
126 |
| - "@typescript-eslint/parser": "^8.29.0", |
| 125 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 126 | + "@typescript-eslint/parser": "^8.38.0", |
127 | 127 | "babel-jest": "^29.7.0",
|
128 | 128 | "babel-loader": "^9.2.1",
|
129 | 129 | "babel-plugin-module-resolver": "^5.0.2",
|
130 | 130 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
131 | 131 | "babel-preset-react": "^6.24.1",
|
132 |
| - "bootstrap": "5.3.6", |
133 |
| - "chromatic": "^11.27.0", |
| 132 | + "bootstrap": "5.3.7", |
| 133 | + "chromatic": "^11.29.0", |
134 | 134 | "classnames": "^2.5.1",
|
135 | 135 | "css-loader": "^7.1.2",
|
136 |
| - "eslint": "^9.23.0", |
137 |
| - "eslint-plugin-import": "^2.31.0", |
| 136 | + "eslint": "^9.31.0", |
| 137 | + "eslint-plugin-import": "^2.32.0", |
138 | 138 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
139 | 139 | "eslint-plugin-local-rules": "^3.0.2",
|
140 | 140 | "eslint-plugin-no-only-tests": "^3.3.0",
|
141 |
| - "eslint-plugin-react": "^7.37.4", |
| 141 | + "eslint-plugin-react": "^7.37.5", |
142 | 142 | "eslint-plugin-react-hooks": "^5.2.0",
|
143 | 143 | "eslint-utils": "^3.0.0",
|
144 | 144 | "file-loader": "^6.2.0",
|
145 | 145 | "jest": "^29.7.0",
|
146 | 146 | "jest-css-modules-transform": "^4.4.2",
|
147 | 147 | "jest-environment-jsdom": "^29.7.0",
|
148 |
| - "nodemon": "^3.1.9", |
| 148 | + "nodemon": "^3.1.10", |
149 | 149 | "prop-types": "^15.8.1",
|
150 | 150 | "react": "^18.3.1",
|
151 | 151 | "react-copy-to-clipboard": "^5.1.0",
|
|
155 | 155 | "react-popper": "^2.3.0",
|
156 | 156 | "react-test-renderer": "^18.3.1",
|
157 | 157 | "react-tracking": "^9.3.2",
|
158 |
| - "sass": "^1.86.1", |
| 158 | + "sass": "^1.89.2", |
159 | 159 | "sass-loader": "^16.0.5",
|
160 |
| - "storybook": "^8.6.12", |
| 160 | + "storybook": "^8.6.14", |
161 | 161 | "storybook-addon-designs": "6.3.1",
|
162 | 162 | "style-loader": "^4.0.0",
|
163 |
| - "typescript": "^5.8.2", |
164 |
| - "webpack": "^5.98.0", |
| 163 | + "typescript": "^5.8.3", |
| 164 | + "webpack": "^5.100.2", |
165 | 165 | "yalc": "^1.0.0-pre.53"
|
166 | 166 | },
|
167 | 167 | "resolutions": {
|
|
189 | 189 | "url": "git+https://github.com/user-interviews/ui-design-system.git"
|
190 | 190 | },
|
191 | 191 | "author": {
|
192 |
| - "name": "Jason Basuil", |
| 192 | + "name": "User Interviews", |
193 | 193 |
|
194 | 194 | },
|
195 | 195 | "license": "MIT",
|
|
200 | 200 | "homepage": "https://github.com/user-interviews/ui-design-system",
|
201 | 201 | "_id": "@user-interviews/[email protected]",
|
202 | 202 | "volta": {
|
203 |
| - "node": "22.14.0", |
204 |
| - "yarn": "4.6.0" |
| 203 | + "node": "22.17.1", |
| 204 | + "yarn": "4.9.2" |
205 | 205 | },
|
206 |
| - "packageManager": "yarn@4.6.0" |
| 206 | + "packageManager": "yarn@4.9.2" |
207 | 207 | }
|
0 commit comments