Skip to content

Commit

Permalink
feat: remove deprecated lifecycle hooks and polyfill for older react …
Browse files Browse the repository at this point in the history
…versions

* feat: remove deprecated lifecycle hooks

* build: only run commitlin on PRs

Lets us squash commits

* build: update deps
  • Loading branch information
jquense committed Jun 27, 2018
1 parent 2043cf7 commit c1ab1cf
Show file tree
Hide file tree
Showing 8 changed files with 2,242 additions and 2,030 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
- stable
cache: yarn
script:
- commitlint-travis
- yarn test

after_success:
Expand Down
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -56,7 +56,8 @@
"dependencies": {
"dom-helpers": "^3.3.1",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.1"
"prop-types": "^15.6.2",
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
Expand All @@ -82,8 +83,8 @@
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.18.0",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^3.17.1",
"eslint-config-jason": "^4.0.0",
"eslint-config-prettier": "^2.9.0",
Expand All @@ -94,9 +95,9 @@
"husky": "^1.0.0-rc.8",
"jest": "^20.0.4",
"prettier": "^1.11.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-test-renderer": "^16.3.0",
"release-script": "^1.0.2",
"rimraf": "^2.6.1",
"semantic-release": "^15.1.7",
Expand Down

0 comments on commit c1ab1cf

Please sign in to comment.