Skip to content

Commit

Permalink
Merge pull request #2 from intuit/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
MadaraUchiha-314 committed Jan 27, 2020
2 parents cbdc301 + 8ef25ad commit 7b88902
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.2",
"babel-preset-react-native": "^4.0.1",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"metro-react-native-babel-preset": "^0.55.0",
"react": "^16.8.6",
"react-native": "^0.60.2"
"babel-cli": "6.26.0",
"babel-eslint": "10.0.2",
"babel-preset-react-native": "4.0.1",
"eslint": "6.0.1",
"eslint-plugin-react": "7.14.2",
"metro-react-native-babel-preset": "0.55.0",
"react": "16.8.6",
"react-native": "0.60.3"
},
"dependencies": {
"prop-types": "^15.7.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ atob@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"

babel-cli@^6.26.0:
[email protected]:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
dependencies:
Expand Down Expand Up @@ -1017,7 +1017,7 @@ babel-core@^6.26.0:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@^10.0.2:
[email protected]:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
dependencies:
Expand Down Expand Up @@ -1405,7 +1405,7 @@ babel-preset-fbjs@^3.1.2, babel-preset-fbjs@^3.2.0:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"

babel-preset-react-native@^4.0.1:
[email protected]:
version "4.0.1"
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.1.tgz#14ff07bdb6c8df9408082c0c18b2ce8e3392e76a"
dependencies:
Expand Down Expand Up @@ -2061,7 +2061,7 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

eslint-plugin-react@^7.14.2:
[email protected]:
version "7.14.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
dependencies:
Expand Down Expand Up @@ -2097,7 +2097,7 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^6.0.1:
[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
dependencies:
Expand Down Expand Up @@ -3425,7 +3425,7 @@ [email protected]:
metro-babel7-plugin-react-transform "0.54.1"
react-transform-hmr "^1.0.4"

metro-react-native-babel-preset@^0.55.0:
[email protected]:
version "0.55.0"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.55.0.tgz#d5d4a6cbe9ccbcedd72fcbb71c0c311e3d56876e"
dependencies:
Expand Down Expand Up @@ -4269,7 +4269,7 @@ react-is@^16.8.1, react-is@^16.8.4:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"

react-native@^0.60.2:
[email protected].3:
version "0.60.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.60.3.tgz#da010bc5b63201166562ddeff1cd3e07da34d1de"
dependencies:
Expand Down Expand Up @@ -4320,7 +4320,7 @@ react-transform-hmr@^1.0.4:
global "^4.3.0"
react-proxy "^1.1.7"

react@^16.8.6:
[email protected]:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
dependencies:
Expand Down

0 comments on commit 7b88902

Please sign in to comment.