Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 17, 2021
1 parent d4be69a commit a5a1c8b
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Expand Up @@ -181,6 +181,6 @@
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"ts-node-dev": "1.1.6",
"typescript": "4.3.2"
"typescript": "4.3.3"
}
}
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -81,7 +81,7 @@
"rimraf": "3.0.2",
"sass": "1.35.1",
"tinymce": "5.8.1",
"typescript": "4.3.2",
"typescript": "4.3.3",
"vite": "2.3.7",
"vue": "3.1.1",
"vue-i18n": "9.1.6",
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -88,7 +88,7 @@
"rimraf": "3.0.2",
"ts-jest": "27.0.3",
"ts-node": "10.0.0",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}
2 changes: 1 addition & 1 deletion packages/drive-azure/package.json
Expand Up @@ -48,7 +48,7 @@
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"ts-jest": "27.0.3",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/drive-gcs/package.json
Expand Up @@ -47,7 +47,7 @@
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"ts-jest": "27.0.3",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/drive-s3/package.json
Expand Up @@ -49,7 +49,7 @@
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"ts-jest": "27.0.3",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/drive/package.json
Expand Up @@ -57,6 +57,6 @@
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"ts-jest": "27.0.3",
"typescript": "4.3.2"
"typescript": "4.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/format-title/package.json
Expand Up @@ -41,7 +41,7 @@
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/directus/directus#readme",
"devDependencies": {
"npm-watch": "0.10.0",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"dependencies": {
"knex-schema-inspector": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Expand Up @@ -66,7 +66,7 @@
"rollup-plugin-typescript2": "0.30.0",
"ts-jest": "27.0.3",
"ts-node": "10.0.0",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}

0 comments on commit a5a1c8b

Please sign in to comment.