File tree 5 files changed +9
-9
lines changed
babel-plugin-react-native-web 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.5.1" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-react-native-web" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Babel plugin for React Native for Web" ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " benchmarks" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"scripts" : {
6
6
"benchmark" : " webpack --config ./webpack.config.js && open index.html"
7
7
},
17
17
"react" : " ^16.2.0" ,
18
18
"react-dom" : " ^16.2.0" ,
19
19
"react-jss" : " ^8.2.0" ,
20
- "react-native-web" : " ^0.2.2 " ,
20
+ "react-native-web" : " ^0.3.0 " ,
21
21
"reactxp" : " ^0.46.6" ,
22
22
"styled-components" : " ^2.3.2" ,
23
23
"styletron-client" : " ^3.0.0-rc.5" ,
24
24
"styletron-utils" : " ^3.0.0-rc.3"
25
25
},
26
26
"devDependencies" : {
27
- "babel-plugin-react-native-web" : " ^0.2.2 " ,
27
+ "babel-plugin-react-native-web" : " ^0.3.0 " ,
28
28
"css-loader" : " ^0.28.7" ,
29
29
"style-loader" : " ^0.19.1" ,
30
30
"webpack" : " ^3.10.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-web" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " React Native for Web" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " website" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"scripts" : {
6
6
"build" : " build-storybook -o ./dist -c ./storybook/.storybook" ,
7
7
"start" : " start-storybook -p 9001 -c ./storybook/.storybook" ,
12
12
"@storybook/react" : " ^3.2.18" ,
13
13
"react" : " ^16.2.0" ,
14
14
"react-dom" : " ^16.2.0" ,
15
- "react-native-web" : " ^0.2.2 "
15
+ "react-native-web" : " ^0.3.0 "
16
16
},
17
17
"devDependencies" : {
18
- "babel-plugin-react-native-web" : " ^0.2.2 " ,
18
+ "babel-plugin-react-native-web" : " ^0.3.0 " ,
19
19
"url-loader" : " ^0.6.2" ,
20
20
"webpack" : " ^3.10.0"
21
21
}
You can’t perform that action at this time.
0 commit comments