Skip to content

Commit

Permalink
fix: upgrade prettier (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Aug 4, 2023
1 parent fcf0556 commit c9b7d82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-import": "2.28.0",
"husky": "8.0.3",
"jest": "29.6.2",
"prettier": "3.0.0",
"prettier": "3.0.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down
3 changes: 2 additions & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import i18n from 'i18next';
import { en, fr, de, it, ar, namespaces } from './langs';

import { ar, de, en, fr, it, namespaces } from './langs';

export const DEFAULT_LANG = 'en';

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ __metadata:
husky: 8.0.3
i18next: 22.4.15
jest: 29.6.2
prettier: 3.0.0
prettier: 3.0.1
ts-jest: 29.1.1
ts-node: 10.9.1
typescript: 5.1.6
Expand Down Expand Up @@ -5153,12 +5153,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.1":
version: 3.0.1
resolution: "prettier@npm:3.0.1"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
checksum: e1f3f16c7fe0495de3faa182597871f74927d787cce3c52095a66ff5d7eacc05173371d5f58bf12141a0a1b6bfe739a338531d6cf18b92c7256c1319f2c84e73
languageName: node
linkType: hard

Expand Down

0 comments on commit c9b7d82

Please sign in to comment.