Skip to content

Commit 5ab14f7

Browse files
author
MadaraUchiha-314
committed
2 parents 3f5147f + 7b88902 commit 5ab14f7

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ debug: true
44
jobs:
55
build:
66
docker:
7-
- image: circleci/node:8.11.2
7+
- image: circleci/node:8.17.0
88
steps:
99
- checkout
1010
- run: yarn install
@@ -16,7 +16,7 @@ jobs:
1616
- .
1717
publish:
1818
docker:
19-
- image: circleci/node:8.11.2
19+
- image: circleci/node:8.17.0
2020
steps:
2121
- attach_workspace:
2222
at: .

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-provider-react-native",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "A component which provides all the string constants using provider pattern.",
55
"main": "index.js",
66
"scripts": {
@@ -21,14 +21,14 @@
2121
],
2222
"license": "MIT",
2323
"devDependencies": {
24-
"babel-cli": "^6.26.0",
25-
"babel-eslint": "^10.0.2",
26-
"babel-preset-react-native": "^4.0.1",
27-
"eslint": "^6.0.1",
28-
"eslint-plugin-react": "^7.14.2",
29-
"metro-react-native-babel-preset": "^0.55.0",
30-
"react": "^16.8.6",
31-
"react-native": "^0.60.2"
24+
"babel-cli": "6.26.0",
25+
"babel-eslint": "10.0.2",
26+
"babel-preset-react-native": "4.0.1",
27+
"eslint": "6.0.1",
28+
"eslint-plugin-react": "7.14.2",
29+
"metro-react-native-babel-preset": "0.55.0",
30+
"react": "16.8.6",
31+
"react-native": "0.60.3"
3232
},
3333
"dependencies": {
3434
"prop-types": "^15.7.2"

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ atob@^2.1.1:
964964
version "2.1.2"
965965
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
966966

967-
babel-cli@^6.26.0:
967+
968968
version "6.26.0"
969969
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
970970
dependencies:
@@ -1017,7 +1017,7 @@ babel-core@^6.26.0:
10171017
slash "^1.0.0"
10181018
source-map "^0.5.7"
10191019

1020-
babel-eslint@^10.0.2:
1020+
10211021
version "10.0.2"
10221022
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
10231023
dependencies:
@@ -1405,7 +1405,7 @@ babel-preset-fbjs@^3.1.2, babel-preset-fbjs@^3.2.0:
14051405
"@babel/plugin-transform-template-literals" "^7.0.0"
14061406
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
14071407

1408-
babel-preset-react-native@^4.0.1:
1408+
14091409
version "4.0.1"
14101410
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.1.tgz#14ff07bdb6c8df9408082c0c18b2ce8e3392e76a"
14111411
dependencies:
@@ -2061,7 +2061,7 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
20612061
version "1.0.5"
20622062
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
20632063

2064-
eslint-plugin-react@^7.14.2:
2064+
20652065
version "7.14.2"
20662066
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
20672067
dependencies:
@@ -2097,7 +2097,7 @@ eslint-visitor-keys@^1.0.0:
20972097
version "1.0.0"
20982098
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
20992099

2100-
eslint@^6.0.1:
2100+
21012101
version "6.0.1"
21022102
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
21032103
dependencies:
@@ -3425,7 +3425,7 @@ [email protected]:
34253425
metro-babel7-plugin-react-transform "0.54.1"
34263426
react-transform-hmr "^1.0.4"
34273427

3428-
metro-react-native-babel-preset@^0.55.0:
3428+
34293429
version "0.55.0"
34303430
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.55.0.tgz#d5d4a6cbe9ccbcedd72fcbb71c0c311e3d56876e"
34313431
dependencies:
@@ -4269,7 +4269,7 @@ react-is@^16.8.1, react-is@^16.8.4:
42694269
version "16.8.6"
42704270
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
42714271

4272-
react-native@^0.60.2:
4272+
42734273
version "0.60.3"
42744274
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.60.3.tgz#da010bc5b63201166562ddeff1cd3e07da34d1de"
42754275
dependencies:
@@ -4320,7 +4320,7 @@ react-transform-hmr@^1.0.4:
43204320
global "^4.3.0"
43214321
react-proxy "^1.1.7"
43224322

4323-
react@^16.8.6:
4323+
43244324
version "16.8.6"
43254325
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
43264326
dependencies:

0 commit comments

Comments
 (0)