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

Commit 2a18e81

Browse files
authored
Merge pull request #78 from mocks-server/release
Release v2.0.4
2 parents 7f9f173 + c1ebb38 commit 2a18e81

File tree

23 files changed

+11621
-9732
lines changed

23 files changed

+11621
-9732
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.4] - 2020-10-26
14+
### Changed
15+
- Update dependencies
16+
1317
## [2.0.3] - 2020-06-14
1418
### Changed
1519
- Update dependencies

package-lock.json

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

package.json

Lines changed: 20 additions & 20 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.3",
3+
"version": "2.0.4",
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.7"
43+
"@mocks-server/admin-api-paths": "1.0.8"
4444
},
4545
"devDependencies": {
46-
"@babel/preset-env": "7.10.2",
47-
"@rollup/plugin-babel": "5.0.3",
48-
"@rollup/plugin-commonjs": "13.0.0",
49-
"@rollup/plugin-node-resolve": "8.0.1",
46+
"@babel/preset-env": "7.12.1",
47+
"@rollup/plugin-babel": "5.2.1",
48+
"@rollup/plugin-commonjs": "15.1.0",
49+
"@rollup/plugin-node-resolve": "9.0.0",
5050
"redux": "4.0.5",
51-
"@data-provider/core": "2.5.0",
52-
"@data-provider/axios": "2.1.2",
51+
"@data-provider/core": "2.6.0",
52+
"@data-provider/axios": "2.1.3",
5353
"babel-eslint": "10.1.0",
54-
"babel-jest": "26.0.1",
54+
"babel-jest": "26.6.1",
5555
"babel-polyfill": "6.26.0",
5656
"coveralls": "3.0.9",
57-
"eslint": "7.2.0",
58-
"eslint-config-prettier": "6.11.0",
59-
"eslint-plugin-prettier": "3.1.3",
60-
"eslint-plugin-react": "7.20.0",
61-
"husky": "4.2.5",
62-
"jest": "26.0.1",
63-
"lint-staged": "10.2.10",
64-
"prettier": "2.0.5",
65-
"rollup": "2.16.1",
66-
"rollup-plugin-terser": "6.1.0",
67-
"sinon": "9.0.2"
57+
"eslint": "7.12.0",
58+
"eslint-config-prettier": "6.14.0",
59+
"eslint-plugin-prettier": "3.1.4",
60+
"eslint-plugin-react": "7.21.5",
61+
"husky": "4.3.0",
62+
"jest": "26.6.1",
63+
"lint-staged": "10.5.0",
64+
"prettier": "2.1.2",
65+
"rollup": "2.32.1",
66+
"rollup-plugin-terser": "7.0.2",
67+
"sinon": "9.2.0"
6868
},
6969
"lint-staged": {
7070
"test/**/*.js": "eslint",

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const BASE_PLUGINS = [
2424
include: "node_modules/**",
2525
}),
2626
babel({
27+
babelHelpers: "bundled",
2728
babelrc: false,
2829
presets: ["@babel/env"],
2930
}),

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.3
3+
sonar.projectVersion=2.0.4
44

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

test-e2e/browser/.eslintrc.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,9 @@
44
"es6": true
55
},
66
"parser": "babel-eslint",
7-
"extends": ["plugin:react/recommended"],
87
"parserOptions": {
98
"sourceType": "module"
109
},
1110
"globals": {
12-
},
13-
"settings": {
14-
"react": {
15-
"pragma": "React",
16-
"version": "^16.7.0"
17-
}
1811
}
1912
}

0 commit comments

Comments
 (0)