Skip to content

Commit

Permalink
chore(deps): bump prettier to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky committed May 11, 2023
1 parent 0e89802 commit ba01860
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 31 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
},
"devDependencies": {
"babel-preset-carbon": "workspace:^",
"prettier": "^2.7.1"
"prettier": "^2.8.8"
}
}
5 changes: 1 addition & 4 deletions config/prettier-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"access": "public"
},
"peerDependencies": {
"prettier": "^2.1.0"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "2.x"
}
}
2 changes: 1 addition & 1 deletion config/stylelint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"stylelint-scss": "^4.1.0"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"stylelint": "^14.3.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clean": "lerna run clean && lerna clean --yes && rimraf node_modules",
"doctoc": "doctoc --title '## Table of Contents'",
"format": "prettier --cache --write '**/*.{js,md,scss,ts,tsx}' '!**/{build,es,lib,storybook,ts,umd}/**'",
"format:diff": "prettier --cache --list-different '**/*.{js,md,scss,ts,tsx}' '!**/{build,es,lib,storybook,ts,umd}/**' '!packages/components/**'",
"format:diff": "prettier --list-different '**/*.{js,md,scss,ts,tsx}' '!**/{build,es,lib,storybook,ts,umd}/**' '!packages/components/**'",
"lint": "eslint actions config packages www",
"lint:styles": "stylelint '**/*.{css,scss}' --report-needless-disables --report-invalid-scope-disables",
"sync": "carbon-cli sync",
Expand Down Expand Up @@ -70,7 +70,7 @@
"lerna": "^6.0.0",
"lint-staged": "^13.0.0",
"node-gyp": "^7.1.2",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
Expand Down Expand Up @@ -117,15 +117,15 @@
},
"lint-staged": {
"**/*.js": [
"prettier --write",
"prettier --cache --write",
"eslint"
],
"**/*.scss": [
"prettier --write",
"prettier --cache --write",
"stylelint --report-needless-disables --report-invalid-scope-disables --allow-empty-input"
],
"!(*sass).md": [
"prettier --write"
"prettier --cache --write"
]
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"klaw-sync": "^6.0.0",
"lodash.template": "^4.5.0",
"markdown-toc": "^1.2.0",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"prettier-config-carbon": "^0.9.0",
"progress-estimator": "^0.3.0",
"remark": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"js-yaml": "^3.12.1",
"klaw-sync": "^6.0.0",
"memfs": "^3.4.0",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@carbon/cli-reporter": "^10.6.0",
"@carbon/icons": "^11.19.0",
"fs-extra": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^5.0.0",
"prettier": "^2.8.8",
"rollup": "^2.79.1",
"vue": "^2.6.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scss-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"access": "public"
},
"dependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.8"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"react": "^18.2.0",
"resolve": "^1.12.0",
"sass": "^1.51.0",
Expand Down
28 changes: 13 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ __metadata:
klaw-sync: ^6.0.0
lodash.template: ^4.5.0
markdown-toc: ^1.2.0
prettier: ^2.7.1
prettier: ^2.8.8
prettier-config-carbon: ^0.9.0
progress-estimator: ^0.3.0
remark: ^10.0.1
Expand Down Expand Up @@ -1905,7 +1905,7 @@ __metadata:
js-yaml: ^3.12.1
klaw-sync: ^6.0.0
memfs: ^3.4.0
prettier: ^2.7.1
prettier: ^2.8.8
prop-types: ^15.6.2
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -1963,7 +1963,7 @@ __metadata:
"@carbon/icon-helpers": ^10.39.0
"@carbon/icons": ^11.19.0
fs-extra: ^10.0.0
prettier: ^2.7.1
prettier: ^2.8.8
rimraf: ^5.0.0
rollup: ^2.79.1
vue: ^2.6.8
Expand Down Expand Up @@ -2123,7 +2123,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@carbon/scss-generator@workspace:packages/scss-generator"
dependencies:
prettier: ^2.7.1
prettier: ^2.8.8
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2186,7 +2186,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@carbon/test-utils@workspace:packages/test-utils"
dependencies:
prettier: ^2.7.1
prettier: ^2.8.8
react: ^18.2.0
react-dom: ^18.2.0
resolve: ^1.12.0
Expand Down Expand Up @@ -11366,7 +11366,7 @@ __metadata:
lerna: ^6.0.0
lint-staged: ^13.0.0
node-gyp: ^7.1.2
prettier: ^2.7.1
prettier: ^2.8.8
react: ^18.2.0
react-dom: ^18.2.0
rimraf: ^5.0.0
Expand Down Expand Up @@ -15295,7 +15295,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-storybook: ^0.6.10
eslint-restricted-globals: ^0.2.0
prettier: ^2.7.1
prettier: ^2.8.8
peerDependencies:
eslint: ^8.0.0
languageName: unknown
Expand Down Expand Up @@ -26732,10 +26732,8 @@ fsevents@^1.2.7:
"prettier-config-carbon@^0.9.0, prettier-config-carbon@workspace:config/prettier-config-carbon":
version: 0.0.0-use.local
resolution: "prettier-config-carbon@workspace:config/prettier-config-carbon"
dependencies:
prettier: ^2.7.1
peerDependencies:
prettier: ^2.1.0
prettier: 2.x
languageName: unknown
linkType: soft

Expand All @@ -26757,12 +26755,12 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prettier@npm:^2.7.1":
version: 2.7.1
resolution: "prettier@npm:2.7.1"
"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: 55a4409182260866ab31284d929b3cb961e5fdb91fe0d2e099dac92eaecec890f36e524b4c19e6ceae839c99c6d7195817579cdffc8e2c80da0cb794463a748b
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

Expand Down Expand Up @@ -30740,7 +30738,7 @@ fsevents@^1.2.7:
version: 0.0.0-use.local
resolution: "stylelint-config-carbon@workspace:config/stylelint-config-carbon"
dependencies:
prettier: ^2.7.1
prettier: ^2.8.8
stylelint: ^14.3.0
stylelint-a11y: ^1.2.3
stylelint-config-idiomatic-order: ^8.1.0
Expand Down

0 comments on commit ba01860

Please sign in to comment.