Skip to content

Commit

Permalink
update(examples): Emotion modules (#40242)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
hiro0218 committed Sep 13, 2022
1 parent 629c7f5 commit 814144a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/with-emotion-swc/package.json
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-emotion-vanilla/package.json
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-emotion/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 814144a

Please sign in to comment.