Skip to content

Commit

Permalink
Package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal Ngai committed Mar 9, 2021
1 parent e7bc156 commit 849d0de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file removed AWSCLIV2.pkg
Binary file not shown.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"redux": "4.0.1",
"sass": "^1.29.0"
"sass": "^1.29.0",
"typescript": "^4.1.3",
"@types/node": "^14.14.33",
"@types/react": "^16.9.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
Expand All @@ -33,7 +36,6 @@
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.0",
"@types/react": "^16.9.5",
"@types/testing-library__jest-dom": "^5.9.5",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
Expand All @@ -52,7 +54,6 @@
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"next-page-tester": "^0.23.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
"prettier": "^2.2.1"
}
}

0 comments on commit 849d0de

Please sign in to comment.