Skip to content

Commit

Permalink
fix(deps): Bumping dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
despock committed Jan 10, 2022
1 parent 90ec889 commit c11931a
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 513 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@
}
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.2.0-alpha.0",
"@aws-cdk/aws-lambda-python-alpha": "2.5.0-alpha.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.1",
"@types/node": "^17.0.8",
"app-root-path": "^3.0.0",
"aws-cdk-lib": "^2.2.0",
"aws-sdk": "^2.1046.0",
"constructs": "^10.0.13",
"aws-cdk-lib": "^2.5.0",
"aws-sdk": "^2.1053.0",
"constructs": "^10.0.29",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nconf": "^0.11.3",
"pluralize": "^8.0.0",
"ts-node": "^10.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"aws-cdk": "*",
"babel-eslint": "^10.1.0",
"better-docs": "^2.3.2",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest": "^27.4.7",
"jest-extended": "^1.2.0",
"jest-junit": "^13.0.0",
"jsdoc": "^3.6.7",
Expand All @@ -84,9 +84,9 @@
"typescript": "4.5.4"
},
"optionalDependencies": {
"@babel/core": "^7.16.5",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"@babel/core": "^7.16.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
Loading

0 comments on commit c11931a

Please sign in to comment.