Skip to content

Commit

Permalink
Merge pull request #737 from glific/feature/build-fix
Browse files Browse the repository at this point in the history
Staging build fixes
  • Loading branch information
kurund authored Nov 23, 2020
2 parents 2a15be6 + 2ab4a7b commit 5adab19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,15 @@
"styled-components": "^5.1.1",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "~4.0.5",
"yup": "^0.29.2"
"yup": "^0.29.2",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.2.0"
},
"scripts": {
"setup": "yarn cache clean && yarn install --force && yarn run floweditor",
Expand Down Expand Up @@ -114,14 +122,6 @@
},
"devDependencies": {
"@types/react-test-renderer": "^16.9.2",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "^2.0.5",
"react-test-renderer": "^17.0.1"
}
Expand Down

0 comments on commit 5adab19

Please sign in to comment.