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

Commit

Permalink
Merge pull request #78 from mocks-server/release
Browse files Browse the repository at this point in the history
Release v2.0.4
  • Loading branch information
javierbrea authored Oct 27, 2020
2 parents 7f9f173 + c1ebb38 commit 2a18e81
Show file tree
Hide file tree
Showing 23 changed files with 11,621 additions and 9,732 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [2.0.4] - 2020-10-26
### Changed
- Update dependencies

## [2.0.3] - 2020-06-14
### Changed
- Update dependencies
Expand Down
5,336 changes: 2,630 additions & 2,706 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/admin-api-client-data-provider",
"version": "2.0.3",
"version": "2.0.4",
"description": "Client of @mocks-server/plugin-admin-api built with @data-provider",
"keywords": [
"mocks-server-plugin",
Expand Down Expand Up @@ -40,31 +40,31 @@
"@data-provider/axios": "^2.0.0"
},
"dependencies": {
"@mocks-server/admin-api-paths": "1.0.7"
"@mocks-server/admin-api-paths": "1.0.8"
},
"devDependencies": {
"@babel/preset-env": "7.10.2",
"@rollup/plugin-babel": "5.0.3",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.0.1",
"@babel/preset-env": "7.12.1",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"redux": "4.0.5",
"@data-provider/core": "2.5.0",
"@data-provider/axios": "2.1.2",
"@data-provider/core": "2.6.0",
"@data-provider/axios": "2.1.3",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.6.1",
"babel-polyfill": "6.26.0",
"coveralls": "3.0.9",
"eslint": "7.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"husky": "4.2.5",
"jest": "26.0.1",
"lint-staged": "10.2.10",
"prettier": "2.0.5",
"rollup": "2.16.1",
"rollup-plugin-terser": "6.1.0",
"sinon": "9.0.2"
"eslint": "7.12.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"husky": "4.3.0",
"jest": "26.6.1",
"lint-staged": "10.5.0",
"prettier": "2.1.2",
"rollup": "2.32.1",
"rollup-plugin-terser": "7.0.2",
"sinon": "9.2.0"
},
"lint-staged": {
"test/**/*.js": "eslint",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const BASE_PLUGINS = [
include: "node_modules/**",
}),
babel({
babelHelpers: "bundled",
babelrc: false,
presets: ["@babel/env"],
}),
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server-admin-api-client-data-provider
sonar.projectVersion=2.0.3
sonar.projectVersion=2.0.4

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down
7 changes: 0 additions & 7 deletions test-e2e/browser/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
"es6": true
},
"parser": "babel-eslint",
"extends": ["plugin:react/recommended"],
"parserOptions": {
"sourceType": "module"
},
"globals": {
},
"settings": {
"react": {
"pragma": "React",
"version": "^16.7.0"
}
}
}
Loading

0 comments on commit 2a18e81

Please sign in to comment.