File tree 6 files changed +10
-10
lines changed
babel-plugin-react-native-web
dom-event-testing-library
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.12.3 " ,
3
+ "version" : " 0.13.0 " ,
4
4
"name" : " monorepo" ,
5
5
"scripts" : {
6
6
"clean" : " del-cli ./packages/*/dist" ,
Original file line number Diff line number Diff line change 3
3
"registry" : " https://registry.npmjs.org/"
4
4
},
5
5
"name" : " babel-plugin-react-native-web" ,
6
- "version" : " 0.12.3 " ,
6
+ "version" : " 0.13.0 " ,
7
7
"description" : " Babel plugin for React Native for Web" ,
8
8
"main" : " index.js" ,
9
9
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " benchmarks" ,
4
- "version" : " 0.12.3 " ,
4
+ "version" : " 0.13.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 -"
14
14
"fela" : " ^11.0.2" ,
15
15
"react-fela" : " ^11.0.2" ,
16
16
"react-jss" : " ^10.0.4" ,
17
- "react-native-web" : " 0.12.3 " ,
17
+ "react-native-web" : " 0.13.0 " ,
18
18
"reactxp" : " ^2.0.0" ,
19
19
"styled-components" : " ^5.0.0" ,
20
20
"styled-jsx" : " ^3.2.4" ,
21
21
"styletron-engine-atomic" : " ^1.4.4" ,
22
22
"styletron-react" : " ^5.2.6"
23
23
},
24
24
"devDependencies" : {
25
- "babel-plugin-react-native-web" : " 0.12.3 " ,
25
+ "babel-plugin-react-native-web" : " 0.13.0 " ,
26
26
"css-loader" : " ^3.4.2" ,
27
27
"style-loader" : " ^1.1.3" ,
28
28
"url-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docs" ,
4
- "version" : " 0.12.3 " ,
4
+ "version" : " 0.13.0 " ,
5
5
"scripts" : {
6
6
"build" : " build-storybook --docs -o ./dist -c ./.storybook" ,
7
7
"start" : " start-storybook --docs -p 9001 -c ./.storybook" ,
13
13
"@storybook/cli" : " ^5.3.9" ,
14
14
"@storybook/react" : " ^5.3.9" ,
15
15
"@storybook/theming" : " ^5.3.9" ,
16
- "react-native-web" : " 0.12.3 "
16
+ "react-native-web" : " 0.13.0 "
17
17
},
18
18
"devDependencies" : {
19
- "babel-plugin-react-native-web" : " 0.12.3 " ,
19
+ "babel-plugin-react-native-web" : " 0.13.0 " ,
20
20
"url-loader" : " ^3.0.0" ,
21
21
"webpack" : " ^4.41.5"
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " dom-event-testing-library" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.13 .0" ,
5
5
"main" : " index.js" ,
6
6
"description" : " Browser event sequences for unit tests" ,
7
7
"author" : " Nicolas Gallagher" ,
Original file line number Diff line number Diff line change 3
3
"registry" : " https://registry.npmjs.org/"
4
4
},
5
5
"name" : " react-native-web" ,
6
- "version" : " 0.12.3 " ,
6
+ "version" : " 0.13.0 " ,
7
7
"description" : " React Native for Web" ,
8
8
"module" : " dist/index.js" ,
9
9
"main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments