Files
directus/packages/update-check/package.json
dependabot[bot] cba149e16e Bump @types/node from 18.19.42 to 18.19.43 (#23186)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.42 to 18.19.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 09:47:21 +02:00

48 lines
1.1 KiB
JSON

{
"name": "@directus/update-check",
"version": "11.0.10",
"description": "Check if an update for Directus is available",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/update-check"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format=esm --dts",
"dev": "tsup src/index.ts --format=esm --dts --watch",
"test": "vitest --watch=false"
},
"dependencies": {
"axios": "1.7.3",
"axios-cache-interceptor": "1.5.3",
"boxen": "7.1.1",
"chalk": "5.3.0",
"find-cache-dir": "5.0.0",
"semver": "7.6.2"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@npm/types": "1.0.2",
"@types/node": "18.19.43",
"@types/semver": "7.5.8",
"@vitest/coverage-v8": "1.5.3",
"strip-ansi": "7.1.0",
"tsup": "8.2.2",
"typescript": "5.4.5",
"vitest": "1.5.3"
}
}