File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 13
13
"Tag: Internal" : " :house: Internal"
14
14
}
15
15
},
16
- "version" : " 7.3.2 "
16
+ "version" : " 8.0.0-0 "
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-emotion" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS." ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
16
16
"autoprefixer" : " ^7.1.2" ,
17
17
"babel-macros" : " ^1.0.2" ,
18
18
"babel-plugin-syntax-jsx" : " ^6.18.0" ,
19
- "emotion-utils" : " ^7.3.1 " ,
19
+ "emotion-utils" : " ^8.0.0-0 " ,
20
20
"postcss" : " ^6.0.9" ,
21
21
"postcss-js" : " ^1.0.0" ,
22
22
"postcss-nested" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emotion-server" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS." ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
13
13
"clean" : " rimraf lib"
14
14
},
15
15
"dependencies" : {
16
- "emotion" : " ^7.3.2 " ,
17
- "emotion-utils" : " ^7.3.1 "
16
+ "emotion" : " ^8.0.0-0 " ,
17
+ "emotion-utils" : " ^8.0.0-0 "
18
18
},
19
19
"devDependencies" : {
20
20
"babel-cli" : " ^6.24.1" ,
21
21
"npm-run-all" : " ^4.0.2" ,
22
- "react-emotion" : " ^7.3.2 " ,
22
+ "react-emotion" : " ^8.0.0-0 " ,
23
23
"rimraf" : " ^2.6.1"
24
24
},
25
25
"author" : " Kye Hohenberger" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emotion-utils" ,
3
- "version" : " 7.3.1 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " Shared utilities used by emotion, The Next Generation of CSS-in-JS." ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.es.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " emotion" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " The Next Generation of CSS-in-JS." ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.es.js" ,
19
19
"rollup:umd" : " UMD=true rollup -c ../../rollup.config.js"
20
20
},
21
21
"dependencies" : {
22
- "babel-plugin-emotion" : " ^7.3.2 " ,
23
- "emotion-server" : " ^7.3.2 " ,
24
- "emotion-utils" : " ^7.3.1 " ,
25
- "react-emotion" : " ^7.3.2 "
22
+ "babel-plugin-emotion" : " ^8.0.0-0 " ,
23
+ "emotion-server" : " ^8.0.0-0 " ,
24
+ "emotion-utils" : " ^8.0.0-0 " ,
25
+ "react-emotion" : " ^8.0.0-0 "
26
26
},
27
27
"devDependencies" : {
28
28
"babel-cli" : " ^6.24.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " preact-emotion" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " The Next Generation of CSS-in-JS, for Preact projects." ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.es.js" ,
14
14
"rollup" : " rollup -c ../../rollup.config.js"
15
15
},
16
16
"dependencies" : {
17
- "babel-plugin-emotion" : " ^7.3.2 " ,
18
- "emotion" : " ^7.3.2 " ,
19
- "emotion-utils" : " ^7.3.1 "
17
+ "babel-plugin-emotion" : " ^8.0.0-0 " ,
18
+ "emotion" : " ^8.0.0-0 " ,
19
+ "emotion-utils" : " ^8.0.0-0 "
20
20
},
21
21
"devDependencies" : {
22
22
"npm-run-all" : " ^4.0.2" ,
23
- "react-emotion" : " ^7.3.2 " ,
23
+ "react-emotion" : " ^8.0.0-0 " ,
24
24
"rimraf" : " ^2.6.1" ,
25
25
"rollup" : " ^0.43.0"
26
26
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-emotion" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 8.0.0-0 " ,
4
4
"description" : " The Next Generation of CSS-in-JS, for React projects." ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.es.js" ,
16
16
"rollup:umd" : " UMD=true rollup -c ../../rollup.config.js"
17
17
},
18
18
"dependencies" : {
19
- "babel-plugin-emotion" : " ^7.3.2 " ,
20
- "emotion" : " ^7.3.2 " ,
21
- "emotion-utils" : " ^7.3.1 "
19
+ "babel-plugin-emotion" : " ^8.0.0-0 " ,
20
+ "emotion" : " ^8.0.0-0 " ,
21
+ "emotion-utils" : " ^8.0.0-0 "
22
22
},
23
23
"devDependencies" : {
24
24
"npm-run-all" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments