Skip to content

Commit

Permalink
Update dependency prettier to ^3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 53195ef commit 7f58463
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion packages/@theemo/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint": "^8.57.1",
"glob": "^11.0.0",
"memfs": "^4.15.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/node": "^22.10.2",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@gossi/config-prettier": "^0.9.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/style-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint": "^8.57.1",
"jsonpath": "1.1.1",
"mock-fs": "5.4.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"style-dictionary": "3.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@swc/core": "1.10.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/@theemo/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/lodash.merge": "^4.6.9",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion testing/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^22.10.2",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "5.7.2"
}
}

0 comments on commit 7f58463

Please sign in to comment.