Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jest from 26.6.3 to 27.0.4 #202

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: npm install -g yarn
- name: Install dependencies
run: yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -32,8 +32,8 @@ jobs:

- name: Setup React Native environment
run: |
yarn add react-native@0.63.4
yarn add react@16.13.1
yarn add react-native@0.64.2
yarn add react@17.0.1

- name: Run tests
run: yarn test --coverage
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,15 +33,15 @@
},
"devDependencies": {
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.1.0",
"@types/jest": "^26.0.20",
"eslint-config-backpacker-react": "^0.3.0",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.23",
"eslint-config-backpacker-react": "^0.4.0",
"husky": "^3.1.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "2.3.0",
"react-test-renderer": "^17.0.1"
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"prop-types": "^15.7.2"
Expand Down