Skip to content

Commit

Permalink
Release v5.0.2
Browse files Browse the repository at this point in the history
* Update npms
  • Loading branch information
jgeurts committed Nov 10, 2020
1 parent 374b864 commit 28b5e85
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 5.0.2
* Update npms

### 5.0.1
* Update npms

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigal",
"version": "5.0.1",
"version": "5.0.2",
"description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -19,40 +19,40 @@
"node": ">=10"
},
"dependencies": {
"@types/lodash": "^4.14.162",
"@types/node": "^14.11.10",
"@types/pg": "^7.14.5",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"@types/pg": "^7.14.6",
"lodash": "4.17.20",
"pg": "8.4.1",
"postgres-pool": "3.2.2"
"pg": "8.5.0",
"postgres-pool": "3.2.3"
},
"devDependencies": {
"@types/chai": "4.2.14",
"@types/faker": "5.1.2",
"@types/faker": "5.1.4",
"@types/mocha": "8.0.3",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"chai": "4.2.0",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-airbnb-typescript": "11.2.1",
"eslint-config-prettier": "6.13.0",
"eslint": "7.13.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.6.5",
"eslint-plugin-jsdoc": "30.7.7",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-security": "1.4.0",
"faker": "5.1.0",
"husky": "5.0.0-alpha.6",
"lint-staged": "10.4.2",
"mocha": "8.2.0",
"husky": "5.0.0-beta.0",
"lint-staged": "10.5.1",
"mocha": "8.2.1",
"pinst": "2.0.0",
"prettier": "2.1.2",
"strict-event-emitter-types": "2.0.0",
"ts-mockito": "2.6.1",
"ts-node": "9.0.0",
"typescript": "4.0.3"
"typescript": "4.0.5"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 28b5e85

Please sign in to comment.