Skip to content

Commit 2793b6c

Browse files
author
Cyril CHAPON
committed
Fix and clean dependencies
1 parent d891dac commit 2793b6c

File tree

2 files changed

+17
-1173
lines changed

2 files changed

+17
-1173
lines changed

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,27 @@
3636
},
3737
"homepage": "https://github.com/abelosorio/sequelize_replace_enum_postgres#readme",
3838
"devDependencies": {
39-
"@babel/cli": "^7.1.2",
40-
"@babel/core": "^7.1.2",
41-
"@babel/preset-env": "^7.1.0",
42-
"@babel/register": "^7.0.0",
4339
"@types/chai": "^4.3.3",
4440
"@types/mocha": "^10.0.0",
4541
"@types/node": "^18.11.4",
4642
"@types/sequelize": "^4.28.14",
43+
"@types/sinon": "^10.0.13",
4744
"@typescript-eslint/eslint-plugin": "^5.41.0",
4845
"@typescript-eslint/parser": "^5.41.0",
4946
"babel-eslint": "^10.0.1",
5047
"chai": "^4.1.2",
5148
"eslint": "^8.26.0",
5249
"eslint-config-prettier": "^8.5.0",
5350
"eslint-plugin-prettier": "^4.2.1",
51+
"husky": "^6.0.0",
5452
"mocha": "^10.1.0",
5553
"prettier": "^2.7.1",
5654
"sinon": "^14.0.1",
5755
"ts-node": "^10.9.1",
58-
"typescript": "^4.8.4",
59-
"husky": "^6.0.0"
56+
"typescript": "^4.8.4"
6057
},
6158
"peerDependencies": {
6259
"sequelize": "^6.0.0"
6360
},
64-
"dependencies": {
65-
"@types/sinon": "^10.0.13"
66-
}
61+
"dependencies": {}
6762
}

0 commit comments

Comments
 (0)