Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent 2aa732d commit 8dcfb01
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 28 deletions.
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"moment": "^2.29.4",
"msw": "0.49.3",
"omit-empty-es": "1.1.3",
"prettier": "2.8.8",
"prettier": "3.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^6.4.2",
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"moment": "^2.29.4",
"msw": "0.49.3",
"omit-empty-es": "1.1.3",
"prettier": "2.8.8",
"prettier": "3.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"postcss": "8.4.23",
"postcss-load-config": "3.1.4",
"postcss-modules": "4.3.1",
"prettier": "2.8.8",
"prettier": "3.0.0",
"puppeteer": "20.2.0",
"qss": "2.0.3",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cac": "6.7.14",
"glob": "8.1.0",
"jscodeshift": "0.15.0",
"prettier": "2.8.8"
"prettier": "3.0.0"
},
"devDependencies": {
"@commercetools-frontend/application-components": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cac": "6.7.14",
"execa": "5.1.1",
"listr2": "5.0.8",
"prettier": "2.8.8",
"prettier": "3.0.0",
"semver": "7.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.1",
"prettier": "^2.8.4",
"prettier": "^3.0.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"postcss-import": "14.1.0",
"postcss-loader": "6.2.1",
"postcss-reporter": "7.0.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"prompts": "^2.4.2",
"querystring-es3": "^0.2.1",
"react-dev-utils": "12.0.1",
Expand Down
45 changes: 25 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@svgr/cli": "6.5.1",
"gatsby-plugin-pnpm": "1.2.10",
"linkinator": "5.0.1",
"prettier": "2.8.8",
"prettier": "3.0.0",
"start-server-and-test": "2.0.0"
}
}

0 comments on commit 8dcfb01

Please sign in to comment.