Skip to content

Upgrade: Update dependencies #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 5, 2018
Merged
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": ["package.json", "CHANGELOG.md"],
"assets": ["src/**/*.{js}", "lib/**/*.{js}", "package.json", "CHANGELOG.md"],
"message": "Build: Release ${nextRelease.version} [skip ci]"
}
],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"friends of react"
],
"dependencies": {
"hoist-non-react-statics": "^3.1.0",
"hoist-non-react-statics": "^3.2.1",
"invariant": "^2.2.4",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/react": "^16.7.6",
"@types/react": "^16.7.13",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"commitizen": "^3.0.4",
"commitizen": "^3.0.5",
"conventional-changelog-eslint": "^3.0.1",
"cz-adapter-eslint": "^0.1.2",
"eslint": "^5.9.0",
Expand All @@ -47,11 +47,11 @@
"fbjs": "^1.0.0",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"prettier": "^1.15.2",
"prettier": "^1.15.3",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"rimraf": "^2.6.2",
"semantic-release": "^15.12.0",
"semantic-release": "^15.12.4",
"sinon": "^7.1.1",
"travis-deploy-once": "^5.0.9"
},
Expand Down
Loading