Skip to content

Commit

Permalink
fix: pin all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdottv committed Jan 11, 2022
1 parent 5482e16 commit 5b291b9
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 180 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,68 +88,68 @@
]
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/archiver": "^5.1.1",
"@types/css": "^0.0.33",
"@types/fs-extra": "^9.0.12",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@types/archiver": "5.1.1",
"@types/css": "0.0.33",
"@types/fs-extra": "9.0.12",
"@types/git-branch": "2.0.1",
"@types/ink": "^2.0.3",
"@types/ink-spinner": "^3.0.1",
"@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/ink": "2.0.3",
"@types/ink-spinner": "3.0.1",
"@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/update-notifier": "5.1.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "^0.3.5",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.0",
"eslint-import-resolver-node": "0.3.5",
"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-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"json-schema": "^0.3.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"
"semantic-release": "17.4.2",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
},
"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",
"@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",
"archiver": "^5.3.0",
"archiver": "5.3.0",
"chalk": "4.1.0",
"cheerio": "^1.0.0-rc.5",
"cheerio": "1.0.0-rc.5",
"commander": "7.1.0",
"css": "^3.0.0",
"final-form": "^4.20.2",
"fs-extra": "^9.1.0",
"css": "3.0.0",
"final-form": "4.20.2",
"fs-extra": "9.1.0",
"git-branch": "2.0.1",
"glob": "^7.1.6",
"got": "^11.8.2",
"ink": "^3.0.8",
"ink-link": "^2.0.0",
"ink-spinner": "^4.0.1",
"ink-text-input": "^4.0.1",
"mime": "^2.5.2",
"react": "^16.5.2",
"react-final-form": "^6.5.2",
"glob": "7.1.6",
"got": "11.8.2",
"ink": "3.0.8",
"ink-link": "2.0.0",
"ink-spinner": "4.0.1",
"ink-text-input": "4.0.1",
"mime": "2.5.2",
"react": "16.5.2",
"react-final-form": "6.5.2",
"update-notifier": "5.1.0",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
"uuid": "8.3.2",
"yaml": "1.10.2"
},
"bundledDependencies": [],
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5b291b9

Please sign in to comment.