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

Commit 1913d3c

Browse files
committed
chore(dependencies): Update dependencies
1 parent 44457fa commit 1913d3c

File tree

8 files changed

+129
-178
lines changed

8 files changed

+129
-178
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+
## [1.0.1] - 2020-01-12
14+
### Changed
15+
- Update dependencies
16+
1317
## [1.0.0] - 2019-12-24
1418
### Added
1519
- First release

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
22

3-
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
3+
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/admin-api-client.svg)](https://greenkeeper.io/) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
44

55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

77

88
# Mocks-server administration api client
99

10-
[![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/admin-api-client.svg)](https://greenkeeper.io/)
11-
1210
This package contains methods for administrating the mocks-server _(through the [@mocks-server/plugin-admin-api](https://github.com/mocks-server/plugin-admin-api) RESTful API)_.
1311

1412
Built using [@data-provider](https://github.com/data-provider), it can be used in Node.js, browsers, and is also compatible with @data-provider connectors, such as [@data-provider/connector-react](https://github.com/data-provider/connector-react), so can be easily integrated with frameworks.

package-lock.json

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

package.json

Lines changed: 3 additions & 3 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.0",
3+
"version": "1.0.1",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server-plugin",
@@ -38,8 +38,8 @@
3838
"@data-provider/core": "^1.7.0"
3939
},
4040
"dependencies": {
41-
"@data-provider/axios": "^1.5.0",
42-
"@mocks-server/admin-api-paths": "^1.0.2"
41+
"@data-provider/axios": "^1.6.0",
42+
"@mocks-server/admin-api-paths": "^1.0.3"
4343
},
4444
"devDependencies": {
4545
"@babel/preset-env": "^7.7.7",

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

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

0 commit comments

Comments
 (0)