Skip to content

Commit

Permalink
chore: place types in dev field in package.json (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Antamansid <[email protected]>
  • Loading branch information
Antamansid and Antamansid authored Dec 18, 2024
1 parent fe4fb33 commit 6d87450
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
],
"dependencies": {
"@preact/signals-core": "^1.5.1",
"@types/lodash": "^4.17.12",
"intersects": "^2.7.2",
"lodash-es": "^4.17.21",
"rbush": "^3.0.1"
Expand Down Expand Up @@ -77,13 +76,15 @@
"@swc/jest": "^0.2.36",
"@types/intersects": "^2.5.0",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.17.13",
"@types/rbush": "^3.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"elkjs": "^0.9.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "2.5.0",
Expand All @@ -104,7 +105,6 @@
"storybook": "^8.1.11",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"web-worker": "^1.3.0",
"elkjs": "^0.9.3"
"web-worker": "^1.3.0"
}
}

0 comments on commit 6d87450

Please sign in to comment.