Skip to content

Commit

Permalink
Bump prettier from 3.0.0 to 3.0.3 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 7104e53 commit 7d74919
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"vite": "^4.4.6",
Expand Down
2 changes: 1 addition & 1 deletion jobrunner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild": "^0.18.16",
"eslint": "latest",
"glob": "^10.3.3",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vitest": "^0.34.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"danger": "^11.2.8",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"scripts": {
"lint": "yarn workspaces foreach run lint",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dotenv-flow": "^3.2.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"shelljs": "^0.8.5",
"tailwindcss": "^3.3.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5793,7 +5793,7 @@ __metadata:
loglevel-plugin-prefix: ^0.8.4
obs-websocket-js: ^5.0.3
postcss: ^8.4.27
prettier: ^3.0.0
prettier: ^3.0.3
prettier-plugin-tailwindcss: ^0.4.1
qs: ^6.11.2
react: ^18.2.0
Expand Down Expand Up @@ -5837,7 +5837,7 @@ __metadata:
loglevel: ^1.8.1
loglevel-plugin-prefix: ^0.8.4
p-event: ^6.0.0
prettier: ^3.0.0
prettier: ^3.0.3
tsx: ^3.12.7
typescript: ^5.1.6
vitest: ^0.34.3
Expand Down Expand Up @@ -5886,7 +5886,7 @@ __metadata:
lodash: ^4.17.21
next: ^13.4.19
postcss: ^8.4.27
prettier: ^3.0.0
prettier: ^3.0.3
prettier-plugin-tailwindcss: ^0.4.1
react: 18.3.0-canary-9377e1010-20230712
react-beautiful-dnd: ^13.1.1
Expand Down Expand Up @@ -12522,12 +12522,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

Expand Down Expand Up @@ -13411,7 +13411,7 @@ __metadata:
danger: ^11.2.8
husky: ^8.0.3
lint-staged: ^14.0.1
prettier: ^3.0.0
prettier: ^3.0.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7d74919

Please sign in to comment.