|
8 | 8 | "build:demo": "storybook build -o ./demo", |
9 | 9 | "format": "prettier-package-json --write && yarn format:package_json --write && yarn format:js --write && yarn format:md --write", |
10 | 10 | "format:all": "prettier-package-json --list-different && yarn format:package_json --list-different && yarn format:js --check && yarn format:md --check", |
11 | | - "format:js": "prettier --loglevel warn '{packages,utils}/**/*.{js,mjs,ts,tsx}' '!packages/.template' '!packages/**/dist/**'", |
12 | | - "format:md": "prettier --loglevel warn 'packages/**/*.{md,mdx}'", |
| 11 | + "format:js": "prettier --log-level warn '{packages,utils}/**/*.{js,mjs,ts,tsx}' '!packages/.template' '!packages/**/dist/**'", |
| 12 | + "format:md": "prettier --log-level warn 'packages/**/*.{md,mdx}'", |
13 | 13 | "format:package_json": "lerna exec -- prettier-package-json", |
14 | 14 | "postinstall": "husky install && lerna bootstrap", |
15 | 15 | "lint": "yarn lint:css && yarn lint:js && yarn lint:md", |
|
79 | 79 | "coveralls": "3.1.1", |
80 | 80 | "envalid": "7.3.1", |
81 | 81 | "eslint": "8.46.0", |
82 | | - "eslint-config-prettier": "8.10.0", |
| 82 | + "eslint-config-prettier": "9.0.0", |
83 | 83 | "eslint-plugin-garden-local": "file:./utils/eslint", |
84 | 84 | "eslint-plugin-jest": "27.2.3", |
85 | 85 | "eslint-plugin-jsx-a11y": "6.7.1", |
|
102 | 102 | "ora": "7.0.1", |
103 | 103 | "pluralize": "8.0.0", |
104 | 104 | "postcss-styled-syntax": "0.4.0", |
105 | | - "prettier": "2.8.8", |
| 105 | + "prettier": "3.0.1", |
106 | 106 | "prettier-package-json": "2.8.0", |
107 | 107 | "qs": "6.11.2", |
108 | 108 | "react": "17.0.2", |
|
0 commit comments