Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 2, 2024
1 parent 1f71ae6 commit 89e7d56
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 261 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"homepage": "https://github.com/CasparCG/media-scanner",
"scripts": {
"postinstall": "husky",
"dev": "nodemon ./src",
"build": "run build:ts && node tools/build.mjs",
"build:ts": "rimraf dist && tsc -b tsconfig.build.json",
"build-linux-arm64": "node tools/build.mjs linux arm64",
"build-linux-x64": "node tools/build.mjs linux x64",
"build-win32-x64": "node tools/build.mjs win32 x64",
"prepare": "husky install",
"lint:raw": "run eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ext .mts --ext .mjs --ignore-pattern dist",
"lint": "yarn lint:raw .",
"lint-fix": "yarn lint --fix",
Expand All @@ -35,10 +35,10 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"moment": "^2.30.1",
"nconf": "^0.12.1",
"pino": "^8.16.2",
"pino-http": "^8.5.1",
"pino": "^8.18.0",
"pino-http": "^8.6.1",
"pouchdb-node": "^7.3.1",
"recursive-readdir": "^2.2.3",
"rxjs": "^7.8.1",
Expand All @@ -48,22 +48,20 @@
"@sofie-automation/code-standard-preset": "2.5.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/mkdirp": "^2.0.0",
"@types/jest": "^29.5.12",
"@types/nconf": "^0.10.6",
"@types/node": "^18.19.2",
"@types/pino": "^7.0.5",
"@types/node": "^18.19.14",
"@types/pouchdb-node": "^6.1.7",
"@types/recursive-readdir": "^2.2.4",
"@types/xml2js": "^0.4.14",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.1",
"nodemon": "^2.0.22",
"pkg": "5.8.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~4.9.5",
"zip-a-folder": "^1.1.7"
Expand Down
Loading

0 comments on commit 89e7d56

Please sign in to comment.