applying package updates ***NO_CI***
This commit is contained in:
Родитель
9917e3b45f
Коммит
6f032f9cb2
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Enable NuGet restore lock files for all projects",
|
||||
"packageName": "@react-native-windows/automation-channel",
|
||||
"email": "jthysell@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "prerelease",
|
||||
"comment": "Enable NuGet restore lock files for all projects",
|
||||
"packageName": "react-native-windows",
|
||||
"email": "jthysell@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation-channel",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sat, 12 Aug 2023 05:12:38 GMT",
|
||||
"version": "0.12.31",
|
||||
"tag": "@react-native-windows/automation-channel_v0.12.31",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "jthysell@microsoft.com",
|
||||
"package": "@react-native-windows/automation-channel",
|
||||
"commit": "9917e3b45f72d366a14b9bcbd3d090736ca86b8e",
|
||||
"comment": "Enable NuGet restore lock files for all projects"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@react-native-windows/automation-channel",
|
||||
"comment": "Bump react-native-windows to v0.0.0-canary.692",
|
||||
"commit": "not available"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Aug 2023 05:13:37 GMT",
|
||||
"version": "0.12.30",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @react-native-windows/automation-channel
|
||||
|
||||
This log was last generated on Fri, 11 Aug 2023 05:13:37 GMT and should not be manually modified.
|
||||
This log was last generated on Sat, 12 Aug 2023 05:12:38 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.12.31
|
||||
|
||||
Sat, 12 Aug 2023 05:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Enable NuGet restore lock files for all projects (jthysell@microsoft.com)
|
||||
- Bump react-native-windows to v0.0.0-canary.692
|
||||
|
||||
## 0.12.30
|
||||
|
||||
Fri, 11 Aug 2023 05:13:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation-channel",
|
||||
"version": "0.12.30",
|
||||
"version": "0.12.31",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"prettier": "^2.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691",
|
||||
"react-native-windows": "^0.0.0-canary.692",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation-commands",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sat, 12 Aug 2023 05:12:38 GMT",
|
||||
"version": "0.1.133",
|
||||
"tag": "@react-native-windows/automation-commands_v0.1.133",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@react-native-windows/automation-commands",
|
||||
"comment": "Bump @react-native-windows/automation-channel to v0.12.31",
|
||||
"commit": "not available"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Aug 2023 05:13:37 GMT",
|
||||
"version": "0.1.132",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @react-native-windows/automation-commands
|
||||
|
||||
This log was last generated on Fri, 11 Aug 2023 05:13:37 GMT and should not be manually modified.
|
||||
This log was last generated on Sat, 12 Aug 2023 05:12:38 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.1.133
|
||||
|
||||
Sat, 12 Aug 2023 05:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @react-native-windows/automation-channel to v0.12.31
|
||||
|
||||
## 0.1.132
|
||||
|
||||
Fri, 11 Aug 2023 05:13:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation-commands",
|
||||
"version": "0.1.132",
|
||||
"version": "0.1.133",
|
||||
"description": "Allows controlling your react-native-windows application",
|
||||
"main": "lib-commonjs/index.js",
|
||||
"license": "MIT",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"watch": "rnw-scripts watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-windows/automation-channel": "^0.12.30",
|
||||
"@react-native-windows/automation-channel": "^0.12.31",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||
"@typescript-eslint/parser": "^5.57.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sat, 12 Aug 2023 05:12:38 GMT",
|
||||
"version": "0.3.113",
|
||||
"tag": "@react-native-windows/automation_v0.3.113",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@react-native-windows/automation",
|
||||
"comment": "Bump @react-native-windows/automation-channel to v0.12.31",
|
||||
"commit": "not available"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Aug 2023 05:13:37 GMT",
|
||||
"version": "0.3.112",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @react-native-windows/automation
|
||||
|
||||
This log was last generated on Fri, 11 Aug 2023 05:13:37 GMT and should not be manually modified.
|
||||
This log was last generated on Sat, 12 Aug 2023 05:12:38 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.3.113
|
||||
|
||||
Sat, 12 Aug 2023 05:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @react-native-windows/automation-channel to v0.12.31
|
||||
|
||||
## 0.3.112
|
||||
|
||||
Fri, 11 Aug 2023 05:13:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@react-native-windows/automation",
|
||||
"version": "0.3.112",
|
||||
"version": "0.3.113",
|
||||
"description": "UI Automation Suite for React Native Windows Applications",
|
||||
"main": "lib-commonjs/index.js",
|
||||
"repository": {
|
||||
|
@ -18,7 +18,7 @@
|
|||
"watch": "rnw-scripts watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-windows/automation-channel": "^0.12.30",
|
||||
"@react-native-windows/automation-channel": "^0.12.31",
|
||||
"@react-native-windows/fs": "^0.0.0-canary.27",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@react-native-picker/picker": "2.4.10",
|
||||
"react": "18.0.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691",
|
||||
"react-native-windows": "^0.0.0-canary.692",
|
||||
"react-native-xaml": "^0.0.50"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -33,7 +33,7 @@
|
|||
"just-scripts": "^1.3.3",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-platform-override": "^1.9.14",
|
||||
"react-native-windows": "^0.0.0-canary.691",
|
||||
"react-native-windows": "^0.0.0-canary.692",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"lint:fix": "rnw-scripts lint:fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-windows/automation": "^0.3.112",
|
||||
"@react-native-windows/automation": "^0.3.113",
|
||||
"@react-native-windows/fs": "^0.0.0-canary.27",
|
||||
"@rnw-scripts/eslint-config": "1.2.2",
|
||||
"@types/jest": "^29.2.2",
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
"e2etest:debug": "jest --config ./jest.debug.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-windows/automation-channel": "^0.12.30",
|
||||
"@react-native-windows/automation-channel": "^0.12.31",
|
||||
"@react-native-windows/tester": "0.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691"
|
||||
"react-native-windows": "^0.0.0-canary.692"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
@ -27,8 +27,8 @@
|
|||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@babel/runtime": "^7.8.4",
|
||||
"@react-native-windows/automation": "^0.3.112",
|
||||
"@react-native-windows/automation-commands": "^0.1.132",
|
||||
"@react-native-windows/automation": "^0.3.113",
|
||||
"@react-native-windows/automation-commands": "^0.1.133",
|
||||
"@react-native/babel-plugin-codegen": "0.73.0",
|
||||
"@rnw-scripts/babel-node-config": "2.3.1",
|
||||
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
||||
|
|
|
@ -14,13 +14,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@react-native-picker/picker": "2.4.10",
|
||||
"@react-native-windows/automation-channel": "^0.12.30",
|
||||
"@react-native-windows/automation-channel": "^0.12.31",
|
||||
"@react-native-windows/tester": "0.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691",
|
||||
"react-native-windows": "^0.0.0-canary.692",
|
||||
"react-native-xaml": "^0.0.74"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -29,8 +29,8 @@
|
|||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@babel/runtime": "^7.8.4",
|
||||
"@react-native-windows/automation": "^0.3.112",
|
||||
"@react-native-windows/automation-commands": "^0.1.132",
|
||||
"@react-native-windows/automation": "^0.3.113",
|
||||
"@react-native-windows/automation-commands": "^0.1.133",
|
||||
"@react-native/babel-plugin-codegen": "0.73.0",
|
||||
"@rnw-scripts/babel-node-config": "2.3.1",
|
||||
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
"integration-test": "jest --config jest.integration.config.js --runInBand --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-windows/automation-channel": "^0.12.30",
|
||||
"@react-native-windows/automation-channel": "^0.12.31",
|
||||
"@react-native-windows/fs": "^0.0.0-canary.27",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"chai": "^4.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691"
|
||||
"react-native-windows": "^0.0.0-canary.692"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691"
|
||||
"react-native-windows": "^0.0.0-canary.692"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0-nightly-20230721-ccc50ddd2",
|
||||
"react-native-windows": "^0.0.0-canary.691"
|
||||
"react-native-windows": "^0.0.0-canary.692"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "react-native-windows",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sat, 12 Aug 2023 05:12:38 GMT",
|
||||
"version": "0.0.0-canary.692",
|
||||
"tag": "react-native-windows_v0.0.0-canary.692",
|
||||
"comments": {
|
||||
"prerelease": [
|
||||
{
|
||||
"author": "jthysell@microsoft.com",
|
||||
"package": "react-native-windows",
|
||||
"commit": "9917e3b45f72d366a14b9bcbd3d090736ca86b8e",
|
||||
"comment": "Enable NuGet restore lock files for all projects"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Aug 2023 05:13:37 GMT",
|
||||
"version": "0.0.0-canary.691",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - react-native-windows
|
||||
|
||||
This log was last generated on Fri, 11 Aug 2023 05:13:37 GMT and should not be manually modified.
|
||||
This log was last generated on Sat, 12 Aug 2023 05:12:38 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.0.0-canary.692
|
||||
|
||||
Sat, 12 Aug 2023 05:12:38 GMT
|
||||
|
||||
### Changes
|
||||
|
||||
- Enable NuGet restore lock files for all projects (jthysell@microsoft.com)
|
||||
|
||||
## 0.0.0-canary.691
|
||||
|
||||
Fri, 11 Aug 2023 05:13:37 GMT
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
-->
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ReactNativeWindowsVersion>0.0.0-canary.691</ReactNativeWindowsVersion>
|
||||
<ReactNativeWindowsVersion>0.0.0-canary.692</ReactNativeWindowsVersion>
|
||||
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
||||
<ReactNativeWindowsMinor>0</ReactNativeWindowsMinor>
|
||||
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
|
||||
<ReactNativeWindowsCanary>true</ReactNativeWindowsCanary>
|
||||
<ReactNativeWindowsCommitId>ecd0ad79873a263e74a41f53f42650778ddd2364</ReactNativeWindowsCommitId>
|
||||
<ReactNativeWindowsCommitId>9917e3b45f72d366a14b9bcbd3d090736ca86b8e</ReactNativeWindowsCommitId>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-windows",
|
||||
"version": "0.0.0-canary.691",
|
||||
"version": "0.0.0-canary.692",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче