Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 #747

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
},
"include": ["src"]
"include": ["src"],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.2.2"
"prettier": "3.2.4"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "6.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/hawtio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@hawtiosrc/*": ["src/*"]
"@hawtiosrc/*": ["src/*"],
},
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand All @@ -20,8 +20,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
},
"include": ["src"],
"exclude": ["src/hawtio/**/ignore/**"]
"exclude": ["src/hawtio/**/ignore/**"],
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ __metadata:
eslint-config-react-app: "npm:^7.0.1"
eslint-plugin-import: "npm:^2.26.0"
eslint-plugin-react-hooks: "npm:^4.6.0"
prettier: "npm:3.2.2"
prettier: "npm:3.2.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15895,12 +15895,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.2":
version: 3.2.2
resolution: "prettier@npm:3.2.2"
"prettier@npm:3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
bin:
prettier: bin/prettier.cjs
checksum: ab9470ff6cfd19f28bc424f22e58f2fc4a488d148b9384f6c3739235017c8350cae82b3697392c23d9b098b9d8dfaa1cc9ff4ef25fd45f54c97b95f9cc7a1f7d
checksum: e2b735d0552501b3a7ac8bd3ba3b6de2920bb35bd4cd02d08cb9057ebe3e96d83b9a7e4b903d987b7530a50223b12c74d107c154337236ae2c68156ba1e65cd2
languageName: node
linkType: hard

Expand Down
Loading