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" 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" 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"