diff --git a/package-lock.json b/package-lock.json index b0b1d65..941bd31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fluentui/react": "^8.103.3", "@linaria/babel-preset": "^4.3.0", "@linaria/core": "^4.2.8", - "@linaria/react": "^4.3.6", + "@linaria/react": "^6.0.0", "@linaria/webpack-loader": "^4.1.15", "@mantine/core": "^5.8.4", "@mantine/hooks": "^5.8.4", @@ -5890,25 +5890,67 @@ } }, "node_modules/@linaria/react": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@linaria/react/-/react-4.3.6.tgz", - "integrity": "sha512-Oa2BHpKCG9ZmGMUfR5A6pZcqc2iXrOm9jEGCIujW1DLMXduBBqCszGC5v3cp57qhIiWNHBN2mtNT9FhvYOTiTA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@linaria/react/-/react-6.2.1.tgz", + "integrity": "sha512-wfNRpYw8VMjKGRWU4XrHhWW9i3L71GrpuquwbWOUCq1q5YtxEoC2/qnz3yT4SOADCsfyDRAWhRhZxeCaDvYsGQ==", "dev": true, + "license": "MIT", "dependencies": { "@emotion/is-prop-valid": "^1.2.0", - "@linaria/core": "^4.2.8", - "@linaria/tags": "^4.3.3", - "@linaria/utils": "^4.3.2", + "@linaria/core": "^6.2.0", + "@wyw-in-js/processor-utils": "^0.5.3", + "@wyw-in-js/shared": "^0.5.3", + "minimatch": "^9.0.3", "react-html-attributes": "^1.4.6", + "resolve": "^1.22.8", "ts-invariant": "^0.10.3" }, "engines": { - "node": "^12.16.0 || >=13.7.0" + "node": ">=16.0.0" }, "peerDependencies": { "react": ">=16" } }, + "node_modules/@linaria/react/node_modules/@linaria/core": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@linaria/core/-/core-6.2.0.tgz", + "integrity": "sha512-Ee+cwfhzhRM5X9rFogah3npw0OSqy80sJe/hlWIJxQD1WR6Zsbf+y78IlBPEzi6PvgoOiqdYtFjSUeWFqNVIDw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@wyw-in-js/processor-utils": "^0.5.3" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@linaria/react/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@linaria/react/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@linaria/shaker": { "version": "4.2.9", "resolved": "https://registry.npmjs.org/@linaria/shaker/-/shaker-4.2.9.tgz", @@ -9502,6 +9544,61 @@ "@xtuc/long": "4.2.2" } }, + "node_modules/@wyw-in-js/processor-utils": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@wyw-in-js/processor-utils/-/processor-utils-0.5.4.tgz", + "integrity": "sha512-EVyLoZf2N48bQ/KcCytZzx6Jxgfl2txR9agbb9GYVTDCcVt2JXtlexd0lq4bgEpnvLE3GtpzY5rOTSqDyYExfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/generator": "^7.23.5", + "@wyw-in-js/shared": "0.5.4" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@wyw-in-js/shared": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@wyw-in-js/shared/-/shared-0.5.4.tgz", + "integrity": "sha512-LIu2Aq/m9rN3UzU7ARAc17wRlpNjMumzwjXhbtweR9PMiSSnLpBztIA8GZ5vlUnzppaoKuiiDPTza2yVTFReFg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4", + "find-up": "^5.0.0", + "minimatch": "^9.0.3" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@wyw-in-js/shared/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@wyw-in-js/shared/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", diff --git a/package.json b/package.json index a4e840f..e03fb6f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@fluentui/react": "^8.103.3", "@linaria/babel-preset": "^4.3.0", "@linaria/core": "^4.2.8", - "@linaria/react": "^4.3.6", + "@linaria/react": "^6.0.0", "@linaria/webpack-loader": "^4.1.15", "@mantine/core": "^5.8.4", "@mantine/hooks": "^5.8.4",