File tree 7 files changed +11
-11
lines changed
babel-plugin-react-native-web
dom-event-testing-library
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.17.7 " ,
3
+ "version" : " 0.18.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.17.7 " ,
6
+ "version" : " 0.18.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.17.7 " ,
4
+ "version" : " 0.18.0 " ,
5
5
"scripts" : {
6
6
"dev" : " mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js" ,
7
7
"build" : " NODE_ENV=production yarn dev"
8
8
},
9
9
"dependencies" : {
10
10
"classnames" : " ^2.3.1" ,
11
11
"d3-scale-chromatic" : " ^2.0.0" ,
12
- "react-native-web" : " 0.17.7 "
12
+ "react-native-web" : " 0.18.0 "
13
13
},
14
14
"devDependencies" : {
15
- "babel-plugin-react-native-web" : " 0.17.7 " ,
15
+ "babel-plugin-react-native-web" : " 0.18.0 " ,
16
16
"css-loader" : " ^5.0.2" ,
17
17
"style-loader" : " ^2.0.0" ,
18
18
"url-loader" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " docs" ,
4
- "version" : " 0.17.7 " ,
4
+ "version" : " 0.18.0 " ,
5
5
"description" : " Documentation website for React Native for Web" ,
6
6
"scripts" : {
7
7
"dev" : " eleventy --serve" ,
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.17.7 " ,
4
+ "version" : " 0.18.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 1
1
{
2
2
"private" : true ,
3
3
"name" : " examples" ,
4
- "version" : " 0.17.7 " ,
4
+ "version" : " 0.18.0 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build" ,
11
11
"next" : " ^12.1.0" ,
12
12
"react" : " ^17.0.2" ,
13
13
"react-dom" : " ^17.0.2" ,
14
- "react-native-web" : " 0.17.7 "
14
+ "react-native-web" : " 0.18.0 "
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.12.13" ,
18
18
"@babel/preset-flow" : " ^7.12.13" ,
19
- "babel-plugin-react-native-web" : " 0.17.7 "
19
+ "babel-plugin-react-native-web" : " 0.18.0 "
20
20
},
21
21
"license" : " MIT"
22
22
}
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.17.7 " ,
6
+ "version" : " 0.18.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