diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558acd59..0c1a3306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [14.x] os: [ubuntu-latest, windows-latest, macOS-latest] # exclude: # - os: windows-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index f2471235..ccbb05bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-alpha.5](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-11-07) + ## [2.0.0-alpha.4](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2020-09-28) ## [2.0.0-alpha.3](https://github.com/HospitalRun/hospitalrun-server/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2020-09-01) diff --git a/package.json b/package.json index 786dcede..7078087d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/server", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "HospitalRun Node.js server", "main": "dist", "repository": { @@ -30,28 +30,28 @@ "author": "Maksim Sinik ", "license": "MIT", "dependencies": { - "fastify": "~3.4.1", - "fastify-autoload": "~3.1.0", + "fastify": "~3.7.0", + "fastify-autoload": "~3.3.0", "fastify-blipp": "~3.0.0", "fastify-http-proxy": "~4.0.2", - "fastify-plugin": "~2.3.3", + "fastify-plugin": "~3.0.0", "make-promises-safe": "~5.1.0", - "nano": "~8.2.1", + "nano": "~9.0.0", "qs": "~6.9.1", "require-from-string": "~2.0.2", "fastify-cors": "~4.1.0", "fastify-gql": "~5.8.1", "fastify-helmet": "~5.0.1", "fastify-no-icon": "~4.0.0", - "graphql-tools": "~6.2.0" + "graphql-tools": "~7.0.0" }, "devDependencies": { - "@commitlint/cli": "~9.1.2", + "@commitlint/cli": "~11.0.0", "@commitlint/config-conventional": "~11.0.0", "@commitlint/prompt": "~11.0.0", "@types/glob": "~7.1.1", "@types/mkdirp": "~1.0.0", - "@types/node": "~14.11.1", + "@types/node": "~14.14.2", "@types/qs": "6.9.5", "@types/require-from-string": "~1.2.0", "@types/sade": "~1.7.0", @@ -66,12 +66,12 @@ "cz-conventional-changelog": "~3.3.0", "dotenv": "~8.2.0", "eslint": "~6.8.0", - "eslint-config-prettier": "~6.12.0", + "eslint-config-prettier": "~6.15.0", "eslint-plugin-import": "~2.22.0", "eslint-plugin-prettier": "~3.1.0", "glob": "~7.1.6", "husky": "~4.3.0", - "lint-staged": "~10.4.0", + "lint-staged": "~10.5.0", "mkdirp": "~1.0.3", "nodemon": "~2.0.0", "npm-run-all": "~4.1.5",