mirror of
https://github.com/knex/knex.git
synced 2025-12-27 23:18:41 +00:00
package.json changes made by npm@7.6.1 (#4348)
This commit is contained in:
parent
8c2a25213b
commit
225fab7f9d
@ -57,11 +57,11 @@
|
||||
"tildify": "2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tedious": "^11.0.5",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^2.2.5",
|
||||
"pg": "^8.5.1",
|
||||
"sqlite3": "^5.0.0"
|
||||
"sqlite3": "^5.0.0",
|
||||
"tedious": "^11.0.5"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"tedious": {
|
||||
@ -88,7 +88,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.28",
|
||||
"JSONStream": "^1.3.5",
|
||||
"chai": "^4.3.3",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-subset-in-order": "^2.1.4",
|
||||
@ -101,6 +100,7 @@
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"husky": "^4.3.8",
|
||||
"jake": "^8.1.1",
|
||||
"JSONStream": "^1.3.5",
|
||||
"lint-staged": "^10.5.4",
|
||||
"mocha": "^8.3.0",
|
||||
"mock-fs": "^4.13.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user