Skip to content

Commit

Permalink
fix: build system tests prep for v6 (#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Nov 15, 2023
1 parent 024421c commit 373c0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-latest-vite-latest-ts": "npm run setup:react:vite",
"react-16-cra-latest-ts": "npm run setup:react:cra -- -f 16",
"react-latest-cra-latest-js": "npm run setup:react:cra -- -l js",
"react-17-next-11-ts": "npm run setup:react:next -- -f 17 -b 11",
"react-18-next-12-ts": "npm run setup:react:next -- -f 18 -b 12",
"react-latest-vite-2-ts": "npm run setup:react:vite -- -b 2",
"angular-latest-angular-cli-16-ts": "npm run setup:angular:cli -- -b 16",
"angular-14-angular-cli-14-ts": "npm run setup:angular:cli -- -f 14 -b 14 -n angular-latest-angular-cli-v14-ts",
Expand Down
4 changes: 2 additions & 2 deletions build-system-tests/scripts/mega-app-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ cd ./mega-apps/${MEGA_APP_NAME}

if [ "$FRAMEWORK" == 'react' ]; then
# add react-dom
echo "DEPENDENCIES='$DEPENDENCIES react-dom@$FRAMEWORK_VERSION @aws-amplify/ui-react-storage @aws-amplify/ui-react-geo @aws-amplify/ui-react-notifications'"
DEPENDENCIES="$DEPENDENCIES react-dom@$FRAMEWORK_VERSION @aws-amplify/ui-react-storage @aws-amplify/ui-react-geo @aws-amplify/ui-react-notifications"
echo "DEPENDENCIES='$DEPENDENCIES react-dom@$FRAMEWORK_VERSION @aws-amplify/ui-react-storage @aws-amplify/ui-react-geo @aws-amplify/ui-react-notifications @aws-amplify/geo'"
DEPENDENCIES="$DEPENDENCIES react-dom@$FRAMEWORK_VERSION @aws-amplify/ui-react-storage @aws-amplify/ui-react-geo @aws-amplify/ui-react-notifications @aws-amplify/geo"

if [[ "$BUILD_TOOL" == 'cra' && "$LANGUAGE" == 'ts' ]]; then
DEP_TYPES="@types/react@$FRAMEWORK_VERSION @types/react-dom@$FRAMEWORK_VERSION"
Expand Down

0 comments on commit 373c0af

Please sign in to comment.