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

Commit 975d9a7

Browse files
authored
Merge pull request #12 from mocks-server/release
Update dependencies
2 parents 5cdb99e + c12e78d commit 975d9a7

File tree

13 files changed

+2013
-3293
lines changed

13 files changed

+2013
-3293
lines changed

CHANGELOG.md

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

13+
## [2.0.2] - 2020-04-10
14+
### Changed
15+
- Update dependencies
16+
1317
## [2.0.1] - 2020-03-22
1418
### Changed
1519
- chore(deps): Update dependencies

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-client-data-provider",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Client of @mocks-server/plugin-admin-api built with @data-provider",
55
"keywords": [
66
"mocks-server-plugin",
@@ -40,31 +40,31 @@
4040
"@data-provider/axios": "^2.0.0"
4141
},
4242
"dependencies": {
43-
"@mocks-server/admin-api-paths": "1.0.5"
43+
"@mocks-server/admin-api-paths": "1.0.6"
4444
},
4545
"devDependencies": {
46-
"@babel/preset-env": "7.8.4",
46+
"@babel/preset-env": "7.9.5",
4747
"redux": "4.0.5",
48-
"@data-provider/core": "2.1.1",
49-
"@data-provider/axios": "2.1.0",
48+
"@data-provider/core": "2.1.2",
49+
"@data-provider/axios": "2.1.1",
5050
"@rollup/plugin-commonjs": "11.0.2",
5151
"@rollup/plugin-node-resolve": "7.1.1",
52-
"babel-eslint": "10.0.3",
53-
"babel-jest": "25.1.0",
52+
"babel-eslint": "10.1.0",
53+
"babel-jest": "25.3.0",
5454
"babel-polyfill": "6.26.0",
5555
"coveralls": "3.0.9",
5656
"eslint": "6.8.0",
57-
"eslint-config-prettier": "6.10.0",
57+
"eslint-config-prettier": "6.10.1",
5858
"eslint-plugin-prettier": "3.1.2",
59-
"eslint-plugin-react": "7.18.0",
60-
"husky": "4.2.3",
61-
"jest": "25.1.0",
62-
"lint-staged": "10.0.8",
63-
"prettier": "2.0.1",
64-
"rollup": "1.32.1",
59+
"eslint-plugin-react": "7.19.0",
60+
"husky": "4.2.5",
61+
"jest": "25.3.0",
62+
"lint-staged": "10.1.3",
63+
"prettier": "2.0.4",
64+
"rollup": "2.4.0",
6565
"rollup-plugin-babel": "4.4.0",
6666
"rollup-plugin-uglify": "6.0.4",
67-
"sinon": "9.0.1"
67+
"sinon": "9.0.2"
6868
},
6969
"lint-staged": {
7070
"test/**/*.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=mocks-server
22
sonar.projectKey=mocks-server-admin-api-client-data-provider
3-
sonar.projectVersion=2.0.1
3+
sonar.projectVersion=2.0.2
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)