Skip to content

Commit

Permalink
chore: update javascript dependencies to latest
Browse files Browse the repository at this point in the history
note: still leaving detox, superstruct, metro-react-native-babel-preset and @types/react
  • Loading branch information
mikehardy committed Mar 12, 2021
1 parent b072427 commit 79b4380
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 118 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"format:markdown": "prettier --write \"docs/**/*.md\""
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "7.13.9",
"@babel/core": "^7.13.10",
"@babel/preset-env": "7.13.10",
"@babel/preset-flow": "7.12.13",
"@octokit/core": "^3.2.5",
"@octokit/core": "^3.3.0",
"@types/jest": "^26.0.19",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.50",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@types/react": "^16.14.5",
"@types/react-native": "^0.63.51",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"babel-jest": "^26.6.3",
"codecov": "^3.6.5",
"conventional-changelog-cli": "^2.0.34",
"cross-env": "^7.0.3",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.19.0",
"genversion": "^2.3.1",
Expand All @@ -65,11 +65,11 @@
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"resolutions": {
"@types/react": "^16.14.3"
"@types/react": "^16.14.5"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,6 @@ SPEC CHECKSUMS:
RNFBStorage: 8f40c919c0c9872424a40bfe942c6323dc58de06
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: e96e24b74d977cb5a0dd759c19c24cb0b307679d
PODFILE CHECKSUM: 5276bb1a76c784d7b42c43c73887a860e941cb9c

COCOAPODS: 1.10.1
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"a2a": "^0.2.0",
"babel-plugin-istanbul": "^6.0.0",
"detox": "17.14.6",
"firebase-tools": "^9.5.0",
"firebase-tools": "^9.6.0",
"jest-circus": "^26.6.3",
"jest-environment-node": "^26.6.2",
"jet": "^0.6.6-0",
"metro-react-native-babel-preset": "0.59.0",
"mocha": "^8.3.0",
"mocha": "^8.3.1",
"nyc": "^15.0.1",
"patch-package": "^6.4.4",
"patch-package": "^6.4.6",
"react-native-port-patcher": "^1.0.4",
"should": "^13.2.3",
"should-sinon": "0.0.6",
Expand Down
Loading

0 comments on commit 79b4380

Please sign in to comment.