Skip to content

Commit

Permalink
Development (#182)
Browse files Browse the repository at this point in the history
* 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

* Update dependency eslint-plugin-promise to v5

* Update dependency lerna to v4

* Update dependency supertest to v6

* Update babel monorepo

* Update dependency eslint-plugin-import to v2.23.3

* Update dependency eslint to v7.27.0

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bcd00 and renovate-bot authored May 26, 2021
1 parent 6aa9f99 commit f616c3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"start:dev": "lerna run start:dev"
},
"devDependencies": {
"@babel/cli": "7.13.16",
"@babel/cli": "7.14.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.6.3",
"eslint": "7.25.0",
"eslint": "7.27.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "4.1.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"lerna": "4.0.0",
"remark": "13.0.0",
"remark-preset-lint-recommended": "5.0.0",
"rimraf": "3.0.2",
"supertest": "4.0.2"
"supertest": "6.1.3"
}
}
18 changes: 9 additions & 9 deletions packages/ove-service-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@
"yamljs": "0.3.0"
},
"devDependencies": {
"@babel/cli": "7.13.16",
"@babel/core": "7.13.16",
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.15",
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
"@babel/plugin-proposal-decorators": "7.14.2",
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
"@babel/plugin-proposal-function-sent": "7.12.13",
"@babel/plugin-proposal-json-strings": "7.13.8",
"@babel/plugin-proposal-numeric-separator": "7.12.13",
"@babel/plugin-proposal-json-strings": "7.14.2",
"@babel/plugin-proposal-numeric-separator": "7.14.2",
"@babel/plugin-proposal-throw-expressions": "7.12.13",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.13.15",
"@babel/preset-env": "7.14.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.6.3",
"benchmark": "2.1.4",
"eslint": "7.25.0",
"eslint": "7.27.0",
"eslint-plugin-jest": "24.3.6",
"jest": "26.6.3",
"jest-coverage-badges": "1.1.2",
"json-server": "0.16.3",
"microtime": "3.0.0",
"nodemon": "2.0.7",
"supertest": "4.0.2",
"supertest": "6.1.3",
"sync-request": "6.1.0"
},
"jest": {
Expand Down

0 comments on commit f616c3d

Please sign in to comment.