8000 Update all dependencies by renovate[bot] · Pull Request #306 · Peer-Stevens/peer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Update all dependencies #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from < 8000 svg style="display: none;" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check color-fg-success">
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Run all test suites
run: |
yarn jest --coverage --forceExit
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"@react-native-async-storage/async-storage": "~1.15.0",
"@unimodules/core": "7.2.0",
"@unimodules/react-native-adapter": "6.5.0",
"axios": "0.26.1",
"axios": "0.27.2",
"crypto-js": "4.1.1",
"email-validator": "2.0.4",
"expo": "43.0.3",
"expo-app-loading": "~1.2.1",
"expo-font": "10.0.5",
"expo-font": "10.1.0",
"expo-haptics": "~11.0.3",
"expo-linking": "~2.4.2",
"expo-location": "~13.0.4",
"global": "4.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.64.3",
"react-native-check-box": "2.1.7",
"react-native-maps": "0.28.1",
Expand All @@ -38,34 +38,34 @@
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@googlemaps/google-maps-services-js": "3.3.11",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.0.0",
"@babel/core": "7.17.10",
"@googlemaps/google-maps-services-js": "3.3.13",
"@testing-library/react-hooks": "8.0.0",
"@testing-library/react-native": "9.1.0",
"@types/crypto-js": "4.1.1",
"@types/jest": "27.4.1",
"@types/react": "17.0.42",
"@types/react-native": "0.67.3",
"@types/jest": "27.5.0",
"@types/react": "18.0.9",
"@types/react-native": "0.67.6",
"@types/react-native-check-box": "2.1.2",
"@types/react-native-vector-icons": "6.4.10",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"babel-jest": "27.5.1",
"eas-cli": "0.48.2",
"eslint": "8.11.0",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"babel-jest": "28.1.0",
"eas-cli": "0.52.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"expo-cli": "^5.2.0",
"husky": "7.0.4",
"husky": "8.0.1",
"jest-expo": "43.0.1",
"lint-staged": "12.3.7",
"lint-staged": "12.4.1",
"peer-types": "1.0.5",
"prettier": "2.6.0",
"prettier": "2.6.2",
"pretty-quick": "3.1.3",
"react-test-renderer": "17.0.2",
"typescript": "4.6.2"
"react-test-renderer": "18.1.0",
"typescript": "4.6.4"
},
"jest": {
"projects": [
Expand Down
Loading
0