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

Commit f6b89c5

Browse files
authored
Merge pull request #6 from mocks-server/v1.0.4
Use fixed versioning in dependencies
2 parents af32bd9 + 11b8fb2 commit f6b89c5

File tree

4 files changed

+45
-34
lines changed

4 files changed

+45
-34
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.4] - 2019-01-12
14+
### Changed
15+
- Use fixed versioning in dependencies
16+
1317
## [1.0.3] - 2019-01-12
1418
### Changed
1519
- Update dependencies

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-paths",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Api paths of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server-plugin",
@@ -30,21 +30,21 @@
3030
"coveralls": "cat ./coverage/lcov.info | coveralls"
3131
},
3232
"devDependencies": {
33-
"@babel/preset-env": "^7.7.7",
34-
"babel-jest": "^24.9.0",
35-
"coveralls": "^3.0.7",
33+
"@babel/preset-env": "7.7.7",
34+
"babel-jest": "24.9.0",
35+
"coveralls": "3.0.7",
3636
"eslint": "6.8.0",
3737
"eslint-config-prettier": "6.9.0",
38-
"eslint-plugin-prettier": "^3.1.1",
38+
"eslint-plugin-prettier": "3.1.1",
3939
"husky": "4.0.6",
4040
"jest": "24.9.0",
41-
"lint-staged": "^9.4.2",
42-
"prettier": "^1.19.1",
43-
"rollup": "^1.27.14",
44-
"rollup-plugin-babel": "^4.3.3",
45-
"rollup-plugin-commonjs": "^10.1.0",
46-
"rollup-plugin-node-resolve": "^5.2.0",
47-
"rollup-plugin-uglify": "^6.0.4"
41+
"lint-staged": "9.4.2",
42+
"prettier": "1.19.1",
43+
"rollup": "1.27.14",
44+
"rollup-plugin-babel": "4.3.3",
45+
"rollup-plugin-commonjs": "10.1.0",
46+
"rollup-plugin-node-resolve": "5.2.0",
47+
"rollup-plugin-uglify": "6.0.4"
4848
},
4949
"lint-staged": {
5050
"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-paths
3-
sonar.projectVersion=1.0.3
3+
sonar.projectVersion=1.0.4
44

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

0 commit comments

Comments
 (0)