applying package updates ***NO_CI***

This commit is contained in:
React-Native-Windows Bot 2019-11-25 21:54:38 +00:00
Родитель 93f2e8a1af
Коммит 45c209dd66
7 изменённых файлов: 19 добавлений и 21 удалений

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "prerelease",
"comment": "Properly support ScrollView KeyboardDismissMode",
"packageName": "react-native-windows",
"email": "dida@ntdev.microsoft.com",
"commit": "6b4df0e13a371763a12ecee273011ad762bd9322",
"date": "2019-11-22T22:27:58.216Z"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "e2etest",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "just-scripts build",
@ -24,8 +24,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.23.tar.gz",
"react-native-windows": "0.60.0-vnext.82",
"react-native-windows-extended": "0.60.30",
"react-native-windows": "0.60.0-vnext.83",
"react-native-windows-extended": "0.60.31",
"rnpm-plugin-windows": "^0.3.8"
},
"devDependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "microsoft-reactnative-sampleapps",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "just-scripts build",
@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.23.tar.gz",
"react-native-windows": "0.60.0-vnext.82",
"react-native-windows-extended": "0.60.30",
"react-native-windows": "0.60.0-vnext.83",
"react-native-windows-extended": "0.60.31",
"rnpm-plugin-windows": "^0.3.8"
},
"devDependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "just-scripts build",
@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.23.tar.gz",
"react-native-windows": "0.60.0-vnext.82",
"react-native-windows-extended": "0.60.30",
"react-native-windows": "0.60.0-vnext.83",
"react-native-windows-extended": "0.60.31",
"rnpm-plugin-windows": "^0.3.8"
},
"devDependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "react-native-windows-extended",
"version": "0.60.30",
"version": "0.60.31",
"description": "Additional react-native-windows components that are not part of RN lean-core.",
"main": "lib/index.js",
"repository": {
@ -18,7 +18,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"react-native-windows": "0.60.0-vnext.82"
"react-native-windows": "0.60.0-vnext.83"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",

Просмотреть файл

@ -1,7 +1,13 @@
# Change Log - react-native-windows
This log was last generated on Mon, 25 Nov 2019 21:23:52 GMT and should not be manually modified.
This log was last generated on Mon, 25 Nov 2019 21:54:38 GMT and should not be manually modified.
## 0.60.0-vnext.83
Mon, 25 Nov 2019 21:54:38 GMT
### Changes
- Properly support ScrollView KeyboardDismissMode (dida@ntdev.microsoft.com)
## 0.60.0-vnext.82
Mon, 25 Nov 2019 21:23:52 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.60.0-vnext.82",
"version": "0.60.0-vnext.83",
"license": "MIT",
"repository": {
"type": "git",