mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore: Update package.json dependencies for CommonProject
This commit is contained in:
4
Accounts/package-lock.json
generated
4
Accounts/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
"CommonUI": "file:../CommonUI",
|
||||
"css-loader": "^6.11.0",
|
||||
|
||||
4
AdminDashboard/package-lock.json
generated
4
AdminDashboard/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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
3
App/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
CommonProject/package-lock.json
generated
2
CommonProject/package-lock.json
generated
@@ -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": {
|
||||
|
||||
3
CommonServer/package-lock.json
generated
3
CommonServer/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
3
CommonUI/package-lock.json
generated
3
CommonUI/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
3
Copilot/package-lock.json
generated
3
Copilot/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
4
Dashboard/package-lock.json
generated
4
Dashboard/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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
1
E2E/package-lock.json
generated
@@ -12,6 +12,7 @@
|
||||
"dependencies": {
|
||||
"@playwright/test": "^1.43.1",
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"playwright": "^1.43.1",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"dependencies": {
|
||||
"@playwright/test": "^1.43.1",
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"playwright": "^1.43.1",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
||||
3
Ingestor/package-lock.json
generated
3
Ingestor/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
3
IsolatedVM/package-lock.json
generated
3
IsolatedVM/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
"ts-node": "^10.9.1"
|
||||
},
|
||||
|
||||
1
Model/package-lock.json
generated
1
Model/package-lock.json
generated
@@ -10,6 +10,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"typeorm": "^0.3.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"typeorm": "^0.3.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
3
Nginx/package-lock.json
generated
3
Nginx/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
3
Probe/package-lock.json
generated
3
Probe/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
5
Scripts/package-lock.json
generated
5
Scripts/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
"ejs": "^3.1.10",
|
||||
"Model": "file:../Model",
|
||||
|
||||
4
StatusPage/package-lock.json
generated
4
StatusPage/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"Common": "file:../Common",
|
||||
"CommonProject": "file:../CommonProject",
|
||||
"CommonServer": "file:../CommonServer",
|
||||
"CommonUI": "file:../CommonUI",
|
||||
"css-loader": "^6.11.0",
|
||||
|
||||
3
TelemetryIngestor/package-lock.json
generated
3
TelemetryIngestor/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
TestServer/package-lock.json
generated
2
TestServer/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user