From 814144af7f3a6e760634896924692a29b8bc3ee4 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 13 Sep 2022 20:53:55 +0900 Subject: [PATCH] update(examples): Emotion modules (#40242) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) --- examples/with-emotion-swc/package.json | 4 ++-- examples/with-emotion-vanilla/package.json | 6 +++--- examples/with-emotion/package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 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" 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"