Skip to content

Commit

Permalink
Release v5.0.3
Browse files Browse the repository at this point in the history
* Update npms
  • Loading branch information
jgeurts committed Dec 4, 2020
1 parent 28b5e85 commit c820d59
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 31 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.3
* Update npms

### 5.0.2
* Update npms

Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigal",
"version": "5.0.2",
"version": "5.0.3",
"description": "A fast and lightweight orm for postgres and node.js, written in typescript.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -20,39 +20,39 @@
},
"dependencies": {
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"@types/pg": "^7.14.6",
"@types/node": "^14.14.10",
"@types/pg": "^7.14.7",
"lodash": "4.17.20",
"pg": "8.5.0",
"postgres-pool": "3.2.3"
"pg": "8.5.1",
"postgres-pool": "^3.2.4"
},
"devDependencies": {
"@types/chai": "4.2.14",
"@types/faker": "5.1.4",
"@types/mocha": "8.0.3",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"chai": "4.2.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.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-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.5"
"@types/chai": "^4.2.14",
"@types/faker": "^5.1.5",
"@types/mocha": "^8.0.4",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"chai": "^4.2.0",
"eslint": "^7.14.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.7.8",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"faker": "^5.1.0",
"husky": "^5.0.4",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"pinst": "^2.1.1",
"prettier": "^2.2.1",
"strict-event-emitter-types": "^2.0.0",
"ts-mockito": "^2.6.1",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit c820d59

Please sign in to comment.