From 1dce6711661821ddac7d073a4ce821aca800db13 Mon Sep 17 00:00:00 2001 From: hiroyuki kikuchi Date: Tue, 6 Sep 2022 11:21:18 +0900 Subject: [PATCH 1/3] update: Emotion modules --- examples/with-emotion/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 2cad72a46681..b9445b646b19 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "devDependencies": { - "@emotion/babel-plugin": "11.0.0" + "@emotion/babel-plugin": "11.10.2" }, "dependencies": { - "@emotion/react": "11.1.1", - "@emotion/styled": "11.0.0", + "@emotion/react": "11.10.4", + "@emotion/styled": "11.10.4", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2" From e9630441a4c803ca11fa1810c2edb062c649eba3 Mon Sep 17 00:00:00 2001 From: hiroyuki kikuchi Date: Tue, 6 Sep 2022 11:21:34 +0900 Subject: [PATCH 2/3] update: Emotion modules --- examples/with-emotion-vanilla/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-emotion-vanilla/package.json b/examples/with-emotion-vanilla/package.json index 3a0c6ed052b4..904d9083f852 100644 --- a/examples/with-emotion-vanilla/package.json +++ b/examples/with-emotion-vanilla/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "devDependencies": { - "@emotion/babel-plugin": "11.0.0" + "@emotion/babel-plugin": "11.10.2" }, "dependencies": { - "@emotion/css": "11.0.0", - "@emotion/server": "11.0.0", + "@emotion/css": "11.10.0", + "@emotion/server": "11.10.0", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2" From 43d51c5011652e7b6f4f11e03c3aca78f20735cf Mon Sep 17 00:00:00 2001 From: hiroyuki kikuchi Date: Tue, 6 Sep 2022 11:22:17 +0900 Subject: [PATCH 3/3] update: Emotion modules --- examples/with-emotion-swc/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-emotion-swc/package.json b/examples/with-emotion-swc/package.json index 89f0df6f3f3a..cd16c715d0b1 100644 --- a/examples/with-emotion-swc/package.json +++ b/examples/with-emotion-swc/package.json @@ -6,8 +6,8 @@ "start": "next start" }, "dependencies": { - "@emotion/react": "11.9.3", - "@emotion/styled": "11.9.3", + "@emotion/react": "11.10.4", + "@emotion/styled": "11.10.4", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0"