Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Jun 3, 2023
1 parent 5b9d20f commit 291de0b
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 686 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@
"url": "https://github.com/Tomas2D/knex-firebird-dialect/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"debug": "^4.1.1",
"@babel/runtime": "^7.22.3",
"debug": "^4.3.4",
"get-stream": "^6.0.1",
"lodash": "^4.17.15"
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.0.1",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "8.0.3",
"jest": "^29.0.1",
"knex": "^2.2.0",
"node-firebird": "^1.1.1",
"prettier": "^2.2.1"
"jest": "^29.5.0",
"knex": "^2.4.2",
"node-firebird": "^1.1.5",
"prettier": "^2.8.8"
},
"peerDependencies": {
"knex": ">=0.95.15",
"node-firebird": "^1.1.1"
"node-firebird": "^1.1.5"
},
"resolutions": {
"set-value": ">=4.0.1"
Expand Down
Loading

0 comments on commit 291de0b

Please sign in to comment.