Skip to content

Commit 0f7f84b

Browse files
authored
Bring DS dependencies in sync with RS (#1338)
Noticed that these were not in harmony so did a pre-TDW sweep: Regular dependencies: * react-bootstrap: ^2.10.10 * react-currency-input-field: ^3.10.0 * react-select: ^5.10.2 Dev dependencies: * @babel/core: ^7.28.5 * @babel/eslint-parser: ^7.28.5 * @babel/plugin-transform-object-rest-spread: ^7.28.4 * @babel/plugin-transform-runtime: ^7.28.5, * @babel/preset-env: ^7.28.5, * @babel/preset-react: ^7.28.5, * @babel/preset-typescript: ^7.28.5, * @babel/runtime: ^7.28.4, * @eslint/compat: ^1.4.1, * @fortawesome/fontawesome-svg-core: ^6.7.2, * @fortawesome/free-brands-svg-icons: ^6.7.2, * @fortawesome/pro-regular-svg-icons: ^6.7.2, * @fortawesome/pro-solid-svg-icons: ^6.7.2, * @fortawesome/react-fontawesome: ^0.2.6, * @testing-library/dom: ^10.4.1 * @testing-library/react: ^16.3.0 * @typescript-eslint/eslint-plugin: ^8.46.2, * @typescript-eslint/parser: ^8.46.2 Removed resolutions: * eslint: ^9.38.0 * sass: ^1.93.2, * sass-loader: ^16.0.6 * typescript: ^5.9.3, * webpack: ^5.102.1 Updates `caniuse`
1 parent 0b3585a commit 0f7f84b

File tree

3 files changed

+626
-379
lines changed

3 files changed

+626
-379
lines changed

package.json

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@tiptap/suggestion": "^2.11.3",
2222
"date-fns": "^4.1.0",
2323
"date-fns-tz": "^3.2.0",
24-
"react-bootstrap": "^2.10.8",
25-
"react-currency-input-field": "^3.9.0",
24+
"react-bootstrap": "^2.10.10",
25+
"react-currency-input-field": "^3.10.0",
2626
"react-datepicker": "^7.6.0",
2727
"react-loading-skeleton": "^3.5.0",
28-
"react-select": "^5.10.0",
28+
"react-select": "^5.10.2",
2929
"react-toggle": "^4.1.3",
3030
"react-transition-group": "^4.4.5",
3131
"sanitize-html": "^2.17.0",
@@ -82,24 +82,24 @@
8282
},
8383
"devDependencies": {
8484
"@babel/cli": "^7.28.3",
85-
"@babel/core": "^7.28.3",
86-
"@babel/eslint-parser": "^7.28.0",
85+
"@babel/core": "^7.28.5",
86+
"@babel/eslint-parser": "^7.28.5",
8787
"@babel/eslint-plugin": "^7.27.1",
8888
"@babel/plugin-transform-class-properties": "^7.27.1",
89-
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
89+
"@babel/plugin-transform-object-rest-spread": "^7.28.4",
9090
"@babel/plugin-transform-private-methods": "^7.27.1",
9191
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
92-
"@babel/plugin-transform-runtime": "^7.28.3",
93-
"@babel/preset-env": "^7.28.3",
94-
"@babel/preset-react": "^7.27.1",
95-
"@babel/preset-typescript": "^7.27.1",
96-
"@babel/runtime": "^7.28.3",
97-
"@eslint/compat": "^1.3.2",
98-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
99-
"@fortawesome/free-brands-svg-icons": "^6.5.2",
100-
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
101-
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
102-
"@fortawesome/react-fontawesome": "^0.2.0",
92+
"@babel/plugin-transform-runtime": "^7.28.5",
93+
"@babel/preset-env": "^7.28.5",
94+
"@babel/preset-react": "^7.28.5",
95+
"@babel/preset-typescript": "^7.28.5",
96+
"@babel/runtime": "^7.28.4",
97+
"@eslint/compat": "^1.4.1",
98+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
99+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
100+
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
101+
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
102+
"@fortawesome/react-fontawesome": "^0.2.6",
103103
"@popperjs/core": "^2.11.8",
104104
"@storybook/addon-a11y": "^8.6.14",
105105
"@storybook/addon-actions": "^8.6.14",
@@ -113,17 +113,17 @@
113113
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
114114
"@storybook/react": "^8.6.14",
115115
"@storybook/react-webpack5": "^8.6.14",
116-
"@testing-library/dom": "^10.4.0",
116+
"@testing-library/dom": "^10.4.1",
117117
"@testing-library/jest-dom": "^6.6.3",
118-
"@testing-library/react": "^16.2.0",
118+
"@testing-library/react": "^16.3.0",
119119
"@testing-library/react-hooks": "^8.0.1",
120120
"@testing-library/user-event": "^14.6.1",
121121
"@types/jest": "^29.5.14",
122122
"@types/react-dom": "^18.3.7",
123123
"@types/react-toggle": "^4.0.5",
124124
"@types/react-transition-group": "^4.4.12",
125-
"@typescript-eslint/eslint-plugin": "^8.38.0",
126-
"@typescript-eslint/parser": "^8.38.0",
125+
"@typescript-eslint/eslint-plugin": "^8.46.2",
126+
"@typescript-eslint/parser": "^8.46.2",
127127
"babel-jest": "^29.7.0",
128128
"babel-loader": "^9.2.1",
129129
"babel-plugin-module-resolver": "^5.0.2",
@@ -133,7 +133,7 @@
133133
"chromatic": "^11.29.0",
134134
"classnames": "^2.5.1",
135135
"css-loader": "^7.1.2",
136-
"eslint": "^9.32.0",
136+
"eslint": "^9.38.0",
137137
"eslint-plugin-import": "^2.32.0",
138138
"eslint-plugin-jsx-a11y": "^6.10.2",
139139
"eslint-plugin-local-rules": "^3.0.2",
@@ -155,22 +155,15 @@
155155
"react-popper": "^2.3.0",
156156
"react-test-renderer": "^18.3.1",
157157
"react-tracking": "^9.3.2",
158-
"sass": "^1.89.2",
159-
"sass-loader": "^16.0.5",
158+
"sass": "^1.93.2",
159+
"sass-loader": "^16.0.6",
160160
"storybook": "^8.6.14",
161161
"storybook-addon-designs": "6.3.1",
162162
"style-loader": "^4.0.0",
163-
"typescript": "^5.8.3",
164-
"webpack": "^5.101.3",
163+
"typescript": "^5.9.3",
164+
"webpack": "^5.102.1",
165165
"yalc": "^1.0.0-pre.53"
166166
},
167-
"resolutions": {
168-
"istanbul-lib-instrument": "^6.0.0",
169-
"linkifyjs": "^4.3.2",
170-
"micromatch": "^4.0.8",
171-
"nanoid": "^3.3.8",
172-
"semver": "^7.5.3"
173-
},
174167
"description": "UI Storybook design system",
175168
"files": [
176169
"lib",

src/RichTextEditor/__snapshots__/RichTextEditor.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports[`<RichTextEditor /> renders snapshot 1`] = `
2525
xmlns="http://www.w3.org/2000/svg"
2626
>
2727
<path
28-
d="M0 56C0 42.7 10.7 32 24 32H72 88 212c68.5 0 124 55.5 124 124c0 34.7-14.3 66.2-37.3 88.7C339.7 264.9 368 307.1 368 356c0 68.5-55.5 124-124 124H88 72 24c-13.3 0-24-10.7-24-24s10.7-24 24-24H48V256 80H24C10.7 80 0 69.3 0 56zM212 232c42 0 76-34 76-76s-34-76-76-76H96V232H212zM96 280V432H244c42 0 76-34 76-76s-34-76-76-76H212 96z"
28+
d="M0 56C0 42.7 10.7 32 24 32l48 0 16 0 124 0c68.5 0 124 55.5 124 124c0 34.7-14.3 66.2-37.3 88.7C339.7 264.9 368 307.1 368 356c0 68.5-55.5 124-124 124L88 480l-16 0-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-176L48 80 24 80C10.7 80 0 69.3 0 56zM212 232c42 0 76-34 76-76s-34-76-76-76L96 80l0 152 116 0zM96 280l0 152 148 0c42 0 76-34 76-76s-34-76-76-76l-32 0L96 280z"
2929
fill="currentColor"
3030
/>
3131
</svg>
@@ -46,7 +46,7 @@ exports[`<RichTextEditor /> renders snapshot 1`] = `
4646
xmlns="http://www.w3.org/2000/svg"
4747
>
4848
<path
49-
d="M128 56c0-13.3 10.7-24 24-24H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H291.3L144.7 432H232c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H92.7L239.3 80H152c-13.3 0-24-10.7-24-24z"
49+
d="M128 56c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-68.7 0L144.7 432l87.3 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l68.7 0L239.3 80 152 80c-13.3 0-24-10.7-24-24z"
5050
fill="currentColor"
5151
/>
5252
</svg>
@@ -111,7 +111,7 @@ exports[`<RichTextEditor /> renders snapshot 1`] = `
111111
xmlns="http://www.w3.org/2000/svg"
112112
>
113113
<path
114-
d="M64 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm120 8c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H184zM96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 384a32 32 0 1 0 0 64 32 32 0 1 0 0-64z"
114+
d="M64 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm120 8c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0zM96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 384a32 32 0 1 0 0 64 32 32 0 1 0 0-64z"
115115
fill="currentColor"
116116
/>
117117
</svg>
@@ -132,7 +132,7 @@ exports[`<RichTextEditor /> renders snapshot 1`] = `
132132
xmlns="http://www.w3.org/2000/svg"
133133
>
134134
<path
135-
d="M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM216 72H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
135+
d="M24 56c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24l0 120 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-96-8 0C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432l33.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM216 72l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 160l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
136136
fill="currentColor"
137137
/>
138138
</svg>

0 commit comments

Comments
 (0)