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 Sep 8, 2021
1 parent 5482e16 commit f5a7c42
Show file tree
Hide file tree
Showing 2 changed files with 2,207 additions and 1,526 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/archiver": "^5.1.1",
"@semantic-release/git": "^9.0.1",
"@types/archiver": "^5.3.0",
"@types/css": "^0.0.33",
"@types/fs-extra": "^9.0.12",
"@types/git-branch": "2.0.1",
Expand All @@ -99,54 +99,54 @@
"@types/ink-text-input": "^2.0.2",
"@types/jest": "^26.0.24",
"@types/mime": "^2.0.3",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/update-notifier": "5.1.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "^0.3.5",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "^7.25.1",
"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.7",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"peerDependencies": {},
"dependencies": {
"@aws-sdk/client-acm": "^3.25.0",
"@aws-sdk/client-cloudformation": "^3.25.0",
"@aws-sdk/client-cloudfront": "^3.25.0",
"@aws-sdk/client-route-53": "^3.25.0",
"@aws-sdk/client-s3": "^3.25.0",
"@aws-sdk/client-sts": "^3.25.0",
"@aws-sdk/credential-provider-node": "^3.25.0",
"@sls-next/lambda-at-edge": "3.2.0",
"@aws-sdk/client-acm": "^3.30.0",
"@aws-sdk/client-cloudformation": "^3.30.0",
"@aws-sdk/client-cloudfront": "^3.30.0",
"@aws-sdk/client-route-53": "^3.30.0",
"@aws-sdk/client-s3": "^3.30.0",
"@aws-sdk/client-sts": "^3.30.0",
"@aws-sdk/credential-provider-node": "^3.30.0",
"@sls-next/lambda-at-edge": "3.3.0",
"archiver": "^5.3.0",
"chalk": "4.1.0",
"cheerio": "^1.0.0-rc.5",
"commander": "7.1.0",
"chalk": "4.1.2",
"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": "^3.0.9",
"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 f5a7c42

Please sign in to comment.