diff --git a/.changeset/healthy-lies-decide.md b/.changeset/healthy-lies-decide.md deleted file mode 100644 index 406f000258..0000000000 --- a/.changeset/healthy-lies-decide.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@emotion/serialize': patch -'@emotion/styled': patch -'@emotion/cache': patch -'@emotion/utils': patch -'@emotion/css': patch -'@emotion/react': patch -'@emotion/babel-plugin': patch ---- - -Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. diff --git a/packages/babel-plugin/CHANGELOG.md b/packages/babel-plugin/CHANGELOG.md index 849f4c0865..70e4342e8e 100644 --- a/packages/babel-plugin/CHANGELOG.md +++ b/packages/babel-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @emotion/babel-plugin +## 11.13.5 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/serialize@1.3.3 + ## 11.12.0 ### Patch Changes diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index 32805b41c7..22c49f2b4b 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/babel-plugin", - "version": "11.12.0", + "version": "11.13.5", "description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", "main": "dist/emotion-babel-plugin.cjs.js", "module": "dist/emotion-babel-plugin.esm.js", @@ -26,7 +26,7 @@ "@babel/runtime": "^7.18.3", "@emotion/hash": "^0.9.2", "@emotion/memoize": "^0.9.0", - "@emotion/serialize": "^1.2.0", + "@emotion/serialize": "^1.3.3", "babel-plugin-macros": "^3.1.0", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 49f54905f5..546a355aab 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @emotion/cache +## 11.13.5 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/utils@1.4.2 + ## 11.13.1 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index fe2a2d8e53..7b6152a239 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/cache", - "version": "11.13.1", + "version": "11.13.5", "description": "emotion's cache", "main": "dist/emotion-cache.cjs.js", "module": "dist/emotion-cache.esm.js", @@ -83,7 +83,7 @@ "dependencies": { "@emotion/memoize": "^0.9.0", "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.0", + "@emotion/utils": "^1.4.2", "@emotion/weak-memoize": "^0.4.0", "stylis": "4.2.0" }, diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 7aee6b619b..39a45430a6 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,17 @@ # emotion +## 11.13.5 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/serialize@1.3.3 + - @emotion/cache@11.13.5 + - @emotion/utils@1.4.2 + - @emotion/babel-plugin@11.13.5 + ## 11.13.4 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index c28d2c0de7..36f8b6ca81 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/css", - "version": "11.13.4", + "version": "11.13.5", "description": "The Next Generation of CSS-in-JS.", "main": "dist/emotion-css.cjs.js", "module": "dist/emotion-css.esm.js", @@ -16,11 +16,11 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/babel-plugin": "^11.12.0", - "@emotion/cache": "^11.13.0", - "@emotion/serialize": "^1.3.0", + "@emotion/babel-plugin": "^11.13.5", + "@emotion/cache": "^11.13.5", + "@emotion/serialize": "^1.3.3", "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.0" + "@emotion/utils": "^1.4.2" }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", diff --git a/packages/jest/package.json b/packages/jest/package.json index b4a97a2f35..02ecf92eca 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -76,8 +76,8 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/css": "11.13.4", - "@emotion/react": "11.13.3", + "@emotion/css": "11.13.5", + "@emotion/react": "11.13.5", "@types/jest": "^29.5.12", "enzyme-to-json": "^3.6.1", "pretty-format": "^22.4.3", diff --git a/packages/primitives-core/package.json b/packages/primitives-core/package.json index d9affbbe8c..5c3eb8bcc1 100644 --- a/packages/primitives-core/package.json +++ b/packages/primitives-core/package.json @@ -18,7 +18,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@emotion/react": "11.13.3", + "@emotion/react": "11.13.5", "@types/css-to-react-native": "^3.0.0", "react": "16.14.0" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 356a9f2779..400b92b7c7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @emotion/react +## 11.13.5 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/serialize@1.3.3 + - @emotion/cache@11.13.5 + - @emotion/utils@1.4.2 + - @emotion/babel-plugin@11.13.5 + ## 11.13.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4e0a606e69..6bdbc605c3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.13.3", + "version": "11.13.5", "main": "dist/emotion-react.cjs.js", "module": "dist/emotion-react.esm.js", "exports": { @@ -261,11 +261,11 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.12.0", - "@emotion/cache": "^11.13.0", - "@emotion/serialize": "^1.3.1", + "@emotion/babel-plugin": "^11.13.5", + "@emotion/cache": "^11.13.5", + "@emotion/serialize": "^1.3.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", - "@emotion/utils": "^1.4.0", + "@emotion/utils": "^1.4.2", "@emotion/weak-memoize": "^0.4.0", "hoist-non-react-statics": "^3.3.1" }, @@ -279,10 +279,10 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/css": "11.13.4", + "@emotion/css": "11.13.5", "@emotion/css-prettifier": "1.1.4", "@emotion/server": "11.11.0", - "@emotion/styled": "11.13.0", + "@emotion/styled": "11.13.5", "html-tag-names": "^1.1.2", "react": "16.14.0", "svg-tag-names": "^1.1.1", diff --git a/packages/serialize/CHANGELOG.md b/packages/serialize/CHANGELOG.md index 0f0e5d4ee0..f9fee115aa 100644 --- a/packages/serialize/CHANGELOG.md +++ b/packages/serialize/CHANGELOG.md @@ -1,5 +1,14 @@ # @emotion/serialize +## 1.3.3 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/utils@1.4.2 + ## 1.3.2 ### Patch Changes diff --git a/packages/serialize/package.json b/packages/serialize/package.json index a1138576df..e6b92df2dc 100644 --- a/packages/serialize/package.json +++ b/packages/serialize/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/serialize", - "version": "1.3.2", + "version": "1.3.3", "description": "serialization utils for emotion", "main": "dist/emotion-serialize.cjs.js", "module": "dist/emotion-serialize.esm.js", @@ -17,7 +17,7 @@ "@emotion/hash": "^0.9.2", "@emotion/memoize": "^0.9.0", "@emotion/unitless": "^0.10.0", - "@emotion/utils": "^1.4.1", + "@emotion/utils": "^1.4.2", "csstype": "^3.0.2" }, "devDependencies": { diff --git a/packages/server/package.json b/packages/server/package.json index b659c9821e..8d0ae8a1b6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,7 +15,7 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/utils": "^1.4.0", + "@emotion/utils": "^1.4.2", "html-tokenize": "^2.0.0", "multipipe": "^1.0.2", "through": "^2.3.8" @@ -30,8 +30,8 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/babel-plugin": "11.12.0", - "@emotion/css": "11.13.4", + "@emotion/babel-plugin": "11.13.5", + "@emotion/css": "11.13.5", "@emotion/css-prettifier": "1.1.4", "@types/node": "^12.20.37", "typescript": "^5.4.5" diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index 285ce3d6bd..4bd21bb6d5 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -1,5 +1,16 @@ # @emotion/styled +## 11.13.5 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + +- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]: + - @emotion/serialize@1.3.3 + - @emotion/utils@1.4.2 + - @emotion/babel-plugin@11.13.5 + ## 11.13.0 ### Minor Changes diff --git a/packages/styled/package.json b/packages/styled/package.json index a5fa0c7c0c..0aa500762b 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/styled", - "version": "11.13.0", + "version": "11.13.5", "description": "styled API for emotion", "main": "dist/emotion-styled.cjs.js", "module": "dist/emotion-styled.esm.js", @@ -12,11 +12,11 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.12.0", + "@emotion/babel-plugin": "^11.13.5", "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.3.1", + "@emotion/serialize": "^1.3.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", - "@emotion/utils": "^1.4.0" + "@emotion/utils": "^1.4.2" }, "peerDependencies": { "@emotion/react": "^11.0.0-rc.0", @@ -29,7 +29,7 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/react": "11.13.3", + "@emotion/react": "11.13.5", "react": "16.14.0", "typescript": "^5.4.5" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ed74d5141b..28fe156008 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/utils +## 1.4.2 + +### Patch Changes + +- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js. + ## 1.4.1 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 8dcb50692d..bf8fb6c1a8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/utils", - "version": "1.4.1", + "version": "1.4.2", "description": "internal utils for emotion", "main": "dist/emotion-utils.cjs.js", "module": "dist/emotion-utils.esm.js", diff --git a/scripts/benchmarks/package.json b/scripts/benchmarks/package.json index f02fb0bbfb..c1db9f44ed 100644 --- a/scripts/benchmarks/package.json +++ b/scripts/benchmarks/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/core": "^7.18.5", - "@emotion/babel-plugin": "^11.12.0", + "@emotion/babel-plugin": "^11.13.5", "babel-plugin-react-native-web": "^0.17.5", "d3-scale-chromatic": "^3.0.0", "http-server": "^14.0.0", diff --git a/yarn.lock b/yarn.lock index 2acf97d471..e21f960d52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2670,7 +2670,7 @@ __metadata: languageName: unknown linkType: soft -"@emotion/babel-plugin@11.12.0, @emotion/babel-plugin@^11.11.0, @emotion/babel-plugin@^11.12.0, @emotion/babel-plugin@workspace:packages/babel-plugin": +"@emotion/babel-plugin@11.13.5, @emotion/babel-plugin@^11.11.0, @emotion/babel-plugin@^11.12.0, @emotion/babel-plugin@^11.13.5, @emotion/babel-plugin@workspace:packages/babel-plugin": version: 0.0.0-use.local resolution: "@emotion/babel-plugin@workspace:packages/babel-plugin" dependencies: @@ -2679,7 +2679,7 @@ __metadata: "@babel/runtime": ^7.18.3 "@emotion/hash": ^0.9.2 "@emotion/memoize": ^0.9.0 - "@emotion/serialize": ^1.2.0 + "@emotion/serialize": ^1.3.3 babel-check-duplicated-nodes: ^1.0.0 babel-plugin-macros: ^3.1.0 convert-source-map: ^1.5.0 @@ -2704,7 +2704,7 @@ __metadata: languageName: unknown linkType: soft -"@emotion/cache@^11.13.0, @emotion/cache@workspace:packages/cache": +"@emotion/cache@^11.13.5, @emotion/cache@workspace:packages/cache": version: 0.0.0-use.local resolution: "@emotion/cache@workspace:packages/cache" dependencies: @@ -2712,7 +2712,7 @@ __metadata: "@emotion/hash": "*" "@emotion/memoize": ^0.9.0 "@emotion/sheet": ^1.4.0 - "@emotion/utils": ^1.4.0 + "@emotion/utils": ^1.4.2 "@emotion/weak-memoize": ^0.4.0 stylis: 4.2.0 typescript: ^5.4.5 @@ -2728,16 +2728,16 @@ __metadata: languageName: unknown linkType: soft -"@emotion/css@11.13.4, @emotion/css@workspace:packages/css": +"@emotion/css@11.13.5, @emotion/css@workspace:packages/css": version: 0.0.0-use.local resolution: "@emotion/css@workspace:packages/css" dependencies: "@definitelytyped/dtslint": 0.0.112 - "@emotion/babel-plugin": ^11.12.0 - "@emotion/cache": ^11.13.0 - "@emotion/serialize": ^1.3.0 + "@emotion/babel-plugin": ^11.13.5 + "@emotion/cache": ^11.13.5 + "@emotion/serialize": ^1.3.3 "@emotion/sheet": ^1.4.0 - "@emotion/utils": ^1.4.0 + "@emotion/utils": ^1.4.2 typescript: ^5.4.5 languageName: unknown linkType: soft @@ -2789,9 +2789,9 @@ __metadata: dependencies: "@babel/runtime": ^7.18.3 "@definitelytyped/dtslint": 0.0.112 - "@emotion/css": 11.13.4 + "@emotion/css": 11.13.5 "@emotion/css-prettifier": ^1.1.4 - "@emotion/react": 11.13.3 + "@emotion/react": 11.13.5 "@types/jest": ^29.5.12 chalk: ^4.1.0 enzyme-to-json: ^3.6.1 @@ -2854,7 +2854,7 @@ __metadata: version: 0.0.0-use.local resolution: "@emotion/primitives-core@workspace:packages/primitives-core" dependencies: - "@emotion/react": 11.13.3 + "@emotion/react": 11.13.5 "@types/css-to-react-native": ^3.0.0 css-to-react-native: ^3.0.0 react: 16.14.0 @@ -2881,21 +2881,21 @@ __metadata: languageName: unknown linkType: soft -"@emotion/react@11.13.3, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react": +"@emotion/react@11.13.5, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@emotion/react@workspace:packages/react" dependencies: "@babel/runtime": ^7.18.3 "@definitelytyped/dtslint": 0.0.112 - "@emotion/babel-plugin": ^11.12.0 - "@emotion/cache": ^11.13.0 - "@emotion/css": 11.13.4 + "@emotion/babel-plugin": ^11.13.5 + "@emotion/cache": ^11.13.5 + "@emotion/css": 11.13.5 "@emotion/css-prettifier": 1.1.4 - "@emotion/serialize": ^1.3.1 + "@emotion/serialize": ^1.3.3 "@emotion/server": 11.11.0 - "@emotion/styled": 11.13.0 + "@emotion/styled": 11.13.5 "@emotion/use-insertion-effect-with-fallbacks": ^1.1.0 - "@emotion/utils": ^1.4.0 + "@emotion/utils": ^1.4.2 "@emotion/weak-memoize": ^0.4.0 hoist-non-react-statics: ^3.3.1 html-tag-names: ^1.1.2 @@ -2910,7 +2910,7 @@ __metadata: languageName: unknown linkType: soft -"@emotion/serialize@^1.2.0, @emotion/serialize@^1.3.0, @emotion/serialize@^1.3.1, @emotion/serialize@workspace:packages/serialize": +"@emotion/serialize@^1.3.3, @emotion/serialize@workspace:packages/serialize": version: 0.0.0-use.local resolution: "@emotion/serialize@workspace:packages/serialize" dependencies: @@ -2918,7 +2918,7 @@ __metadata: "@emotion/hash": ^0.9.2 "@emotion/memoize": ^0.9.0 "@emotion/unitless": ^0.10.0 - "@emotion/utils": ^1.4.1 + "@emotion/utils": ^1.4.2 csstype: ^3.0.2 typescript: ^5.4.5 languageName: unknown @@ -2929,10 +2929,10 @@ __metadata: resolution: "@emotion/server@workspace:packages/server" dependencies: "@definitelytyped/dtslint": 0.0.112 - "@emotion/babel-plugin": 11.12.0 - "@emotion/css": 11.13.4 + "@emotion/babel-plugin": 11.13.5 + "@emotion/css": 11.13.5 "@emotion/css-prettifier": 1.1.4 - "@emotion/utils": ^1.4.0 + "@emotion/utils": ^1.4.2 "@types/node": ^12.20.37 html-tokenize: ^2.0.0 multipipe: ^1.0.2 @@ -2955,18 +2955,18 @@ __metadata: languageName: unknown linkType: soft -"@emotion/styled@11.13.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled": +"@emotion/styled@11.13.5, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled": version: 0.0.0-use.local resolution: "@emotion/styled@workspace:packages/styled" dependencies: "@babel/runtime": ^7.18.3 "@definitelytyped/dtslint": 0.0.112 - "@emotion/babel-plugin": ^11.12.0 + "@emotion/babel-plugin": ^11.13.5 "@emotion/is-prop-valid": ^1.3.0 - "@emotion/react": 11.13.3 - "@emotion/serialize": ^1.3.1 + "@emotion/react": 11.13.5 + "@emotion/serialize": ^1.3.3 "@emotion/use-insertion-effect-with-fallbacks": ^1.1.0 - "@emotion/utils": ^1.4.0 + "@emotion/utils": ^1.4.2 react: 16.14.0 typescript: ^5.4.5 peerDependencies: @@ -2994,7 +2994,7 @@ __metadata: languageName: unknown linkType: soft -"@emotion/utils@^1.4.0, @emotion/utils@^1.4.1, @emotion/utils@workspace:packages/utils": +"@emotion/utils@^1.4.2, @emotion/utils@workspace:packages/utils": version: 0.0.0-use.local resolution: "@emotion/utils@workspace:packages/utils" dependencies: @@ -8989,7 +8989,7 @@ __metadata: resolution: "benchmarks@workspace:scripts/benchmarks" dependencies: "@babel/core": ^7.18.5 - "@emotion/babel-plugin": ^11.12.0 + "@emotion/babel-plugin": ^11.13.5 babel-plugin-react-native-web: ^0.17.5 d3-scale-chromatic: ^3.0.0 http-server: ^14.0.0