Skip to content

Commit

Permalink
changed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGarces committed Mar 17, 2021
1 parent 7c79052 commit 41a45cf
Show file tree
Hide file tree
Showing 8 changed files with 5,813 additions and 5,477 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"packages/*"
],
"scripts": {
"start": "lerna bootstrap",
"dev": "lerna run --parallel dev"
"start": "npx lerna bootstrap",
"dev": "npx lerna run --parallel dev"
},
"version": "1.0.0",
"repository": "https://github.com/Raices-io/raices-production.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@raices/admin",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev": "next -p 3005",
"build": "next build",
"start": "next start",
"lint": "prettier --check src/**/*.js",
Expand Down
11,240 changes: 5,775 additions & 5,465 deletions packages/backend/functions/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/backend/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"firebase": "^7.14.6",
"firebase-admin": "^8.12.1",
"firebase-admin": "^9.5.0",
"firebase-functions": "^3.6.2",
"firebase-tools": "^8.4.1",
"firebase-tools": "^9.6.1",
"moment-timezone": "^0.5.31",
"postmark": "^2.5.3",
"prettier": "^2.0.5"
Expand Down
5 changes: 3 additions & 2 deletions packages/frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const withImages = require('next-images');
const withTM = require('next-transpile-modules')(['@raices/dirt']);
// const withTM = require('next-transpile-modules')(['@raices/dirt']);

const nextConfig = {
env: {
Expand All @@ -18,4 +18,5 @@ const nextConfig = {
},
};

module.exports = withTM(withImages(nextConfig));
// module.exports = withTM(withImages(nextConfig));
module.exports = withImages(nextConfig);
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@raices/frontend",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev": "next -p 3000",
"build": "next build",
"start": "next start",
"lint": "prettier --check **/*.js",
Expand All @@ -13,7 +13,6 @@
"license": "ISC",
"dependencies": {
"@analytics/google-analytics": "^0.4.0",
"@raices/dirt": "^1.0.0",
"@tailwindcss/ui": "^0.1.3",
"algoliasearch": "^4.3.0",
"analytics": "^0.5.1",
Expand All @@ -27,6 +26,7 @@
"next-seo": "^4.7.1",
"nouislider": "^14.5.0",
"nouislider-react": "^3.3.8",
"query-string": "^6.14.1",
"react": "^16.7.0",
"react-compound-slider": "^2.5.0",
"react-div-100vh": "^0.3.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/src/pages/propiedades/[id]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ const HomePage = ({ home }) => {
<path
d="M1 7H28M7 13L1 7L7 13ZM1 7L7 1L1 7Z"
stroke="#327B87"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
<span>Regresar</span>
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5219,6 +5219,11 @@ fill-range@^7.0.1:
dependencies:
to-regex-range "^5.0.1"

filter-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b"
integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs=

find-cache-dir@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
Expand Down Expand Up @@ -8929,6 +8934,16 @@ query-string@^4.1.0:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"

query-string@^6.14.1:
version "6.14.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==
dependencies:
decode-uri-component "^0.2.0"
filter-obj "^1.1.0"
split-on-first "^1.0.0"
strict-uri-encode "^2.0.0"

querystring-es3@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
Expand Down Expand Up @@ -9877,6 +9892,11 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==

split-on-first@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==

split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
Expand Down Expand Up @@ -9990,6 +10010,11 @@ strict-uri-encode@^1.0.0:
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=

strict-uri-encode@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=

string-hash@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
Expand Down

1 comment on commit 41a45cf

@vercel
Copy link

@vercel vercel bot commented on 41a45cf Mar 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.