create team backend

This commit is contained in:
Sendou
2020-06-14 12:51:38 +03:00
parent 2aa5c0602d
commit ce0fc2f489
8 changed files with 131 additions and 139 deletions

View File

@@ -2304,9 +2304,9 @@
}
},
"@types/jest": {
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==",
"version": "26.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz",
"integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==",
"requires": {
"jest-diff": "^25.2.1",
"pretty-format": "^25.2.1"

View File

@@ -13,7 +13,7 @@
"@testing-library/jest-dom": "^5.10.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.4.2",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.0",
"@types/reach__router": "^1.3.5",
"@types/react": "^16.9.36",
"@types/react-color": "^3.0.2",