Skip to content

Commit

Permalink
version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Nov 16, 2020
1 parent 6db2dca commit efd9273
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-orm",
"version": "3.1.0",
"version": "3.1.1",
"description": "koa orm using sequelize & sk2",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -27,18 +27,18 @@
},
"homepage": "https://github.com/d-band/koa-orm#readme",
"dependencies": {
"sequelize": "^6.3.0",
"sk2": "^1.1.1"
"sequelize": "^6.3.5",
"sk2": "^1.1.2"
},
"devDependencies": {
"@types/koa": "^2.11.3",
"@types/koa": "^2.11.6",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"koa": "^2.13.0",
"mocha": "^8.0.1",
"mysql2": "^2.0.0",
"mocha": "^8.2.1",
"mysql2": "^2.2.5",
"nyc": "^15.1.0",
"supertest": "^4.0.2"
"supertest": "^6.0.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit efd9273

Please sign in to comment.