Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kubijo committed Oct 22, 2024
1 parent beebc93 commit d94b800
Show file tree
Hide file tree
Showing 7 changed files with 1,280 additions and 768 deletions.
6 changes: 6 additions & 0 deletions .idea/git_toolbox_blame.xml

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

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ default:

.PHONY: format
format:
yarn biome check --apply .
yarn run biome migrate --write
yarn biome check --write .

.PHONY: checkPoFiles
checkPoFiles:
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "locale",
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.1",
"type": "module",
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.7.6",
"@formatjs/icu-messageformat-parser": "2.8.0",
"pofile": "^1.1.4",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"zx": "^7.2.3"
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"zx": "^8.1.9"
},
"devDependencies": {
"@biomejs/biome": "1.6.2",
"@types/node": "^20.11.30"
"@biomejs/biome": "1.9.4",
"@types/node": "^22.7.8"
}
}
Loading

0 comments on commit d94b800

Please sign in to comment.