chore: Update package.json dependencies for CommonProject

This commit is contained in:
Simon Larsen
2024-07-24 19:10:40 -06:00
parent 34ca901007
commit 07973e85a3
35 changed files with 71 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",
@@ -82,6 +83,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -141,6 +143,7 @@
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.2.9",
"history": "^5.3.0",
"lodash": "^4.17.21",
@@ -193,6 +196,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -27,6 +27,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",

View File

@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",
@@ -82,6 +83,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -141,6 +143,7 @@
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"lodash": "^4.17.21",
@@ -193,6 +196,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -4,6 +4,7 @@
"private": false,
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",

3
App/package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.9",
"handlebars": "^4.7.8",
@@ -81,6 +82,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -126,6 +128,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -18,6 +18,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.9",
"handlebars": "^4.7.8",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@@ -52,6 +53,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -27,6 +27,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
@@ -4665,6 +4666,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@@ -4681,6 +4683,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -32,6 +32,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",

View File

@@ -26,6 +26,7 @@
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
@@ -4669,6 +4670,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@@ -8586,6 +8588,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -31,6 +31,7 @@
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"dotenv": "^16.4.5",
"Model": "file:../Model",
@@ -4635,6 +4636,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -14172,6 +14174,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -16,6 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"dotenv": "^16.4.5",
"Model": "file:../Model",

View File

@@ -11,6 +11,7 @@
"@stripe/react-stripe-js": "^1.15.0",
"@stripe/stripe-js": "^1.44.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",
@@ -4650,6 +4651,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -14193,6 +14195,7 @@
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"lodash": "^4.17.21",
@@ -22858,6 +22861,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -31,6 +31,7 @@
"@stripe/react-stripe-js": "^1.15.0",
"@stripe/stripe-js": "^1.44.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",

1
E2E/package-lock.json generated
View File

@@ -12,6 +12,7 @@
"dependencies": {
"@playwright/test": "^1.43.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"playwright": "^1.43.1",
"typescript": "^5.4.5"
},

View File

@@ -20,6 +20,7 @@
"dependencies": {
"@playwright/test": "^1.43.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"playwright": "^1.43.1",
"typescript": "^5.4.5"
}

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@@ -65,6 +66,7 @@
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -109,6 +111,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.17"
},
"devDependencies": {

View File

@@ -16,6 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},
@@ -69,6 +70,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -114,6 +116,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -16,6 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -12,6 +12,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"Model": "file:../Model",
"ts-node": "^10.9.1"
@@ -67,6 +68,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -112,6 +114,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -13,6 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"Model": "file:../Model",
"ts-node": "^10.9.1"

View File

@@ -12,6 +12,7 @@
"@types/ping": "^0.4.4",
"axios": "^1.7.2",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@@ -75,6 +76,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -120,6 +122,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -20,6 +20,7 @@
"@types/ping": "^0.4.4",
"axios": "^1.7.2",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@@ -71,6 +72,7 @@
"axios": "^1.3.3",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
@@ -112,6 +114,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.7"
},
"devDependencies": {
@@ -5699,6 +5702,7 @@
"axios": "^1.3.3",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
@@ -7026,6 +7030,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typeorm": "^0.3.7"

View File

@@ -7,6 +7,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",
@@ -4650,6 +4651,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -12543,6 +12545,7 @@
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.2.9",
"history": "^5.3.0",
"lodash": "^4.17.21",
@@ -20336,6 +20339,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@@ -28,6 +28,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@@ -65,6 +66,7 @@
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@@ -109,6 +111,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.17"
},
"devDependencies": {

View File

@@ -16,6 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
@@ -63,6 +64,7 @@
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",

View File

@@ -17,6 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"