Skip to content

Commit

Permalink
Patch Tuesday Additions 🐸🐸 (#16878)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Dec 22, 2022
1 parent 6641493 commit ad62e63
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 532 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@authenio/samlify-node-xmllint": "2.0.0",
"@aws-sdk/client-ses": "3.235.0",
"@aws-sdk/client-ses": "3.236.0",
"@directus/app": "workspace:*",
"@directus/extensions-sdk": "workspace:*",
"@directus/format-title": "9.15.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"micromustache": "8.0.3",
"mime-types": "2.1.35",
"ms": "2.1.3",
"nanoid": "3.1.23",
"nanoid": "3.3.4",
"node-cron": "3.0.2",
"node-machine-id": "1.1.12",
"nodemailer": "6.8.0",
Expand Down Expand Up @@ -216,7 +216,7 @@
},
"optionalDependencies": {
"@keyv/redis": "2.5.4",
"keyv-memcache": "1.2.5",
"keyv-memcache": "1.3.3",
"memcached": "2.2.2",
"mysql": "2.18.1",
"nodemailer-mailgun-transport": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"typescript": "4.9.4",
"vite": "4.0.3",
"vite-plugin-vue-markdown": "0.22.1",
"vitest": "0.26.2",
"vitest": "0.25.8",
"vue": "3.2.45",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
Expand Down
12 changes: 0 additions & 12 deletions packages/shared/jest.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions packages/shared/vitest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
deps: {
interopDefault: true,
},
},
});
6 changes: 3 additions & 3 deletions packages/specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"validate": "swagger-cli validate src/openapi.yaml"
},
"dependencies": {
"openapi3-ts": "3.1.1"
"openapi3-ts": "3.1.2"
},
"devDependencies": {
"npm-watch": "0.11.0",
"openapi-types": "12.0.2",
"openapi-types": "12.1.0",
"swagger-cli": "4.0.4",
"swagger-ui-watcher": "2.1.12"
"swagger-ui-watcher": "2.1.13"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-driver-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@aws-sdk/abort-controller": "3.226.0",
"@aws-sdk/client-s3": "3.235.0",
"@aws-sdk/lib-storage": "3.235.0",
"@aws-sdk/client-s3": "3.236.0",
"@aws-sdk/lib-storage": "3.236.0",
"@directus/storage": "workspace:*",
"@directus/utils": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"devDependencies": {
"@directus/tsconfig": "0.0.6",
"@ngneat/falso": "6.3.0",
"@vitest/coverage-c8": "0.25.3",
"typescript": "4.9.3",
"vitest": "0.25.3"
"@ngneat/falso": "6.3.2",
"@vitest/coverage-c8": "0.26.2",
"typescript": "4.9.4",
"vitest": "0.26.2"
}
}

0 comments on commit ad62e63

Please sign in to comment.