Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
* Update npms
  • Loading branch information
jgeurts committed Oct 17, 2020
1 parent da0aac3 commit 374b864
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 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.1
* Update npms

### 5.0.0
* Update npms
* Use prettier to format files
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigal",
"version": "5.0.0",
"version": "5.0.1",
"description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -20,23 +20,23 @@
},
"dependencies": {
"@types/lodash": "^4.14.162",
"@types/node": "^14.11.8",
"@types/node": "^14.11.10",
"@types/pg": "^7.14.5",
"lodash": "4.17.20",
"pg": "8.4.1",
"postgres-pool": "3.2.1"
"postgres-pool": "3.2.2"
},
"devDependencies": {
"@types/chai": "4.2.13",
"@types/chai": "4.2.14",
"@types/faker": "5.1.2",
"@types/mocha": "8.0.3",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"chai": "4.2.0",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-airbnb-typescript": "11.0.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-airbnb-typescript": "11.2.1",
"eslint-config-prettier": "6.13.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.6.5",
"eslint-plugin-mocha": "8.0.0",
Expand All @@ -45,8 +45,8 @@
"eslint-plugin-security": "1.4.0",
"faker": "5.1.0",
"husky": "5.0.0-alpha.6",
"lint-staged": "10.4.0",
"mocha": "8.1.3",
"lint-staged": "10.4.2",
"mocha": "8.2.0",
"pinst": "2.0.0",
"prettier": "2.1.2",
"strict-event-emitter-types": "2.0.0",
Expand Down

0 comments on commit 374b864

Please sign in to comment.