Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/intuit/text-provider into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
MadaraUchiha-314 committed Apr 12, 2020
2 parents 63770de + 3cfce86 commit 27abe9e
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ debug: true
jobs:
build:
docker:
- image: circleci/node:12.16.0
- image: circleci/node:12.16.2
steps:
- checkout
- run: yarn install
Expand All @@ -16,7 +16,7 @@ jobs:
- .
publish:
docker:
- image: circleci/node:12.16.0
- image: circleci/node:12.16.2
steps:
- attach_workspace:
at: .
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-provider",
"version": "0.0.21",
"version": "0.0.23",
"description": "A component which provides all the string constants using provider pattern.",
"license": "MIT",
"repository": {
Expand All @@ -26,28 +26,28 @@
"email": "rohithr31@gmail.com"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"html-loader": "^1.0.0",
"husky": "^4.2.3",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"css-loader": "3.5.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-loader": "4.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"file-loader": "6.0.0",
"html-loader": "1.1.0",
"husky": "4.2.5",
"prettier": "2.0.2",
"pretty-quick": "2.0.1",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"dependencies": {
"prop-types": "^15.7.2",
Expand Down
Loading

0 comments on commit 27abe9e

Please sign in to comment.