-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependency @ove-lib/utils to v0.5.0 * Update dependency remark-preset-lint-recommended to v3.0.4 * Update dependency eslint-plugin-node to v11.1.0 * Update jest monorepo * Update dependency lerna to v3.22.1 * Update dependency eslint-plugin-jest to v23.20.0 * Update dependency eslint-plugin-import to v2.22.1 * Update dependency node-fetch to v2.6.1 [SECURITY] * Update remark monorepo * Update dependency eslint-plugin-standard to v4.1.0 * Update dependency json-server to v0.16.3 * Update dependency eslint-config-standard to v16 * Update jest monorepo to v26 * Update dependency http-status-codes to v2 * Update dependency nodemon to v2.0.7 * Update dependency swagger-ui-express to v4.1.6 * Update babel monorepo * Update dependency underscore to v1.13.1 * Update dependency eslint to v7 * Update dependency eslint-plugin-jest to v24 * Adding build:new command for handling babel in new Node and npm versions and updated babel/preset-env to v7.8.7 * Updating renovate/lerna-monorepo * Updating packages to use ove-lib-utils-0.x * Removing build:new * Changing let to const to fix errors in api.js * Minor fixes to move to Node LTS version 14 Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
e46112c
commit 6aa9f99
Showing
6 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: stable | ||
node_js: lts/* | ||
|
||
services: | ||
- docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:10-stretch | ||
FROM node:14-stretch | ||
WORKDIR /usr/src/app | ||
|
||
# Bundle app source | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
"author": "Senaka Fernando <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ove-lib/utils": "0.4.1", | ||
"@ove-lib/utils": "0.5.0", | ||
"cors": "2.8.5", | ||
"express": "4.17.1", | ||
"http-status-codes": "1.4.0" | ||
"http-status-codes": "2.1.4" | ||
}, | ||
"jest": { | ||
"collectCoverageFrom": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters