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
"private" : true ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"name" : " react-native-web-monorepo" ,
5
5
"scripts" : {
6
6
"clean" : " del ./packages/*/dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-react-native-web" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.4.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.3.4 " ,
4
+ "version" : " 0.4.0 " ,
5
5
"scripts" : {
6
6
"build" : " mkdir -p dist && cp -f index.html dist/index.html && webpack --config ./webpack.config.js" ,
7
7
"release" : " yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \" Benchmarks deploy\" && git push origin gh-pages && git checkout -"
19
19
"react-dom" : " ^16.2.0" ,
20
20
"react-fela" : " 6.2.4" ,
21
21
"react-jss" : " 8.2.1" ,
22
- "react-native-web" : " ^0.3.4 " ,
22
+ "react-native-web" : " 0.4.0 " ,
23
23
"reactxp" : " 0.51.2" ,
24
24
"style-loader" : " 0.20.1" ,
25
25
"styled-components" : " 3.1.2" ,
28
28
"styletron-react" : " 3.0.4"
29
29
},
30
30
"devDependencies" : {
31
- "babel-plugin-react-native-web" : " ^0.3.3 " ,
31
+ "babel-plugin-react-native-web" : " 0.4.0 " ,
32
32
"css-loader" : " ^0.28.9" ,
33
33
"style-loader" : " ^0.19.1" ,
34
34
"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.3.4 " ,
3
+ "version" : " 0.4.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.3.4 " ,
4
+ "version" : " 0.4.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.3.6" ,
13
13
"react" : " ^16.2.0" ,
14
14
"react-dom" : " ^16.2.0" ,
15
- "react-native-web" : " ^0.3.4 "
15
+ "react-native-web" : " 0.4.0 "
16
16
},
17
17
"devDependencies" : {
18
- "babel-plugin-react-native-web" : " ^0.3.3 " ,
18
+ "babel-plugin-react-native-web" : " 0.4.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