Skip to content

Commit 3f4a3e5

Browse files
chore: upgrade deps (#25)
1 parent 734619c commit 3f4a3e5

File tree

5 files changed

+7928
-7674
lines changed

5 files changed

+7928
-7674
lines changed

.changeset/breezy-news-lick.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"use-input-file": patch
3+
---
4+
5+
chore: upgrade deps with react 18

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,34 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"@changesets/changelog-github": "^0.4.0",
45-
"@changesets/cli": "^2.16.0",
46-
"@testing-library/jest-dom": "^5.12.0",
47-
"@testing-library/react": "^11.2.7",
48-
"@testing-library/react-hooks": "^7.0.0",
49-
"@types/jest": "^26.0.23",
50-
"@types/react": "^17.0.9",
51-
"@types/react-dom": "^17.0.6",
52-
"@typescript-eslint/eslint-plugin": "^4.26.0",
53-
"@typescript-eslint/parser": "^4.26.0",
54-
"eslint": "^7.27.0",
55-
"eslint-config-prettier": "^8.3.0",
56-
"eslint-plugin-import": "^2.23.4",
57-
"eslint-plugin-prettier": "^3.4.0",
58-
"eslint-plugin-react": "^7.24.0",
59-
"eslint-plugin-react-hooks": "^4.2.0",
60-
"eslint-plugin-testing-library": "^4.6.0",
61-
"husky": "^6.0.0",
62-
"jest": "^27.0.3",
63-
"lint-staged": "^11.0.0",
64-
"microbundle": "^0.13.1",
65-
"prettier": "^2.3.0",
66-
"react": "^17.0.2",
67-
"react-dom": "^17.0.2",
68-
"react-test-renderer": "^17.0.2",
69-
"trash-cli": "^4.0.0",
70-
"ts-jest": "^27.0.2",
71-
"typescript": "^4.3.2"
44+
"@changesets/changelog-github": "^0.4.4",
45+
"@changesets/cli": "^2.22.0",
46+
"@testing-library/jest-dom": "^5.16.3",
47+
"@testing-library/react": "^13.0.0",
48+
"@testing-library/react-hooks": "^7.0.2",
49+
"@types/jest": "^27.4.1",
50+
"@types/react": "^17.0.43",
51+
"@types/react-dom": "^17.0.14",
52+
"@typescript-eslint/eslint-plugin": "^5.17.0",
53+
"@typescript-eslint/parser": "^5.17.0",
54+
"eslint": "^8.12.0",
55+
"eslint-config-prettier": "^8.5.0",
56+
"eslint-plugin-import": "^2.25.4",
57+
"eslint-plugin-prettier": "^4.0.0",
58+
"eslint-plugin-react": "^7.29.4",
59+
"eslint-plugin-react-hooks": "^4.4.0",
60+
"eslint-plugin-testing-library": "^5.1.0",
61+
"husky": "^7.0.4",
62+
"jest": "^27.5.1",
63+
"lint-staged": "^12.3.7",
64+
"microbundle": "^0.14.2",
65+
"prettier": "^2.6.1",
66+
"react": "^18.0.0",
67+
"react-dom": "^18.0.0",
68+
"react-test-renderer": "^18.0.0",
69+
"trash-cli": "^5.0.0",
70+
"ts-jest": "^27.1.4",
71+
"typescript": "^4.6.3"
7272
},
7373
"peerDependencies": {
7474
"react": ">=17"

0 commit comments

Comments
 (0)