Skip to content

Commit

Permalink
fix: avoid @types/node version conflicting
Browse files Browse the repository at this point in the history
  • Loading branch information
watiko committed Mar 21, 2021
1 parent f94f506 commit 2304178
Show file tree
Hide file tree
Showing 4 changed files with 4,360 additions and 3,865 deletions.
4 changes: 2 additions & 2 deletions packages/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"@types/react-paginate": "^6.2.1",
"@types/styled-components": "^4.1.18",
"@types/styled-components": "^5.1.9",
"@types/webpack-env": "^1.14.0",
"firebase-tools": "^9.6.1",
"grommet": "^2.7.5",
Expand All @@ -26,7 +26,7 @@
"react-navi": "^0.13.5",
"react-scripts": "3.1.0",
"rxjs": "^6.5.2",
"styled-components": "^4.3.2",
"styled-components": "^5.2.1",
"typeless": "^1.2.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@slack/web-api": "^6.1.0",
"axios": "^0.21.1",
"firebase-admin": "^9.5.0",
"firebase-admin": "9.3.0",
"firebase-functions": "^3.13.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"firebase": "^8.3.1",
"firebase-admin": "^9.5.0"
"firebase-admin": "9.3.0"
},
"devDependencies": {
"@types/node": "^12.7.1",
"@types/node": "^14.14.35",
"typescript": "^4.2.3"
}
}
Loading

0 comments on commit 2304178

Please sign in to comment.