Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 986a068

Browse files
authored
Merge pull request #28 from data-provider/release
Release
2 parents 5b56c23 + 3334633 commit 986a068

File tree

8 files changed

+1116
-760
lines changed

8 files changed

+1116
-760
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [1.0.2] - 2020-04-09
14+
15+
### Changed
16+
- chore(deps): Update dependencies
17+
1318
## [1.0.1] - 2020-03-22
1419

1520
### Changed

package-lock.json

Lines changed: 924 additions & 677 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-provider/react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React bindings for @data-provider",
55
"keywords": [
66
"data-provider",
@@ -13,6 +13,7 @@
1313
],
1414
"author": "Javier Brea",
1515
"license": "MIT",
16+
"homepage": "https://www.data-provider.org",
1617
"repository": "https://github.com/data-provider/react",
1718
"publishConfig": {
1819
"access": "public"
@@ -41,36 +42,36 @@
4142
"react": "^16.8.0"
4243
},
4344
"devDependencies": {
44-
"@babel/core": "7.8.7",
45-
"@babel/preset-env": "7.8.7",
46-
"@babel/preset-react": "7.8.3",
45+
"@babel/core": "7.9.0",
46+
"@babel/preset-env": "7.9.5",
47+
"@babel/preset-react": "7.9.0",
4748
"@data-provider/core": "2.1.1",
4849
"@rollup/plugin-commonjs": "11.0.2",
4950
"@rollup/plugin-json": "4.0.2",
5051
"@rollup/plugin-node-resolve": "7.1.1",
5152
"babel-core": "7.0.0-bridge.0",
5253
"babel-eslint": "10.1.0",
53-
"babel-jest": "25.1.0",
54+
"babel-jest": "25.3.0",
5455
"babel-polyfill": "6.26.0",
5556
"coveralls": "3.0.9",
5657
"eslint": "6.8.0",
57-
"eslint-config-prettier": "6.10.0",
58+
"eslint-config-prettier": "6.10.1",
5859
"eslint-plugin-prettier": "3.1.2",
5960
"eslint-plugin-react": "7.19.0",
60-
"eslint-plugin-react-hooks": "2.5.0",
61+
"eslint-plugin-react-hooks": "3.0.0",
6162
"husky": "4.2.3",
62-
"jest": "25.1.0",
63-
"lint-staged": "10.0.8",
64-
"prettier": "2.0.1",
65-
"react": "16.13.0",
66-
"react-dom": "16.13.0",
67-
"react-test-renderer": "16.13.0",
63+
"jest": "25.3.0",
64+
"lint-staged": "10.1.2",
65+
"prettier": "2.0.4",
66+
"react": "16.13.1",
67+
"react-dom": "16.13.1",
68+
"react-test-renderer": "16.13.1",
6869
"react-redux": "7.2.0",
6970
"redux": "4.0.5",
70-
"rollup": "1.32.1",
71+
"rollup": "2.3.4",
7172
"rollup-plugin-babel": "4.4.0",
7273
"rollup-plugin-uglify": "6.0.4",
73-
"sinon": "9.0.1"
74+
"sinon": "9.0.2"
7475
},
7576
"lint-staged": {
7677
"src/**/*.js": "eslint",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=data-provider
22
sonar.projectKey=data-provider-react
3-
sonar.projectVersion=1.0.1
3+
sonar.projectVersion=1.0.2
44

55
sonar.sources=src,test
66
sonar.exclusions=node_modules/**

test-e2e/package-lock.json

Lines changed: 142 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:react-app": "start-server-and-test start:react-app http-get://localhost:3000 cypress:run"
1212
},
1313
"devDependencies": {
14-
"cypress": "4.2.0",
14+
"cypress": "4.3.0",
1515
"start-server-and-test": "1.10.11"
1616
}
1717
}

0 commit comments

Comments
 (0)