Forced package updates. **Possible Breaking Changes**

This commit is contained in:
Patrick Fic
2021-01-19 17:24:07 -08:00
parent a64ad8f732
commit 85c1d882f7
3 changed files with 297 additions and 381 deletions

View File

@@ -1,53 +0,0 @@
####################################################################################################
#### Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
####
#### Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file
#### except in compliance with the License. A copy of the License is located at
####
#### http://aws.amazon.com/apache2.0/
####
#### or in the "license" file accompanying this file. This file is distributed on an "AS IS"
#### BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
#### License for the specific language governing permissions and limitations under the License.
####################################################################################################
####################################################################################################
#### This configuration file adds a listener to the Application Load Balancer for port 443, this new listener
#### requires the ARN of a public website certificate create residing in the certificate manager service.
#### The configuration file also modifies the default port 80 listener attached to an Application Load Balancer
#### to automatically redirect incoming connections on HTTP to HTTPS.
#### This will not work with an environment using the load balancer type Classic or Network.
#### Do not use this configuration file if a listener has already been created for port 443 from the console.
####################################################################################################
Resources:
AWSEBV2LoadBalancerListener:
Type: 'AWS::ElasticLoadBalancingV2::Listener'
Properties:
DefaultActions:
- Type: redirect
RedirectConfig:
Protocol: HTTPS
Port: '443'
Host: '#{host}'
Path: '/#{path}'
Query: '#{query}'
StatusCode: HTTP_301
LoadBalancerArn:
Ref: AWSEBV2LoadBalancer
Port: 80
Protocol: HTTP
AWSEBV2LoadBalancerListenerHTTPS:
Type: 'AWS::ElasticLoadBalancingV2::Listener'
Properties:
Certificates:
- CertificateArn: arn:aws:acm:ca-central-1:714144183158:certificate/c6a0fcde-b959-4aee-afc6-934e27c4962b
DefaultActions:
- Type: forward
TargetGroupArn:
Ref: AWSEBV2LoadBalancerTargetGroup
LoadBalancerArn:
Ref: AWSEBV2LoadBalancer
Port: 443
Protocol: HTTPS

607
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,23 +7,23 @@
"@apollo/client": "^3.3.7",
"@fingerprintjs/fingerprintjs": "^3.0.5",
"@lourenci/react-kanban": "^2.1.0",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/react-stripe-js": "^1.2.0",
"@stripe/stripe-js": "^1.11.0",
"@tanem/react-nprogress": "^3.0.53",
"@tinymce/tinymce-react": "^3.9.0",
"antd": "^4.10.2",
"antd": "^4.10.3",
"apollo-boost": "^0.4.9",
"apollo-link-logger": "^2.0.0",
"axios": "^0.21.1",
"codemirror": "^5.59.1",
"codemirror-graphql": "^0.12.4",
"codemirror-graphql": "^0.15.2",
"dinero.js": "^1.8.1",
"dotenv": "^8.2.0",
"firebase": "^7.22.1",
"firebase": "^8.2.3",
"graphql": "^15.4.0",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"jsoneditor": "^9.1.7",
"jsoneditor": "^9.1.8",
"jsoneditor-react": "^3.1.0",
"jsreport-browser-client-dist": "^1.3.0",
"logrocket": "^1.0.13",
@@ -34,7 +34,7 @@
"query-string": "^6.13.8",
"react": "^17.0.1",
"react-apollo": "^3.1.5",
"react-big-calendar": "^0.28.6",
"react-big-calendar": "^0.30.0",
"react-codemirror2": "^7.2.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
@@ -42,7 +42,7 @@
"react-email-editor": "^1.2.0",
"react-grid-gallery": "^0.5.5",
"react-i18next": "^11.8.5",
"react-icons": "^3.11.0",
"react-icons": "^4.1.0",
"react-moment": "^1.1.1",
"react-number-format": "^4.4.4",
"react-phone-input-2": "^2.13.9",
@@ -51,7 +51,7 @@
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-virtualized": "^9.22.3",
"recharts": "^1.8.5",
"recharts": "^2.0.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
@@ -87,7 +87,7 @@
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-adapter-react-16": "^1.15.6",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.5.2"
}