Skip to content

Commit 2da756e

Browse files
authored
chore: update eslint and other packages (#52)
1 parent 3784da7 commit 2da756e

File tree

4 files changed

+176
-786
lines changed

4 files changed

+176
-786
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends:["@react-native-community"]
3-
}
2+
extends: ['@react-native-community'],
3+
};

.github/workflows/windows-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
name: Checkout Code
12-
12+
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
1616
node-version: '12.9.1'
1717

1818
- name: Setup MSBuild
19-
uses: microsoft/setup-msbuild@v1.0.0
19+
uses: microsoft/setup-msbuild@v1.0.2
2020
with:
2121
vs-version: 16.5
22-
22+
2323
- name: Setup NuGet
24-
uses: NuGet/setup-nuget@v1.0.2
24+
uses: NuGet/setup-nuget@v1.0.5
2525

2626
- name: Check node modules cache
2727
uses: actions/cache@v1
@@ -47,7 +47,7 @@ jobs:
4747
run: nuget restore example\windows\ProgressViewExample.sln
4848

4949
- name: Build x64 release
50-
run: msbuild .\example\windows\ProgressViewExample.sln /p:Configuration=Release /p:Platform=x64 -m
50+
run: npx react-native run-windows --root example --arch x64 --release --no-packager --no-deploy --logging
5151

5252
- name: Deploy
5353
shell: powershell

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@
5555
"appium": "1.17.0",
5656
"babel-jest": "25.1.0",
5757
"babel-plugin-module-resolver": "^3.2.0",
58-
"eslint": "^6.8.0",
58+
"eslint": "^7.14.0",
5959
"flow-bin": "^0.127.0",
6060
"jest": "^26.0.1",
61-
"metro": "0.56.4",
6261
"metro-react-native-babel-preset": "^0.59.0",
6362
"react": "16.13.1",
6463
"react-native": "^0.63.0-rc.1",
@@ -69,6 +68,10 @@
6968
"selenium-webdriver": "4.0.0-alpha.7",
7069
"typescript": "^3.8.3"
7170
},
71+
"resolutions": {
72+
"jimp": "^0.10.0",
73+
"hermes-engine": "0.5.0"
74+
},
7275
"peerDependencies": {
7376
"react": ">16.8.3",
7477
"react-native": ">=0.59.5"

0 commit comments

Comments
 (0)