Skip to content

Commit 810fff0

Browse files
committed
update dependencies
1 parent 0443000 commit 810fff0

File tree

2 files changed

+1406
-1263
lines changed

2 files changed

+1406
-1263
lines changed

package.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,32 @@
4141
"trailingComma": "all"
4242
},
4343
"devDependencies": {
44-
"@babel/preset-env": "^7.15.6",
45-
"@babel/preset-typescript": "^7.15.0",
46-
"@testing-library/jest-dom": "^5.14.1",
47-
"@testing-library/react": "^12.1.2",
44+
"@babel/preset-env": "^7.16.11",
45+
"@babel/preset-typescript": "^7.16.7",
46+
"@testing-library/jest-dom": "^5.16.2",
47+
"@testing-library/react": "^12.1.4",
4848
"@testing-library/react-hooks": "^7.0.2",
49-
"@types/jest": "^27.0.2",
50-
"@types/react": "^17.0.27",
51-
"@types/react-dom": "^17.0.9",
52-
"esbuild": "^0.13.4",
53-
"husky": ">=6",
54-
"jest": "^27.2.4",
55-
"jest-marbles": "^3.0.1",
49+
"@types/jest": "^27.4.1",
50+
"@types/react": "^17.0.40",
51+
"@types/react-dom": "^17.0.13",
52+
"babel-jest": "^27.5.1",
53+
"esbuild": "^0.14.25",
54+
"husky": ">=7.0.4",
55+
"jest": "^27.5.1",
56+
"jest-marbles": "^3.0.2",
5657
"lint-staged": ">=11.2.0",
57-
"prettier": "^2.4.1",
58+
"prettier": "^2.5.1",
5859
"react": "^17.0.2",
5960
"react-dom": "^17.0.2",
6061
"react-test-renderer": "^17.0.2",
61-
"rxjs": "^7.3.1",
62-
"ts-jest": "^27.0.5",
62+
"rxjs": "^7.5.5",
63+
"ts-jest": "^27.1.3",
6364
"tslib": "^2.3.1",
64-
"typescript": "^4.4.3",
65+
"typescript": "^4.6.2",
6566
"wsrun": "^5.2.4"
6667
},
6768
"lint-staged": {
6869
"*.{js,jsx,ts,tsx,json,md}": "prettier --write"
69-
}
70+
},
71+
"dependencies": {}
7072
}

0 commit comments

Comments
 (0)