Skip to content

Commit 1f9b7c2

Browse files
committed
fix: don't include types on package
1 parent 9ad1246 commit 1f9b7c2

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

package-lock.json

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@
5757
"@testing-library/user-event": "14.5.2",
5858
"@tuplo/shell": "1.2.3",
5959
"@types/jsdom": "21.1.7",
60-
"@types/node": "22.10.3",
60+
"@types/node": "22.10.5",
61+
"@types/react": "19.0.2",
62+
"@types/react-dom": "19.0.2",
6163
"@vitejs/plugin-react": "4.3.4",
6264
"@vitest/coverage-v8": "2.1.8",
6365
"esbuild": "0.24.2",
6466
"eslint": "8.57.0",
6567
"eslint-config-prettier": "9.1.0",
6668
"eslint-config-react-app": "7.0.1",
6769
"eslint-plugin-import": "2.31.0",
68-
"eslint-plugin-perfectionist": "4.5.0",
70+
"eslint-plugin-perfectionist": "4.6.0",
6971
"eslint-plugin-testing-library": "7.1.1",
7072
"eslint-plugin-unicorn": "56.0.1",
7173
"eslint-plugin-vitest": "0.5.4",
@@ -79,11 +81,7 @@
7981
"tsx": "4.19.2",
8082
"typescript": "5.7.2",
8183
"typescript-eslint": "8.19.0",
82-
"vite": "6.0.6",
84+
"vite": "6.0.7",
8385
"vitest": "2.1.8"
84-
},
85-
"dependencies": {
86-
"@types/react": "19.0.2",
87-
"@types/react-dom": "19.0.2"
8886
}
8987
}

0 commit comments

Comments
 (0)