Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

chore(deps): upgrade SLIC Watch to v2 #222

Merged
merged 11 commits into from
Oct 2, 2023
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sourceRepo:
# This should be changed to match your own repo and branch
owner: fourTheorem
name: slic-starter
branch: main
branch: slic-watch-2
eoinsha marked this conversation as resolved.
Show resolved Hide resolved

domainConfig:
# Set 'nsDomain' to an empty string ('') if you are not using custom domains. Do not remove it.
Expand Down
56,732 changes: 35,452 additions & 21,280 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,26 +107,27 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"awscred": "^1.5.0",
"c8": "^7.11.3",
"c8": "^7.12.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testcafe": "^0.2.1",
"eslint-plugin-unicorn": "^42.0.0",
"husky": "^8.0.1",
"prettier": "2.7.1",
"quibble": "^0.6.14",
"semantic-release": "^19.0.3",
"serverless": "^3.19.0",
"tap": "^16.2.0",
"testdouble": "^3.16.6"
"tap": "^16.3.1",
"testdouble": "^3.16.7"
},
"dependencies": {
"@aws-cdk/aws-iam": "^1.159.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/checklist-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"serverless-iam-roles-per-function": "^3.2.0",
"serverless-offline": "^8.8.0",
"serverless-prune-plugin": "^2.0.1",
"serverless-slic-watch-plugin": "^1.2.0",
"serverless-slic-watch-plugin": "^2.1.2",
"tap": "^16.2.0",
"testdouble": "^3.16.6",
"yamljs": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ npx cdk -c stages=prod -c deploy-account=${DEPLOY_ACCOUNT} deploy prodCrossAccou

To deploy a development CICD pipeline that targets the development account only:
```
npx cdk -c stages=dev -c dev-account=${DEV_ACCOUNT} deploy PipelineStack
npx cdk -c stages=dev -c dev-account=${DEV_ACCOUNT} -c deploy-account=${DEPLOY_ACCOUNT} deploy PipelineStack
```

To deploy a production CICD pipeline that targets the staging and production accounts:
Expand Down
Loading