Skip to content

Commit

Permalink
Upgraded packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Oct 6, 2023
1 parent e0a374b commit 8dd164d
Show file tree
Hide file tree
Showing 3 changed files with 1,778 additions and 1,187 deletions.
4 changes: 2 additions & 2 deletions docs/examples/system/get.res
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Content-Type: application/json
"nick_version": "2.8.0",
"node_version": "v16.15.0",
"express_version": "4.18.2",
"objection_version": "3.0.1",
"knex_version": "2.4.2",
"objection_version": "3.1.2",
"knex_version": "3.0.1",
"postgres_version": "14.4"
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,45 +54,45 @@
"node": "^16.15.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.8",
"babel-jest": "29.5.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"@babel/eslint-parser": "7.22.15",
"babel-jest": "29.7.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.7.0",
"pofile": "1.1.4",
"prettier": "2.8.8",
"prettier": "3.0.3",
"supertest": "6.3.3"
},
"dependencies": {
"@babel/core": "7.21.8",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.5",
"@formatjs/cli": "6.1.1",
"@formatjs/intl": "2.7.2",
"@babel/core": "7.23.0",
"@babel/node": "7.22.19",
"@babel/plugin-proposal-export-default-from": "7.22.17",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.20",
"@formatjs/cli": "6.2.0",
"@formatjs/intl": "2.9.3",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-add-module-exports": "1.0.4",
"bcrypt": "5.1.0",
"bcrypt": "5.1.1",
"bcrypt-promise": "2.0.0",
"body-parser": "1.20.2",
"du": "1.0.0",
"express": "4.18.2",
"jsonwebtoken": "9.0.0",
"knex": "2.4.2",
"jsonwebtoken": "9.0.2",
"knex": "3.0.1",
"lodash": "4.17.21",
"log4js": "6.9.1",
"mime-types": "2.1.35",
"moment": "2.29.4",
"nodemailer": "6.9.2",
"nodemon": "2.0.22",
"objection": "3.0.1",
"nodemailer": "6.9.5",
"nodemon": "3.0.1",
"objection": "3.1.2",
"objection-table-name": "2.0.2",
"pg": "8.10.0",
"sharp": "0.32.1",
"pg": "8.11.3",
"sharp": "0.32.6",
"slugify": "1.6.6",
"uuid": "9.0.0"
"uuid": "9.0.1"
}
}
Loading

0 comments on commit 8dd164d

Please sign in to comment.