Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent 7ac7a64 commit 7b86199
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"@types/aws-lambda": "8.10.101",
"@types/jest": "^27.0.0",
"@types/node": "14.18.21",
"aws-sdk": "2.1162.0",
"aws-sdk": "2.1400.0",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"jest": "^27.0.0",
"serverless": "2.72.3",
"serverless-appsync-plugin": "1.13.0",
"serverless-appsync-plugin": "1.14.0",
"serverless-appsync-simulator": "0.20.0",
"serverless-offline": "^8.0.0",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-webpack": "5.7.1",
"serverless-webpack": "5.11.0",
"split-camelcase": "^1.0.1",
"ts-jest": "^27.0.0",
"ts-loader": "^8.0.11",
"typescript": "4.7.4",
"typescript": "4.9.5",
"webpack": "^4.44.2"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions backend/addTodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"@types/hapi__joi": "17.1.8",
"@types/jest": "27.5.2",
"@types/node": "14.18.21",
"aws-sdk": "2.1162.0",
"aws-sdk-mock": "5.7.0",
"aws-sdk": "2.1400.0",
"aws-sdk-mock": "5.8.0",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"jest": "^27.0.0",
"lodash": "^4.17.20",
"serverless": "2.72.3",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-step-functions": "3.7.0",
"serverless-webpack": "5.7.1",
"serverless-step-functions": "3.13.1",
"serverless-webpack": "5.11.0",
"ts-jest": "27.1.5",
"ts-loader": "8.4.0",
"typescript": "4.7.4",
"typescript": "4.9.5",
"webpack": "4.46.0"
}
}
4 changes: 2 additions & 2 deletions backend/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"serverless": "2.72.3",
"serverless-offline": "8.8.0",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-webpack": "5.7.1",
"serverless-webpack": "5.11.0",
"ts-jest": "27.1.5",
"ts-loader": "8.4.0",
"typescript": "4.7.4",
"typescript": "4.9.5",
"webpack": "4.46.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"clsx": "^1.1.1",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"i18next": "21.8.10",
"i18next": "21.10.0",
"next": "^12.1.0",
"react": "17.0.2",
"react-i18next": "11.17.3",
"react-i18next": "11.18.6",
"styled-components": "5.3.5"
},
"devDependencies": {
Expand All @@ -51,6 +51,6 @@
"serverless": "2.72.3",
"serverless-finch": "2.8.0",
"serverless-plugin-aws-alerts": "1.7.5",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.4.2",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-operations": "2.5.13",
"@microsoft/eslint-plugin-sdl": "^0.2.0",
"@purple/lerna-smart-run": "^0.5.1",
"@types/jest": "^27.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand All @@ -54,8 +54,8 @@
"lerna": "^4.0.0",
"lint-staged": "11.2.6",
"nyc": "^15.1.0",
"prettier": "2.7.1",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}

0 comments on commit 7b86199

Please sign in to comment.