Update packages

This commit is contained in:
Jesse Wierzbinski 2023-11-28 12:04:18 -10:00
parent 6c57efae31
commit d110e42ad8
No known key found for this signature in database
2 changed files with 17 additions and 17 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -46,41 +46,41 @@
"@prisma/client" "@prisma/client"
], ],
"devDependencies": { "devDependencies": {
"@julr/unocss-preset-forms": "^0.0.5", "@julr/unocss-preset-forms": "^0.1.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/html-to-text": "^9.0.3", "@types/html-to-text": "^9.0.4",
"@types/jsonld": "^1.5.9", "@types/jsonld": "^1.5.13",
"@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.6.0", "@typescript-eslint/parser": "^6.13.1",
"@unocss/cli": "^0.55.7", "@unocss/cli": "^0.57.7",
"activitypub-types": "^1.0.3", "activitypub-types": "^1.0.3",
"bun-types": "latest", "bun-types": "latest",
"eslint": "^8.49.0", "eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-formatter-pretty": "^5.0.0", "eslint-formatter-pretty": "^6.0.0",
"eslint-formatter-summary": "^1.1.0", "eslint-formatter-summary": "^1.1.0",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3", "prettier": "^3.1.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"unocss": "^0.55.7" "unocss": "^0.57.7"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.0.0" "typescript": "^5.3.2"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.429.0", "@aws-sdk/client-s3": "^3.461.0",
"@prisma/client": "^5.6.0", "@prisma/client": "^5.6.0",
"blurhash": "^2.0.5", "blurhash": "^2.0.5",
"bullmq": "^4.14.2", "bullmq": "^4.14.4",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"ip-matching": "^2.1.2", "ip-matching": "^2.1.2",
"iso-639-1": "^3.1.0", "iso-639-1": "^3.1.0",
"isomorphic-dompurify": "^1.9.0", "isomorphic-dompurify": "^1.10.0",
"jsonld": "^8.3.1", "jsonld": "^8.3.1",
"marked": "^9.1.2", "marked": "^9.1.2",
"prisma": "latest", "prisma": "^5.6.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"sharp": "^0.33.0-rc.2" "sharp": "^0.33.0-rc.2"
} }