feat(core): update prettier to v2.1.2
This commit is contained in:
parent
41ad265426
commit
e3f318cde3
@ -4,7 +4,6 @@
|
||||
- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest)
|
||||
- Run migrations (e.g., nx migrate --run-migrations=migrations.json)
|
||||
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
nx migrate
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest)
|
||||
- Run migrations (e.g., nx migrate --run-migrations=migrations.json)
|
||||
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
nx migrate
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest)
|
||||
- Run migrations (e.g., nx migrate --run-migrations=migrations.json)
|
||||
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
nx migrate
|
||||
|
||||
@ -190,7 +190,7 @@
|
||||
"postcss-import": "12.0.1",
|
||||
"postcss-loader": "3.0.0",
|
||||
"precise-commits": "1.0.2",
|
||||
"prettier": "2.0.4",
|
||||
"prettier": "2.1.2",
|
||||
"pretty-quick": "^2.0.1",
|
||||
"protractor": "5.4.3",
|
||||
"raw-loader": "3.1.0",
|
||||
|
||||
@ -782,6 +782,15 @@
|
||||
"alwaysAddToPackageJson": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"10.4.0": {
|
||||
"version": "10.4.0-beta.1",
|
||||
"packages": {
|
||||
"prettier": {
|
||||
"version": "2.1.2",
|
||||
"alwaysAddToPackageJson": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@ export const nxVersion = '*';
|
||||
|
||||
export const angularCliVersion = '~10.1.3';
|
||||
export const typescriptVersion = '~4.0.3';
|
||||
export const prettierVersion = '2.0.4';
|
||||
export const prettierVersion = '2.1.2';
|
||||
export const typescriptESLintVersion = '4.3.0';
|
||||
export const eslintVersion = '7.10.0';
|
||||
export const eslintConfigPrettierVersion = '6.0.0';
|
||||
|
||||
@ -18265,10 +18265,10 @@ prepend-http@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
||||
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
||||
|
||||
prettier@2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
|
||||
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
|
||||
prettier@2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
|
||||
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
|
||||
|
||||
pretty-bytes@5.3.0:
|
||||
version "5.3.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user