Skip to content

Commit

Permalink
Upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pret-a-porter committed Apr 2, 2019
1 parent 8fbc65e commit 6402424
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .huskyrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"pre-commit": "npm run lint:ts && npm run test"
"pre-commit": "npm run lint && npm run test"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"scripts": {
"build": "rm -rf dist && rollup --config ./rollup.config.js && npm run check-size --scripts-prepend-node-path",
"check-size": "size-limit",
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\" --fix --config ./config/tslint.json",
"flow": "flow",
"preversion": "npm run lint:ts && npm run flow && npm run test && npm run check-size && npm run build",
"lint": "tslint \"src/**/*.ts\" \"src/**/*.tsx\" --fix --config ./config/tslint.json",
"preversion": "npm run lint && npm run flow && npm run test && npm run check-size && npm run build",
"test": "jest --detectOpenHandles --config ./config/jest.config.json --no-cache"
},
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/webpack-env": "^1.13.6",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flow-bin": "^0.95.1",
"flow-bin": "^0.96.0",
"husky": "^1.1.3",
"jest": "^24.0.0",
"jest-haste-map": "^24.5.0",
Expand All @@ -65,7 +65,7 @@
"rollup-plugin-cpy": "^1.1.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.20.1",
"size-limit": "^0.22.0",
"size-limit": "^1.0.0",
"ts-jest": "^24.0.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
Expand Down
Loading

0 comments on commit 6402424

Please sign in to comment.