Skip to content

Commit

Permalink
Bump types / ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 26, 2024
1 parent d631afe commit d3b161c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 866 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@sentry/node": "^6.4.1",
"@sentry/tracing": "^6.4.1",
"@types/better-sqlite3": "^7.6.12",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.17.13",
"@types/node": "22.9.4",
"@types/promise-retry": "^1.1.3",
"@types/promise-timeout": "^1.3.0",
"@types/signale": "^1.4.4",
"@types/promise-retry": "^1.1.6",
"@types/promise-timeout": "^1.3.3",
"@types/signale": "^1.4.7",
"async-mutex": "^0.3.0",
"better-sqlite3": "^11.5.0",
"ip-address": "^7.0.1",
Expand All @@ -55,9 +55,9 @@
},
"devDependencies": {
"@evanpurkhiser/eslint-config": "^0.25.0",
"@types/jest": "^29.2.0",
"@types/stream-buffers": "^3.0.4",
"@types/webpack": "^5.28.0",
"@types/jest": "^29.5.14",
"@types/stream-buffers": "^3.0.7",
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^2.5.3",
"eslint": "^9.15.0",
"jest": "^29.7.0",
Expand All @@ -69,7 +69,7 @@
"stream-buffers": "^3.0.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts-patch": "^2.0.2",
"typedoc": "^0.23.17",
"typedoc-plugin-missing-exports": "^1.0.0",
Expand Down
Loading

0 comments on commit d3b161c

Please sign in to comment.