Skip to content

Commit

Permalink
Merge branch 'main' into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Oct 26, 2022
2 parents 7f524a5 + 5dc5df3 commit 6973338
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 216 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"sequelize-cli": "./lib/sequelize"
},
"files": [
"lib"
"lib",
"types.d.ts"
],
"dependencies": {
"cli-color": "^2.0.3",
Expand All @@ -20,9 +21,9 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/register": "7.18.9",
"@commitlint/cli": "17.1.2",
"@commitlint/config-angular": "17.1.0",
Expand All @@ -39,8 +40,8 @@
"pg": "latest",
"pg-hstore": "latest",
"prettier": "2.7.1",
"semver": "7.3.7",
"sequelize": "6.23.1",
"semver": "7.3.8",
"sequelize": "6.25.3",
"sqlite3": "latest",
"through2": "4.0.2"
},
Expand Down
Loading

0 comments on commit 6973338

Please sign in to comment.