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

Commit 98fd790

Browse files
authored
Merge pull request #4 from mocks-server/v1.0.2
V1.0.2
2 parents 70ca320 + 96fbaae commit 98fd790

File tree

13 files changed

+266
-371
lines changed

13 files changed

+266
-371
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-01-12
14+
### Changed
15+
- Update dependencies
16+
- Use fixed versioning in dependencies.
17+
1318
## [1.0.1] - 2020-01-12
1419
### Changed
1520
- Update dependencies

package-lock.json

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

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server-plugin",
@@ -38,30 +38,30 @@
3838
"@data-provider/core": "^1.7.0"
3939
},
4040
"dependencies": {
41-
"@data-provider/axios": "^1.6.0",
42-
"@mocks-server/admin-api-paths": "^1.0.3"
41+
"@data-provider/axios": "1.6.1",
42+
"@mocks-server/admin-api-paths": "1.0.4"
4343
},
4444
"devDependencies": {
45-
"@babel/preset-env": "^7.7.7",
46-
"@data-provider/core": "^1.7.0",
47-
"@rollup/plugin-commonjs": "^11.0.0",
48-
"@rollup/plugin-node-resolve": "^7.0.0",
49-
"babel-eslint": "^10.0.3",
50-
"babel-jest": "^24.9.0",
51-
"babel-polyfill": "^6.26.0",
52-
"coveralls": "^3.0.7",
45+
"@babel/preset-env": "7.7.7",
46+
"@data-provider/core": "1.7.0",
47+
"@rollup/plugin-commonjs": "11.0.0",
48+
"@rollup/plugin-node-resolve": "7.0.0",
49+
"babel-eslint": "10.0.3",
50+
"babel-jest": "24.9.0",
51+
"babel-polyfill": "6.26.0",
52+
"coveralls": "3.0.7",
5353
"eslint": "6.8.0",
5454
"eslint-config-prettier": "6.9.0",
55-
"eslint-plugin-prettier": "^3.1.1",
56-
"eslint-plugin-react": "^7.17.0",
55+
"eslint-plugin-prettier": "3.1.1",
56+
"eslint-plugin-react": "7.17.0",
5757
"husky": "4.0.6",
5858
"jest": "24.9.0",
59-
"lint-staged": "^9.4.2",
60-
"prettier": "^1.19.1",
61-
"rollup": "^1.27.14",
62-
"rollup-plugin-babel": "^4.3.3",
63-
"rollup-plugin-uglify": "^6.0.4",
64-
"sinon": "^8.0.1"
59+
"lint-staged": "9.4.2",
60+
"prettier": "1.19.1",
61+
"rollup": "1.27.14",
62+
"rollup-plugin-babel": "4.3.3",
63+
"rollup-plugin-uglify": "6.0.4",
64+
"sinon": "8.0.1"
6565
},
6666
"lint-staged": {
6767
"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
3-
sonar.projectVersion=1.0.1
3+
sonar.projectVersion=1.0.2
44

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

test-e2e/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"test:vanilla-app": "start-server-and-test mocks:ci-and-start:vanilla-app http-get://localhost:3000 cypress:run"
1717
},
1818
"devDependencies": {
19-
"@testing-library/cypress": "^5.0.2",
19+
"@testing-library/cypress": "5.0.2",
2020
"cypress": "3.8.2",
21-
"start-server-and-test": "^1.10.6"
21+
"start-server-and-test": "1.10.6"
2222
}
2323
}

test-e2e/browser/react-app/package-lock.json

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

test-e2e/browser/react-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"react-app-rewired": "^2.1.5",
33-
"serve": "^11.2.0",
34-
"start-server-and-test": "^1.10.6"
32+
"react-app-rewired": "2.1.5",
33+
"serve": "11.3.0",
34+
"start-server-and-test": "1.10.6"
3535
}
3636
}

test-e2e/browser/serve.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)