chore: upgrade dependencies (#8534)

* chore: upgrade dependencies

* FIxes

* Bump again
This commit is contained in:
Joshua Chen 2023-01-10 13:23:16 -05:00 committed by GitHub
parent 64c6b5c100
commit e8a07633ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 3126 additions and 3144 deletions

View file

@ -28,10 +28,10 @@
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"semver": "^7.3.7",
"semver": "^7.3.8",
"shelljs": "^0.8.5",
"supports-color": "^9.2.3",
"tslib": "^2.4.0"
"supports-color": "^9.3.1",
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/supports-color": "^8.1.1"

View file

@ -197,7 +197,7 @@ function isValidGitRepoUrl(gitRepoUrl: string): boolean {
}
const gitStrategies = ['deep', 'shallow', 'copy', 'custom'] as const;
type GitStrategy = typeof gitStrategies[number];
type GitStrategy = (typeof gitStrategies)[number];
async function getGitCommand(gitStrategy: GitStrategy): Promise<string> {
switch (gitStrategy) {

View file

@ -26,7 +26,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.0-alpha.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
"typescript": "^4.9.4"
},
"browserslist": {
"production": [

View file

@ -26,17 +26,17 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.23.0",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.7",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"stylelint": "^14.11.0"
"prettier": "^2.8.2",
"stylelint": "^14.16.1"
},
"browserslist": {
"production": [