Skip to content

Commit 66bf552

Browse files
authored
deps(ui): Upgrade color v5 (#102887)
The package is now esm only and drops a few weird sub-dependencies it had like `is-arrayish` and `simple-swizzle`
1 parent 61a04cf commit 66bf552

File tree

3 files changed

+29
-50
lines changed

3 files changed

+29
-50
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ if (
253253
* node_modules, but some packages which use ES6 syntax only NEED to be
254254
* transformed.
255255
*/
256-
const ESM_NODE_MODULES = ['screenfull', 'cbor2', 'nuqs'];
256+
const ESM_NODE_MODULES = ['screenfull', 'cbor2', 'nuqs', 'color'];
257257

258258
const config: Config.InitialOptions = {
259259
verbose: false,

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"@tanstack/react-query-devtools": "5.85.0",
8484
"@tanstack/react-query-persist-client": "5.85.0",
8585
"@tanstack/react-virtual": "^3.13.6",
86-
"@types/color": "^3.0.3",
8786
"@types/diff": "5.2.1",
8887
"@types/gtag.js": "^0.0.12",
8988
"@types/history": "^3.2.5",
@@ -110,7 +109,7 @@
110109
"buffer": "^6.0.3",
111110
"cbor2": "^1.12.0",
112111
"classnames": "2.3.1",
113-
"color": "^4.2.3",
112+
"color": "5.0.2",
114113
"compression-webpack-plugin": "11.1.0",
115114
"conduit-client": "^0.4.0",
116115
"core-js": "3.45.0",

pnpm-lock.yaml

Lines changed: 27 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)