Merge branch 'main' into renovate/pnpm-10.x

This commit is contained in:
Nathan Bierema 2025-05-31 08:26:21 -04:00 committed by GitHub
commit 1f711cdee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 69 additions and 67 deletions

View File

@ -6,6 +6,6 @@ module.exports = {
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js', '\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
}, },
transformIgnorePatterns: [ transformIgnorePatterns: [
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)', 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
], ],
}; };

View File

@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@types/lodash": "^4.17.17", "@types/lodash": "^4.17.17",
"color": "^4.2.3", "color": "^5.0.0",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"lodash-es": "^4.17.21" "lodash-es": "^4.17.21"
}, },

View File

@ -10,6 +10,6 @@ module.exports = {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
}, },
transformIgnorePatterns: [ transformIgnorePatterns: [
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)', 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
], ],
}; };

View File

@ -66,7 +66,7 @@
"socketcluster-server": "^19.1.1", "socketcluster-server": "^19.1.1",
"sqlite3": "^5.1.7", "sqlite3": "^5.1.7",
"styled-components": "^5.3.11", "styled-components": "^5.3.11",
"uuid": "^10.0.0" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/body-parser": "^1.19.5", "@types/body-parser": "^1.19.5",

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest', '^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
}, },
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
}; };

View File

@ -6,6 +6,6 @@ module.exports = {
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
}, },
transformIgnorePatterns: [ transformIgnorePatterns: [
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|lodash-es)', 'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|color|lodash-es)',
], ],
}; };

View File

@ -37,8 +37,8 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.27.1", "@babel/runtime": "^7.27.1",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^8.0.0", "@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@types/lodash": "^4.17.17", "@types/lodash": "^4.17.17",
"dateformat": "^5.0.3", "dateformat": "^5.0.3",

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest', '^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
}, },
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
}; };

View File

@ -8,5 +8,5 @@ module.exports = {
'^.+\\.jsx?$': 'babel-jest', '^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
}, },
transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'], transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
}; };

View File

@ -50,7 +50,7 @@
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"@types/simple-element-resize-detector": "^1.3.3", "@types/simple-element-resize-detector": "^1.3.3",
"codemirror": "^5.65.19", "codemirror": "^5.65.19",
"color": "^4.2.3", "color": "^5.0.0",
"react-base16-styling": "workspace:^", "react-base16-styling": "workspace:^",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-select": "^5.10.1", "react-select": "^5.10.1",
@ -94,7 +94,7 @@
"storybook": "^8.6.14", "storybook": "^8.6.14",
"styled-components": "^5.3.11", "styled-components": "^5.3.11",
"stylelint": "^16.19.1", "stylelint": "^16.19.1",
"stylelint-config-standard": "^37.0.0", "stylelint-config-standard": "^38.0.0",
"stylelint-config-styled-components": "^0.1.1", "stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0", "stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.3.4", "ts-jest": "^29.3.4",

View File

@ -334,8 +334,8 @@ importers:
specifier: ^4.17.17 specifier: ^4.17.17
version: 4.17.17 version: 4.17.17
color: color:
specifier: ^4.2.3 specifier: ^5.0.0
version: 4.2.3 version: 5.0.0
csstype: csstype:
specifier: ^3.1.3 specifier: ^3.1.3
version: 3.1.3 version: 3.1.3
@ -1078,8 +1078,8 @@ importers:
specifier: ^5.3.11 specifier: ^5.3.11
version: 5.3.11(@babel/core@7.27.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) version: 5.3.11(@babel/core@7.27.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)
uuid: uuid:
specifier: ^10.0.0 specifier: ^11.1.0
version: 10.0.0 version: 11.1.0
devDependencies: devDependencies:
'@types/body-parser': '@types/body-parser':
specifier: ^1.19.5 specifier: ^1.19.5
@ -1249,11 +1249,11 @@ importers:
specifier: ^6.3.1 specifier: ^6.3.1
version: 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) version: 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@dnd-kit/modifiers': '@dnd-kit/modifiers':
specifier: ^7.0.0 specifier: ^9.0.0
version: 7.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@dnd-kit/sortable': '@dnd-kit/sortable':
specifier: ^8.0.0 specifier: ^10.0.0
version: 8.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
'@dnd-kit/utilities': '@dnd-kit/utilities':
specifier: ^3.2.2 specifier: ^3.2.2
version: 3.2.2(react@18.3.1) version: 3.2.2(react@18.3.1)
@ -2428,8 +2428,8 @@ importers:
specifier: ^5.65.19 specifier: ^5.65.19
version: 5.65.19 version: 5.65.19
color: color:
specifier: ^4.2.3 specifier: ^5.0.0
version: 4.2.3 version: 5.0.0
react-base16-styling: react-base16-styling:
specifier: workspace:^ specifier: workspace:^
version: link:../react-base16-styling version: link:../react-base16-styling
@ -2555,8 +2555,8 @@ importers:
specifier: ^16.19.1 specifier: ^16.19.1
version: 16.19.1(typescript@5.8.3) version: 16.19.1(typescript@5.8.3)
stylelint-config-standard: stylelint-config-standard:
specifier: ^37.0.0 specifier: ^38.0.0
version: 37.0.0(stylelint@16.19.1(typescript@5.8.3)) version: 38.0.0(stylelint@16.19.1(typescript@5.8.3))
stylelint-config-styled-components: stylelint-config-styled-components:
specifier: ^0.1.1 specifier: ^0.1.1
version: 0.1.1 version: 0.1.1
@ -3695,16 +3695,16 @@ packages:
react: '>=16.8.0' react: '>=16.8.0'
react-dom: '>=16.8.0' react-dom: '>=16.8.0'
'@dnd-kit/modifiers@7.0.0': '@dnd-kit/modifiers@9.0.0':
resolution: {integrity: sha512-BG/ETy3eBjFap7+zIti53f0PCLGDzNXyTmn6fSdrudORf+OH04MxrW4p5+mPu4mgMk9kM41iYONjc3DOUWTcfg==} resolution: {integrity: sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==}
peerDependencies: peerDependencies:
'@dnd-kit/core': ^6.1.0 '@dnd-kit/core': ^6.3.0
react: '>=16.8.0' react: '>=16.8.0'
'@dnd-kit/sortable@8.0.0': '@dnd-kit/sortable@10.0.0':
resolution: {integrity: sha512-U3jk5ebVXe1Lr7c2wU7SBZjcWdQP+j7peHJfCspnA81enlu88Mgd7CC8Q+pub9ubP7eKVETzJW+IBAhsqbSu/g==} resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==}
peerDependencies: peerDependencies:
'@dnd-kit/core': ^6.1.0 '@dnd-kit/core': ^6.3.0
react: '>=16.8.0' react: '>=16.8.0'
'@dnd-kit/utilities@3.2.2': '@dnd-kit/utilities@3.2.2':
@ -5905,11 +5905,20 @@ packages:
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
engines: {node: '>=7.0.0'} engines: {node: '>=7.0.0'}
color-convert@3.1.0:
resolution: {integrity: sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==}
engines: {node: '>=14.6'}
color-name@1.1.4: color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
color-string@1.9.1: color-name@2.0.0:
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} resolution: {integrity: sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==}
engines: {node: '>=12.20'}
color-string@2.0.1:
resolution: {integrity: sha512-5z9FbYTZPAo8iKsNEqRNv+OlpBbDcoE+SY9GjLfDUHEfcNNV7tS9eSAlFHEaub/r5tBL9LtskAeq1l9SaoZ5tQ==}
engines: {node: '>=18'}
color-support@1.1.3: color-support@1.1.3:
resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
@ -5918,9 +5927,9 @@ packages:
color2k@2.0.3: color2k@2.0.3:
resolution: {integrity: sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==} resolution: {integrity: sha512-zW190nQTIoXcGCaU08DvVNFTmQhUpnJfVuAKfWqUQkflXKpaDdpaYoM0iluLS9lgJNHyBF58KKA2FBEwkD7wog==}
color@4.2.3: color@5.0.0:
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} resolution: {integrity: sha512-16BlyiuyLq3MLxpRWyOTiWsO3ii/eLQLJUQXBSNcxMBBSnyt1ee9YUdaozQp03ifwm5woztEZGDbk9RGVuCsdw==}
engines: {node: '>=12.5.0'} engines: {node: '>=18'}
colord@2.9.3: colord@2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
@ -7476,9 +7485,6 @@ packages:
is-arrayish@0.2.1: is-arrayish@0.2.1:
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
is-arrayish@0.3.2:
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
is-async-function@2.1.1: is-async-function@2.1.1:
resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
@ -9463,9 +9469,6 @@ packages:
simple-get@4.0.1: simple-get@4.0.1:
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
simple-swizzle@0.2.2:
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
sinon-chrome@3.0.1: sinon-chrome@3.0.1:
resolution: {integrity: sha512-NTEFhyuiWEMnRmIqldUiA2DhKn2EqnZxyEk5Ez5rBXj+Nl54aJ0MEmF4wjltrxecxd8zlNLxyE0HyLabev9JsQ==} resolution: {integrity: sha512-NTEFhyuiWEMnRmIqldUiA2DhKn2EqnZxyEk5Ez5rBXj+Nl54aJ0MEmF4wjltrxecxd8zlNLxyE0HyLabev9JsQ==}
@ -9677,17 +9680,17 @@ packages:
react-dom: '>= 16.8.0' react-dom: '>= 16.8.0'
react-is: '>= 16.8.0' react-is: '>= 16.8.0'
stylelint-config-recommended@15.0.0: stylelint-config-recommended@16.0.0:
resolution: {integrity: sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==} resolution: {integrity: sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
peerDependencies: peerDependencies:
stylelint: ^16.13.0 stylelint: ^16.16.0
stylelint-config-standard@37.0.0: stylelint-config-standard@38.0.0:
resolution: {integrity: sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==} resolution: {integrity: sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
peerDependencies: peerDependencies:
stylelint: ^16.13.0 stylelint: ^16.18.0
stylelint-config-styled-components@0.1.1: stylelint-config-styled-components@0.1.1:
resolution: {integrity: sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==} resolution: {integrity: sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==}
@ -10129,8 +10132,8 @@ packages:
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
engines: {node: '>= 0.4.0'} engines: {node: '>= 0.4.0'}
uuid@10.0.0: uuid@11.1.0:
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
hasBin: true hasBin: true
uuid@8.3.2: uuid@8.3.2:
@ -11639,14 +11642,14 @@ snapshots:
react-dom: 18.3.1(react@18.3.1) react-dom: 18.3.1(react@18.3.1)
tslib: 2.8.1 tslib: 2.8.1
'@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
dependencies: dependencies:
'@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@dnd-kit/utilities': 3.2.2(react@18.3.1) '@dnd-kit/utilities': 3.2.2(react@18.3.1)
react: 18.3.1 react: 18.3.1
tslib: 2.8.1 tslib: 2.8.1
'@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
dependencies: dependencies:
'@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@dnd-kit/utilities': 3.2.2(react@18.3.1) '@dnd-kit/utilities': 3.2.2(react@18.3.1)
@ -14296,22 +14299,27 @@ snapshots:
dependencies: dependencies:
color-name: 1.1.4 color-name: 1.1.4
color-convert@3.1.0:
dependencies:
color-name: 2.0.0
color-name@1.1.4: {} color-name@1.1.4: {}
color-string@1.9.1: color-name@2.0.0: {}
color-string@2.0.1:
dependencies: dependencies:
color-name: 1.1.4 color-name: 2.0.0
simple-swizzle: 0.2.2
color-support@1.1.3: color-support@1.1.3:
optional: true optional: true
color2k@2.0.3: {} color2k@2.0.3: {}
color@4.2.3: color@5.0.0:
dependencies: dependencies:
color-convert: 2.0.1 color-convert: 3.1.0
color-string: 1.9.1 color-string: 2.0.1
colord@2.9.3: {} colord@2.9.3: {}
@ -16064,8 +16072,6 @@ snapshots:
is-arrayish@0.2.1: {} is-arrayish@0.2.1: {}
is-arrayish@0.3.2: {}
is-async-function@2.1.1: is-async-function@2.1.1:
dependencies: dependencies:
async-function: 1.0.0 async-function: 1.0.0
@ -18360,10 +18366,6 @@ snapshots:
once: 1.4.0 once: 1.4.0
simple-concat: 1.0.1 simple-concat: 1.0.1
simple-swizzle@0.2.2:
dependencies:
is-arrayish: 0.3.2
sinon-chrome@3.0.1: sinon-chrome@3.0.1:
dependencies: dependencies:
lodash: 4.17.21 lodash: 4.17.21
@ -18669,14 +18671,14 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- '@babel/core' - '@babel/core'
stylelint-config-recommended@15.0.0(stylelint@16.19.1(typescript@5.8.3)): stylelint-config-recommended@16.0.0(stylelint@16.19.1(typescript@5.8.3)):
dependencies: dependencies:
stylelint: 16.19.1(typescript@5.8.3) stylelint: 16.19.1(typescript@5.8.3)
stylelint-config-standard@37.0.0(stylelint@16.19.1(typescript@5.8.3)): stylelint-config-standard@38.0.0(stylelint@16.19.1(typescript@5.8.3)):
dependencies: dependencies:
stylelint: 16.19.1(typescript@5.8.3) stylelint: 16.19.1(typescript@5.8.3)
stylelint-config-recommended: 15.0.0(stylelint@16.19.1(typescript@5.8.3)) stylelint-config-recommended: 16.0.0(stylelint@16.19.1(typescript@5.8.3))
stylelint-config-styled-components@0.1.1: {} stylelint-config-styled-components@0.1.1: {}
@ -19195,7 +19197,7 @@ snapshots:
utils-merge@1.0.1: {} utils-merge@1.0.1: {}
uuid@10.0.0: {} uuid@11.1.0: {}
uuid@8.3.2: {} uuid@8.3.2: {}