Skip to content

Commit

Permalink
chore: update eslint and other packages (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar authored Nov 30, 2020
1 parent 3784da7 commit 2da756e
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 786 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends:["@react-native-community"]
}
extends: ['@react-native-community'],
};
10 changes: 5 additions & 5 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
steps:
- uses: actions/checkout@v2
name: Checkout Code

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '12.9.1'

- name: Setup MSBuild
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
with:
vs-version: 16.5

- name: Setup NuGet
uses: NuGet/[email protected].2
uses: NuGet/[email protected].5

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

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

- name: Deploy
shell: powershell
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
"appium": "1.17.0",
"babel-jest": "25.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.8.0",
"eslint": "^7.14.0",
"flow-bin": "^0.127.0",
"jest": "^26.0.1",
"metro": "0.56.4",
"metro-react-native-babel-preset": "^0.59.0",
"react": "16.13.1",
"react-native": "^0.63.0-rc.1",
Expand All @@ -69,6 +68,10 @@
"selenium-webdriver": "4.0.0-alpha.7",
"typescript": "^3.8.3"
},
"resolutions": {
"jimp": "^0.10.0",
"hermes-engine": "0.5.0"
},
"peerDependencies": {
"react": ">16.8.3",
"react-native": ">=0.59.5"
Expand Down
Loading

0 comments on commit 2da756e

Please sign in to comment.