Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wimpyprogrammer committed Mar 8, 2019
2 parents e9120e2 + 2f3f757 commit b0554ad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"plugins": ["transform-object-rest-spread"],
"presets": ["es2015", "react"]
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
3 changes: 3 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
last 1 version
not dead
> 0.2%
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"validations": {
"vulnerableDependencies": true,
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
Expand All @@ -11,4 +11,4 @@
"publishTag": "latest",
"prePublishScript": "npm test && npm run build",
"postPublishScript": false
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-component-update",
"version": "1.2.0",
"version": "1.3.0",
"description": "Extends the native React Component to streamline updates",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -30,31 +30,31 @@
},
"homepage": "https://github.com/wimpyprogrammer/react-component-update#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^23.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.0.2",
"codecov": "^3.0.0",
"create-react-class": "^15.6.0",
"dirty-chai": "^2.0.0",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-adapter-react-helper": "^1.2.2",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-adapter-react-helper": "^1.3.0",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.11.0",
"jest": "^23.5.0",
"jest": "^24.3.1",
"lodash.uniqueid": "^4.0.1",
"publish-please": "^3.2.0",
"publish-please": "^5.4.3",
"react": "*",
"react-dom": "*",
"react-test-renderer": "*",
"rimraf": "^2.6.1",
"sinon": "^6.0.1",
"sinon": "^7.2.7",
"sinon-chai": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b0554ad

Please sign in to comment.