Skip to content

Commit

Permalink
feat: update GI data v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Apr 22, 2024
1 parent cc4edda commit d6fbc94
Show file tree
Hide file tree
Showing 3,167 changed files with 65,760 additions and 6,751 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "pnpm clean:dist && pnpm build:lib && pnpm build:types",
"generate": "node ./scripts/generate.js",
"check-missing": "pnpm generate && pnpm build && node ./scripts/check-missing.js",
"format-data": "prettier --loglevel warn --write \"src/data/**/*.json\"",
"format-data": "prettier --log-level warn --write \"src/data/**/*.json\"",
"prepublishOnly": "pnpm generate && pnpm build",
"test": "vitest",
"coverage": "vitest run --coverage"
Expand All @@ -34,8 +34,8 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit d6fbc94

Please sign in to comment.