Skip to content

Commit a54eeb3

Browse files
authored
chore(deps): pin all dev deps (#661)
1 parent 089a3d9 commit a54eeb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"react-error-boundary": "^3.1.0"
5454
},
5555
"devDependencies": {
56-
"@typescript-eslint/eslint-plugin": "^4.9.1",
57-
"@typescript-eslint/parser": "^4.9.1",
56+
"@typescript-eslint/eslint-plugin": "4.28.5",
57+
"@typescript-eslint/parser": "4.28.5",
5858
"all-contributors-cli": "6.20.0",
5959
"codecov": "3.8.3",
6060
"docz": "2.3.1",
@@ -63,11 +63,11 @@
6363
"eslint": "7.31.0",
6464
"get-pkg-repo": "4.1.1",
6565
"kcd-scripts": "11.2.0",
66-
"prettier": "^2.2.1",
66+
"prettier": "2.3.2",
6767
"react": "17.0.2",
68-
"react-dom": "^17.0.1",
68+
"react-dom": "17.0.2",
6969
"react-test-renderer": "17.0.2",
70-
"ts-node": "^10.0.0",
70+
"ts-node": "10.1.0",
7171
"typescript": "4.3.5"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)