Skip to content

Commit

Permalink
fix: don't include types on package
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicsh committed Jan 3, 2025
1 parent 9ad1246 commit 1f9b7c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

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

12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,17 @@
"@testing-library/user-event": "14.5.2",
"@tuplo/shell": "1.2.3",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.3",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"esbuild": "0.24.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-perfectionist": "4.5.0",
"eslint-plugin-perfectionist": "4.6.0",
"eslint-plugin-testing-library": "7.1.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-vitest": "0.5.4",
Expand All @@ -79,11 +81,7 @@
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"vite": "6.0.6",
"vite": "6.0.7",
"vitest": "2.1.8"
},
"dependencies": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}

0 comments on commit 1f9b7c2

Please sign in to comment.