Skip to content

Commit 1a27b24

Browse files
committed
chore: upgrade dependencies
1 parent 8093bf3 commit 1a27b24

File tree

2 files changed

+590
-1136
lines changed

2 files changed

+590
-1136
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@
4343
"devDependencies": {
4444
"@babel/preset-env": "^7.16.11",
4545
"@babel/preset-typescript": "^7.16.7",
46-
"@testing-library/jest-dom": "^5.16.2",
46+
"@testing-library/jest-dom": "^5.16.3",
4747
"@testing-library/react": "^13.0.0-alpha.6",
4848
"@testing-library/react-hooks": "^8.0.0-alpha.1",
4949
"@types/jest": "^27.4.1",
50-
"@types/react": "^17.0.40",
51-
"@types/react-dom": "^17.0.13",
50+
"@types/react": "^17.0.43",
51+
"@types/react-dom": "^17.0.14",
5252
"babel-jest": "^27.5.1",
53-
"esbuild": "^0.14.25",
53+
"esbuild": "^0.14.28",
5454
"husky": ">=7.0.4",
5555
"jest": "^27.5.1",
5656
"jest-marbles": "^3.0.2",
5757
"lint-staged": ">=11.2.0",
58-
"prettier": "^2.5.1",
58+
"prettier": "^2.6.1",
5959
"react": "^18.0.0-rc.2",
6060
"react-dom": "^18.0.0-rc.2",
6161
"react-test-renderer": "^18.0.0-rc.2",
6262
"rxjs": "^7.5.5",
63-
"ts-jest": "^27.1.3",
63+
"ts-jest": "^27.1.4",
6464
"tslib": "^2.3.1",
65-
"typescript": "^4.6.2",
65+
"typescript": "^4.6.3",
6666
"wsrun": "^5.2.4"
6767
},
6868
"lint-staged": {

0 commit comments

Comments
 (0)