Skip to content

Commit

Permalink
Merge pull request #440 from geops/release-1.2.0-beta.3
Browse files Browse the repository at this point in the history
Release 1.2.0 beta.3
  • Loading branch information
friedjoff authored Sep 11, 2020
2 parents e8e128d + 1ddd513 commit b6d612f
Show file tree
Hide file tree
Showing 16 changed files with 948 additions and 392 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"husky": "4.3.0",
"jest": "26.4.2",
"lint-staged": "10.3.0",
"netlify-cli": "2.61.2",
"netlify-cli": "2.62.0",
"neutrino": "9.4.0",
"prettier": "2.1.1",
"semantic-release": "17.1.1",
Expand Down
17 changes: 13 additions & 4 deletions lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8824,6 +8824,14 @@ https-proxy-agent@^4.0.0:
agent-base "5"
debug "4"

https-proxy-agent@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
dependencies:
agent-base "6"
debug "4"

human-signals@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
Expand Down Expand Up @@ -11662,10 +11670,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==

netlify-cli@2.61.2:
version "2.61.2"
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-2.61.2.tgz#85a1918905668db233a663a30538da35dd498a39"
integrity sha512-9eXSzYtDOr6Bp0hRR7uK2Ow0un62opFhYx6MuntlTmEQRM7rKSO2+GoEpTs72wT9m3DfmOdY0qzYRAmGRgjLFg==
netlify-cli@2.62.0:
version "2.62.0"
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-2.62.0.tgz#5bb01110b3b332b2b7075f48df0137c0e8461e2a"
integrity sha512-fjMziW+anU8VUQCZmNJAb+yN6n9O+gTqKXgHRT7lVYCpSyBzQP9dCVNBu8x+kwAR1rfPuQE15h/BfG5O1WuU/w==
dependencies:
"@netlify/build" "^3.1.10"
"@netlify/config" "^2.0.9"
Expand Down Expand Up @@ -11709,6 +11717,7 @@ [email protected]:
gitconfiglocal "^2.1.0"
http-proxy "^1.18.0"
http-proxy-middleware "^1.0.0"
https-proxy-agent "^5.0.0"
inquirer "^6.5.1"
inquirer-autocomplete-prompt "^1.0.1"
is-docker "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@geops/tree-app",
"description": "Web app for tree recommendations.",
"license": "MIT",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"private": true,
"dependencies": {
"history": "4.10.1",
Expand Down Expand Up @@ -30,8 +30,8 @@
"semantic-ui-react": "1.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"babel-eslint": "10.1.0",
"cra-append-sw": "2.7.0",
"csv-parse": "4.12.0",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-react-hooks": "4.1.2",
"husky": "4.3.0",
"lint-staged": "10.3.0",
"lodash.set": "4.3.2",
Expand Down
Loading

0 comments on commit b6d612f

Please sign in to comment.