Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Oct 12, 2023
1 parent d67d574 commit e3b8f4c
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 70 deletions.
123 changes: 62 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
},
"devDependencies": {
"@octokit/types": "9.2.3",
"@types/jquery": "3.5.16",
"@types/jquery": "3.5.22",
"@types/ejs": "3.1.3",
"@types/koa": "2.13.9",
"@types/koa-router": "7.4.5",
"@types/pg": "8.10.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"ajv": "8.12.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "5.0.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"nodemon": "3.0.1",
"@types/pixelmatch": "5.2.4",
"pixelmatch": "5.3.0",
"@types/pngjs": "6.0.1",
"@types/pngjs": "6.0.2",
"prettier": "3.0.3",
"source-map-support": "0.5.21",
"terser": "5.19.0",
"terser": "5.21.0",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"typescript-json-schema": "0.58.1"
"typescript": "5.2.2",
"typescript-json-schema": "0.61.0"
},
"jest": {
"preset": "ts-jest/presets/default-esm",
Expand Down

0 comments on commit e3b8f4c

Please sign in to comment.