From aff8c4480dd2bfcc7324dd4f00381a400fc5e65a Mon Sep 17 00:00:00 2001 From: brydon1 Date: Wed, 28 Jun 2023 15:44:30 -0400 Subject: [PATCH] Adding package for crypto --- package-lock.json | 7 ++++--- package.json | 1 + src/store/index.js | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1fa847c..b369e9f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "14.4.3", "@testing-library/vue": "6.6.1", + "@types/node": "^20.3.2", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-unit-jest": "~5.0.0", @@ -3250,9 +3251,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.7.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.15.tgz", - "integrity": "sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.2.tgz", + "integrity": "sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==", "dev": true }, "node_modules/@types/normalize-package-data": { diff --git a/package.json b/package.json index 66144ba2..28bf1cc0 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/user-event": "14.4.3", "@testing-library/vue": "6.6.1", + "@types/node": "^20.3.2", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-unit-jest": "~5.0.0", diff --git a/src/store/index.js b/src/store/index.js index c0c7af4e..7a58d4f3 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -54,8 +54,7 @@ const getDefaultState = () => { deductible: { repair: null, // numerical value; how much customer owes on deductible in repair case replace: null // numerical value; how much customer owes on deductible in replace case, - }, - endorsement: [] // List of endorsement_options + } }, customer: { address: {