mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
d0e18bf131
@ -27,6 +27,9 @@ Connect with other developers over [Discord](https://discord.gg/6ub73U3)
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Forking the repository
|
||||
Before you start, fork the repository using the fork button above, then clone it to your local machine using `git clone https://github.com/your-username/Nitro-Backend.git`
|
||||
|
||||
### Installation with Docker
|
||||
|
||||
Run:
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"apollo-cache-inmemory": "~1.3.11",
|
||||
"apollo-client": "~2.4.7",
|
||||
"apollo-client": "~2.4.8",
|
||||
"apollo-link-http": "~1.5.9",
|
||||
"apollo-server": "~2.3.1",
|
||||
"bcryptjs": "~2.4.3",
|
||||
|
||||
30
yarn.lock
30
yarn.lock
@ -1023,23 +1023,23 @@ apollo-cache-inmemory@~1.3.11:
|
||||
apollo-utilities "^1.0.26"
|
||||
optimism "^0.6.6"
|
||||
|
||||
apollo-cache@1.1.21, apollo-cache@^1.1.21:
|
||||
version "1.1.21"
|
||||
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.21.tgz#950025e2272741ba8e5064419906e3ac4072925d"
|
||||
integrity sha512-5ErNb78KHtrJNimkDBTEigcvHkIqUmS7QJIk4lpZZ+XLVVgvk2fD+GhD1PLP+s8vHfAKVbO6vdbRxCCjGGrh5w==
|
||||
apollo-cache@1.1.22, apollo-cache@^1.1.21:
|
||||
version "1.1.22"
|
||||
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.22.tgz#d4682ea6e8b2508a934f61c2fd9e36b4a65041d9"
|
||||
integrity sha512-8PoxhQLISj2oHwT7i/r4l+ly4y3RKZls+dtXzAewu3U77P9dNZKhYkRNAhx9iEfsrNoHgXBV8vMp64hb1uYh+g==
|
||||
dependencies:
|
||||
apollo-utilities "^1.0.26"
|
||||
apollo-utilities "^1.0.27"
|
||||
|
||||
apollo-client@~2.4.7:
|
||||
version "2.4.7"
|
||||
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.7.tgz#b6712fd4c9ba346e3c44cfec7e6868e532b6a957"
|
||||
integrity sha512-6aAm+16AFBYZhJF8eKxrup6AbYni01InDiwTfZhMMTP2xaXQWjsQnfaHbI2oE+hd3+AZFy1drkse8RZKghR/WQ==
|
||||
apollo-client@~2.4.8:
|
||||
version "2.4.8"
|
||||
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.8.tgz#3a798f1076243465a59061d44d11bd030b68deb9"
|
||||
integrity sha512-OAFbCTnGPtaIv0j+EZYzY20d+MD2JNbJ/YXZ4s0/oZlSg87bb0gjcIbccw2lnytipymZcZNr5ArFFeh0saGEwA==
|
||||
dependencies:
|
||||
"@types/zen-observable" "^0.8.0"
|
||||
apollo-cache "1.1.21"
|
||||
apollo-cache "1.1.22"
|
||||
apollo-link "^1.0.0"
|
||||
apollo-link-dedup "^1.0.0"
|
||||
apollo-utilities "1.0.26"
|
||||
apollo-utilities "1.0.27"
|
||||
symbol-observable "^1.0.2"
|
||||
zen-observable "^0.8.0"
|
||||
optionalDependencies:
|
||||
@ -1307,10 +1307,10 @@ apollo-upload-server@^5.0.0:
|
||||
busboy "^0.2.14"
|
||||
object-path "^0.11.4"
|
||||
|
||||
apollo-utilities@1.0.26, apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.0.26:
|
||||
version "1.0.26"
|
||||
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.26.tgz#589c66bf4d16223531351cf667a230c787def1da"
|
||||
integrity sha512-URw7o3phymliqYCYatcird2YRPUU2eWCNvip64U9gQrX56mEfK4m99yBIDCMTpmcvOFsKLii1sIEZsHIs/bvnw==
|
||||
apollo-utilities@1.0.27, apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.0.26, apollo-utilities@^1.0.27:
|
||||
version "1.0.27"
|
||||
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.27.tgz#77c550f9086552376eca3a48e234a1466b5b057e"
|
||||
integrity sha512-nzrMQ89JMpNmYnVGJ4t8zN75gQbql27UDhlxNi+3OModp0Masx5g+fQmQJ5B4w2dpRuYOsdwFLmj3lQbwOKV1Q==
|
||||
dependencies:
|
||||
fast-json-stable-stringify "^2.0.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user