File tree 6 files changed +12
-12
lines changed
babel-plugin-react-native-web
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.9.13 " ,
3
+ "version" : " 0.10.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.9.13 " ,
3
+ "version" : " 0.10.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.9.13 " ,
4
+ "version" : " 0.10.0 " ,
5
5
"scripts" : {
6
6
"build" : " mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js" ,
7
7
"release" : " NODE_ENV=production 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 -"
16
16
"react-dom" : " ^16.7.0" ,
17
17
"react-fela" : " ^10.0.2" ,
18
18
"react-jss" : " ^8.6.1" ,
19
- "react-native-web" : " 0.9.13 " ,
19
+ "react-native-web" : " 0.10.0 " ,
20
20
"reactxp" : " ^1.5.0" ,
21
21
"styled-components" : " ^4.1.3" ,
22
22
"styled-jsx" : " ^3.1.2" ,
23
23
"styletron-engine-atomic" : " ^1.0.13" ,
24
24
"styletron-react" : " ^4.4.4"
25
25
},
26
26
"devDependencies" : {
27
- "babel-plugin-react-native-web" : " 0.9.13 " ,
27
+ "babel-plugin-react-native-web" : " 0.10.0 " ,
28
28
"css-loader" : " ^2.0.2" ,
29
29
"style-loader" : " ^0.23.1" ,
30
30
"url-loader" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-native-examples" ,
4
- "version" : " 0.9.13 " ,
4
+ "version" : " 0.10.0 " ,
5
5
"scripts" : {
6
6
"build" : " mkdir -p dist && cp -f src/index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js" ,
7
7
"release" : " yarn build && git checkout gh-pages && rm -rf ../../examples && mv dist ../../examples && git add -A && git commit -m \" Examples deploy\" && git push origin gh-pages && git checkout -"
10
10
"@babel/runtime" : " ^7.2.0" ,
11
11
"react" : " ^16.5.1" ,
12
12
"react-dom" : " ^16.5.1" ,
13
- "react-native-web" : " 0.9.13 "
13
+ "react-native-web" : " 0.10.0 "
14
14
},
15
15
"devDependencies" : {
16
16
"@babel/plugin-transform-runtime" : " ^7.2.0" ,
17
- "babel-plugin-react-native-web" : " 0.9.13 " ,
17
+ "babel-plugin-react-native-web" : " 0.10.0 " ,
18
18
"babel-plugin-transform-runtime" : " ^6.23.0" ,
19
19
"file-loader" : " ^1.1.11" ,
20
20
"webpack" : " ^4.28.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-web" ,
3
- "version" : " 0.9.13 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " React Native for Web" ,
5
5
"module" : " dist/index.js" ,
6
6
"main" : " dist/cjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " website" ,
4
- "version" : " 0.9.13 " ,
4
+ "version" : " 0.10.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.4.3" ,
13
13
"react" : " ^16.5.1" ,
14
14
"react-dom" : " ^16.5.1" ,
15
- "react-native-web" : " 0.9.13 "
15
+ "react-native-web" : " 0.10.0 "
16
16
},
17
17
"devDependencies" : {
18
- "babel-plugin-react-native-web" : " 0.9.13 " ,
18
+ "babel-plugin-react-native-web" : " 0.10.0 " ,
19
19
"url-loader" : " ^1.0.1" ,
20
20
"webpack" : " ^4.8.1"
21
21
}
You can’t perform that action at this time.
0 commit comments