Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Lock @types/node to v16.x (also fixes mongo) #2758

Merged
merged 1 commit into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/fs-extra": "*",
"@types/node": "*",
"@types/node": "16.*.*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

"prettier": "2.5.1",
"ts-node": "10.4.0",
"type-fest": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/fs-extra": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"@types/validator": "*",
"actionhero": "28.1.1",
"ah-sequelize-plugin": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@grouparoo/core": "0.8.0-alpha.2",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/app-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"@types/uuid": "*",
"actionhero": "28.1.1",
"jest": "27.4.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/braze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/calculated-property/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"csv-parse": "4.16.3",
"jest": "27.4.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/cloudwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/customerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"axios": "0.24.0",
"dotenv": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/dbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"nock": "13.2.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/glob": "7.2.0",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"ts-jest": "27.1.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/eloqua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/google-sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/hubspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/intercom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/iterable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/mailchimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/mailjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/marketo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/mixpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/mysql": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"csv-parse": "4.16.3",
"jest": "27.4.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/onesignal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/pardot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/pipedrive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"@types/pg": "*",
"actionhero": "28.1.1",
"csv-parse": "4.16.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"axios": "0.24.0",
"jest": "27.4.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/redshift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"@types/pg": "*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/sailthru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/spec-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@types/faker": "*",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"jest": "27.4.5",
"ts-jest": "27.1.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"@types/pg": "*",
"actionhero": "28.1.1",
"csv-parse": "4.16.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/@grouparoo/zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@grouparoo/core": "0.8.0-alpha.3",
"@grouparoo/spec-helper": "0.8.0-alpha.3",
"@types/jest": "*",
"@types/node": "*",
"@types/node": "16.*.*",
"actionhero": "28.1.1",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
Expand Down