Skip to content

Commit 89ec383

Browse files
casserniMarc MacLeod
authored and
Marc MacLeod
committed
fix(react): remove emotions deps from react template
* fix(react): remove emotions deps from react template * fix(test): update snapshot
1 parent 8f36a6f commit 89ec383

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/commands/create/__tests__/__snapshots__/lib-command.ts.snap

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ exports[`sl-scripts create:lib createPackage should create the right object for
3939
},
4040
\\"peerDependencies\\": {},
4141
\\"dependencies\\": {
42-
\\"@emotion/core\\": \\"10.0.x\\",
43-
\\"@emotion/provider\\": \\"0.11.x\\",
4442
\\"@stoplight/ui-kit\\": \\"1.x.x\\",
4543
\\"react\\": \\"16.7.0-alpha.2\\",
4644
\\"react-dom\\": \\"16.7.0-alpha.2\\"

templates/pkgs/react.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"dependencies": {
3-
"@emotion/core": "10.0.x",
4-
"@emotion/provider": "0.11.x",
53
"@stoplight/ui-kit": "1.x.x",
64
"react": "16.7.0-alpha.2",
75
"react-dom": "16.7.0-alpha.2"

0 commit comments

Comments
 (0)