Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
adamelmore authored Jun 30, 2021
1 parent 5525de4 commit 28c9b9d
Show file tree
Hide file tree
Showing 2 changed files with 1,040 additions and 1,183 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,61 +58,61 @@
"@semantic-release/git": "^9.0.0",
"@types/archiver": "^5.1.0",
"@types/css": "^0.0.31",
"@types/fs-extra": "^9.0.8",
"@types/fs-extra": "^9.0.11",
"@types/git-branch": "2.0.1",
"@types/ink": "^2.0.3",
"@types/ink-spinner": "^3.0.0",
"@types/ink-text-input": "^2.0.1",
"@types/jest": "^26.0.21",
"@types/jest": "^26.0.23",
"@types/mime": "^2.0.3",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/node": "^14.17.4",
"@types/react": "^17.0.11",
"@types/update-notifier": "5.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "8.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"json-schema": "^0.3.0",
"prettier": "2.2.1",
"semantic-release": "^17.4.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"prettier": "2.3.2",
"semantic-release": "^17.4.4",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"peerDependencies": {},
"dependencies": {
"@aws-sdk/client-acm": "^3.8.1",
"@aws-sdk/client-cloudformation": "^3.8.1",
"@aws-sdk/client-cloudfront": "^3.8.1",
"@aws-sdk/client-route-53": "^3.8.1",
"@aws-sdk/client-s3": "^3.8.1",
"@aws-sdk/client-sts": "^3.8.1",
"@aws-sdk/credential-provider-node": "^3.8.0",
"@aws-sdk/client-acm": "^3.19.0",
"@aws-sdk/client-cloudformation": "^3.19.0",
"@aws-sdk/client-cloudfront": "^3.19.0",
"@aws-sdk/client-route-53": "^3.19.0",
"@aws-sdk/client-s3": "^3.19.0",
"@aws-sdk/client-sts": "^3.19.0",
"@aws-sdk/credential-provider-node": "^3.19.0",
"@sls-next/lambda-at-edge": "^1.9.0-alpha.27",
"archiver": "^5.3.0",
"chalk": "4.1.0",
"cheerio": "^1.0.0-rc.5",
"commander": "7.1.0",
"chalk": "4.1.1",
"cheerio": "^1.0.0-rc.10",
"commander": "7.2.0",
"css": "^3.0.0",
"final-form": "^4.20.2",
"fs-extra": "^9.1.0",
"git-branch": "2.0.1",
"glob": "^7.1.6",
"glob": "^7.1.7",
"got": "^11.8.2",
"ink": "^3.0.8",
"ink-link": "^2.0.0",
"ink-spinner": "^4.0.1",
"ink-spinner": "^4.0.2",
"ink-text-input": "^4.0.1",
"mime": "^2.5.2",
"react": "^16.5.2",
"react-final-form": "^6.5.2",
"react": "^16.14.0",
"react-final-form": "^6.5.3",
"update-notifier": "5.1.0",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
Expand Down
Loading

0 comments on commit 28c9b9d

Please sign in to comment.