Skip to content

Commit 1e3692c

Browse files
committed
upgrade to amplify v6
1 parent 2222bba commit 1e3692c

File tree

8 files changed

+335
-143
lines changed

8 files changed

+335
-143
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,6 @@ NOTES:
152152
- Run `./build.sh` to compile all packages
153153
- Run `./clean.sh` to clean compiled packages
154154

155-
# Getting Started - Windows
156-
157-
Windows command-line files will be coming soon, in the meantime you can use either of these solutions in order to run sh files
158-
159-
- Git BASH: https://gitforwindows.org/
160-
- Windows Subsystem for Linux: https://docs.microsoft.com/en-us/windows/wsl/install-win10
161-
- MinGW: http://www.mingw.org/
162-
- Cygwin: https://www.cygwin.com/
163-
164155
## IdP Configuration Instructions
165156

166157
- **Okta**:

ui-react/package-lock.json

Lines changed: 175 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui-react/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
"@types/node": "^20.4.5",
4040
"@types/react": "^16.14.6",
4141
"@types/react-dom": "^16.9.12",
42+
"@types/sinon": "^17.0.3",
4243
"chai": "^4.2.0",
4344
"fork-ts-checker-webpack-plugin": "^6.5.3",
45+
"sinon": "^19.0.2",
4446
"typescript": "^5.1.6"
4547
},
4648
"overrides": {

0 commit comments

Comments
 (0)