From ecf66ef942460dc1e767cb67dc35e6cd25774412 Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:40:39 +0530 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf30ca0..f7949bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store - +#test commit The purpose this repository is to showcase the Google Pay integration in a store built with React. From 87bc630f6a7aacee392c58c35f3f005ec2f1a9de Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:41:53 +0530 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7949bb..6c44c52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit +#test commit1 The purpose this repository is to showcase the Google Pay integration in a store built with React. From 5976c40ae6fbe95508c08c7cf4549e62517139c5 Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:42:54 +0530 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c44c52..ff3c485 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit1 +#test commit 2 The purpose this repository is to showcase the Google Pay integration in a store built with React. From 260e02dcbdf28d9b4705c5529dec401909c76cd7 Mon Sep 17 00:00:00 2001 From: francislabs Date: Wed, 11 Sep 2024 11:10:46 +0530 Subject: [PATCH 4/7] def --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6..58aaa72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } } From 0fdc57fc6b7274e9d520ad40366c08b6935c787a Mon Sep 17 00:00:00 2001 From: francislabs Date: Wed, 11 Sep 2024 11:20:16 +0530 Subject: [PATCH 5/7] app.tsx change --- package-lock.json | 42 ++++++++++++++++++++++++++++++++++++++---- package.json | 3 +++ 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29f1a92..3d7b0a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,8 @@ "@types/react-dom": "^18.0.9", "dotenv": "^16.0.3", "handlebars-loader": "^1.7.3", + "lodash": "^4.17.15", + "moment": "^2.30.1", "query-string": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -33,6 +35,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", + "@types/lodash": "^4.17.7", "babel-loader": "^9.1.0", "css-loader": "^6.7.2", "ejs-loader": "^0.5.0", @@ -2767,6 +2770,12 @@ "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, + "node_modules/@types/lodash": { + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "dev": true + }, "node_modules/@types/mime": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", @@ -5042,6 +5051,12 @@ "webpack": "^5.20.0" } }, + "node_modules/html-webpack-plugin/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, "node_modules/htmlparser2": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", @@ -6120,10 +6135,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -6325,6 +6339,14 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "engines": { + "node": "*" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -6855,6 +6877,12 @@ "renderkid": "^3.0.0" } }, + "node_modules/pretty-error/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, "node_modules/pretty-format": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", @@ -7260,6 +7288,12 @@ "strip-ansi": "^6.0.1" } }, + "node_modules/renderkid/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", diff --git a/package.json b/package.json index dadc76e..2d568c7 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", + "@types/lodash": "^4.17.7", "babel-loader": "^9.1.0", "css-loader": "^6.7.2", "ejs-loader": "^0.5.0", @@ -41,6 +42,8 @@ "@types/react-dom": "^18.0.9", "dotenv": "^16.0.3", "handlebars-loader": "^1.7.3", + "lodash": "^4.17.15", + "moment": "^2.30.1", "query-string": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", From 6c9f008d337cc111cb2eb17977d3b6e13d4df7dc Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:22:56 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff3c485..2a5242b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit 2 +#test commit 3 The purpose this repository is to showcase the Google Pay integration in a store built with React. From c1c98e2e2c3b48f86eb4fdb8b6e618bfbf5446d6 Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:24:13 +0530 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5242b..ff3c485 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit 3 +#test commit 2 The purpose this repository is to showcase the Google Pay integration in a store built with React.