From 4e67570ada8124ca4f881ef18682074ed1a8abab Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Wed, 20 Jul 2022 20:42:39 -0400 Subject: [PATCH] fixed some typos; changed language. (#413) Co-authored-by: Agohige-Tech <60114461+Agohige-Tech@users.noreply.github.com> --- README.md | 3 ++- package-lock.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d5b3487..bbc7001ce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ # Vets Who Code Web App -The Vets Who Code Web App is a Jamstack Applicaton designed for speed and to ease the learning curve of our veterans contributing to open source. +The Vets Who Code Web App is a Next.JS Application designed for developer productivity as well as a well thought out app to ease the learning curve of of veterans learning to contribute to open source. By doing this we can teach our veterans with practical use cases, all the while making a professional product that is fast and serverless. ## Getting Started @@ -36,6 +36,7 @@ You will need the following properly installed on your computer. ## Installing +– In a terminal window run these commands. ```sh diff --git a/package-lock.json b/package-lock.json index 8670c2340..527058d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22161,6 +22161,7 @@ "version": "3.23.2", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.2.tgz", "integrity": "sha512-ELJOWxNrJfOH/WK4VJ3Qd+fOqZuOuDNDJz0xG6Bt4mGg2eO/UT9CljCrbqDGovjLKUrGajEEBcoTOc0w+yBYeQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", "dev": true, "hasInstallScript": true, "funding": { @@ -22193,6 +22194,7 @@ "version": "3.23.2", "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.2.tgz", "integrity": "sha512-t6u7H4Ff/yZNk+zqTr74UjCcZ3k8ApBryeLLV4rYQd9aF3gqmjjGjjR44ENfeBMH8VVvSynIjAJ0mUuFhzQtrA==", + "deprecated": "core-js-pure@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure.", "dev": true, "hasInstallScript": true, "funding": { @@ -39059,6 +39061,7 @@ "version": "6.10.5", "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", + "deprecated": "when using stringify with arrayFormat comma, `[]` is appended on single-item arrays. Upgrade to v6.11.0 or downgrade to v6.10.4 to fix.", "dependencies": { "side-channel": "^1.0.4" },