Skip to content

Commit

Permalink
chore(package.json): move proper packages to devDependencies (#1233)
Browse files Browse the repository at this point in the history
* Move many packages to DevDependencies

* Remove test code from dependencies

* Move integration test package to devDependencies

* Move another package

* New attribution documents

* Remove packages that aren't used
  • Loading branch information
biffgaut authored Nov 26, 2024
1 parent 461ec24 commit 05999fd
Show file tree
Hide file tree
Showing 81 changed files with 1,507 additions and 171 deletions.
2 changes: 0 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ This software includes third party software subject to the following copyrights:
aws-cdk under the Apache License Version 2.0
aws-sdk under the Apache License Version 2.0
aws-sdk-mock under the Apache License Version 2.0
bootstrap under the Massachusetts Institute of Technology (MIT) license
chai under the Massachusetts Institute of Technology (MIT) license
color under the Massachusetts Institute of Technology (MIT) license
color-name under the Massachusetts Institute of Technology (MIT) license
deepmerge under the MIT License
Expand Down
522 changes: 522 additions & 0 deletions source/THIRD-PARTY-LICENSES.txt

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
},
"private": true,
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-license-header": "^0.2.0",
"fs-extra": "^8.1.0",
"typescript": "4.7.4",
"jest": "^27.4.0",
"jsii": "~5.4.26",
"jsii-rosetta": "~5.4.25",
"jsii-pacmak": "^1.92.0",
"tslint": "^5.20.1",
"typescript": "4.7.4",
"constructs": "^10.0.0"
},
"devDependencies": {
"lerna": "8.1.8",
"eslint": "^6.8.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-license-header": "^0.2.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
"aws-cdk-lib": "2.163.1"
},
"workspaces": {
"packages": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@aws-solutions-constructs/core": "0.0.0",
"@types/node": "^10.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@aws-solutions-constructs/core": "0.0.0",
"@types/node": "^10.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "0.0.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/aws-dynamodbstreams-lambda": "0.0.0",
"@aws-solutions-constructs/aws-lambda-elasticsearch-kibana": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/aws-kinesisfirehose-s3": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@
}
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
Expand Down
Loading

0 comments on commit 05999fd

Please sign in to comment.