Skip to content

Commit af0ae71

Browse files
authored
Fix package.json
1 parent 17af4ba commit af0ae71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mystbin/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"react-popout": "^1.0.3",
3535
"react-responsive": "^9.0.0-beta.10",
3636
"react-tabs": "^3.1.1",
37-
"typescript",
38-
"@types/node",
39-
"@types/react",
40-
"@types/react-dom",
41-
"@types/jest"
37+
"typescript": "*",
38+
"@types/node": "*",
39+
"@types/react": "*",
40+
"@types/react-dom": "*",
41+
"@types/jest":"*"
4242
},
4343
"devDependencies": {
4444
"@types/node": "^14.14.7",

0 commit comments

Comments
 (0)