Skip to content

Commit 46a2eb7

Browse files
committed
build(dev-deps): bump prettier to latest and reformat files
1 parent 5027b3f commit 46a2eb7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

_everything.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
// update these variables as needed for your app
55
$rmd-theme-primary: $rmd-teal-500,
66
$rmd-theme-secondary: $rmd-pink-a-200,
7-
$rmd-theme-light: true,
7+
$rmd-theme-light: true
88
);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"prebuild": "npm-run-all -p lint typecheck api-docs create-env",
1111
"run-script": "ts-node -T -P tsconfig.node.json",
1212
"create-env": "yarn run-script scripts/createEnv.ts",
13+
"format": "prettier --write \"**/*.{ts,tsx,scss,js,jsx,md,yml,json}\"",
1314
"api-docs": "yarn run-script scripts/typedoc.ts",
1415
"release": "yarn run-script scripts/release.ts",
1516
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
@@ -74,7 +75,7 @@
7475
"lint-staged": "^12.3.2",
7576
"next": "^12.0.9",
7677
"npm-run-all": "^4.1.5",
77-
"prettier": "^2.5.1",
78+
"prettier": "^2.6.0",
7879
"prismjs": "^1.26.0",
7980
"react": "^17.0.2",
8081
"react-dom": "^17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,10 +5737,10 @@ prelude-ls@~1.1.2:
57375737
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
57385738
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
57395739

5740-
prettier@^2.5.1:
5741-
version "2.5.1"
5742-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
5743-
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
5740+
prettier@^2.6.0:
5741+
version "2.6.0"
5742+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
5743+
integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==
57445744

57455745
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.4.6:
57465746
version "27.4.6"

0 commit comments

Comments
 (0)