Skip to content

Commit

Permalink
chore: package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jun 25, 2024
1 parent ededbd1 commit fd6c979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "NODE_OPTIONS='--max-old-space-size=8192' ANALYZE=1 next build",
"build:analyze": "NODE_OPTIONS='--max-old-space-size=12288' ANALYZE=1 next build",
"start": "next start",
"format": "prettier --write **/*.ts{,x}",
"lint": "next lint",
Expand Down Expand Up @@ -86,7 +86,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"hoshimi-types": "^2.13.0",
"hoshimi-types": "^2.14.1",
"json-schema-to-typescript": "^14.0.4",
"knip": "^5.17.3",
"mocha": "^10.4.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit fd6c979

Please sign in to comment.