@bigcommerce/big-design-theme
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.5.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-theme@0.4.0...@bigcommerce/big-design-theme@0.5.0) (2020-02-06) | ||
### Bug Fixes | ||
* add react-hooks eslint and fix missing deps/issues ([#330](https://github.com/bigcommerce/big-design/issues/330)) ([da3fbd6](https://github.com/bigcommerce/big-design/commit/da3fbd68181e98e43a95de7fce9956be91afc9b8)) | ||
# [0.4.0](https://github.com/bigcommerce/big-design/compare/@bigcommerce/big-design-theme@0.3.1...@bigcommerce/big-design-theme@0.4.0) (2019-12-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@bigcommerce/big-design-theme", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"private": false, | ||
@@ -22,3 +22,4 @@ "sideEffects": false, | ||
"ci": "yarn run lint && yarn run test --maxWorkers=2 && yarn run build", | ||
"lint": "yarn run lint:tslint && yarn run lint:tsc && yarn run lint:prettier", | ||
"lint": "yarn run lint:eslint && yarn run lint:tslint && yarn run lint:tsc && yarn run lint:prettier", | ||
"lint:eslint": "eslint src/**/* --ext '.ts,.tsx'", | ||
"lint:prettier": "prettier --check 'src/**/*.{ts,tsx}'", | ||
@@ -37,2 +38,3 @@ "lint:tsc": "tsc --noEmit", | ||
"*.{js,ts,tsx}": [ | ||
"eslint --fix", | ||
"tslint --fix", | ||
@@ -65,7 +67,10 @@ "prettier --write", | ||
"@babel/preset-typescript": "^7.7.0", | ||
"@bigcommerce/configs": "^0.9.0", | ||
"@bigcommerce/configs": "^0.10.0", | ||
"@types/jest": "^24.0.16", | ||
"@types/styled-components": "^4.1.12", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"babel-jest": "^24.5.0", | ||
"concurrently": "^5.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"jest": "^24.5.0", | ||
@@ -81,3 +86,3 @@ "jest-styled-components": "^6.3.1", | ||
}, | ||
"gitHead": "bda6d6a828b989bc37191093341a1d2b951c2498" | ||
"gitHead": "d605ec189e0a4f5ab1258ef00b76ea89a948ac5c" | ||
} |
70134
27