rsnext/examples/with-emotion-vanilla/package.json
Mayank 84b1e7e6b4
fix: upgrade @emotion/css from 11.10.0 to 11.11.2 (#55352)
upgrade @emotion/css from 11.10.0 to 11.11.2.



Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
2023-09-14 13:34:47 +00:00

18 lines
344 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@emotion/babel-plugin": "11.10.2"
},
"dependencies": {
"@emotion/css": "11.11.2",
"@emotion/server": "11.10.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}