-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: remove wml dependency #13014
Merged
kvramyasri7
merged 11 commits into
aws-amplify:main
from
erinleigh90:fix/remove-wml-dependency
Feb 16, 2024
Merged
build: remove wml dependency #13014
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0a1c71a
fix: remove dependency on wml and react-native script that used it
erinleigh90 0b7fe20
fix: update CONTRIBUTING guide to remove react-native script and poin…
erinleigh90 08404e2
fix: remove proxy registry from yarn.lock
erinleigh90 3ad3158
fix: remove winston package
erinleigh90 8a1e714
Merge branch 'main' into fix/remove-wml-dependency
erinleigh90 0f028c8
Merge branch 'main' into fix/remove-wml-dependency
erinleigh90 2a542b9
chore: add CC0-1 to allowed licenses
erinleigh90 8a09b5c
chore: rebuild yarn.lock after merge
erinleigh90 e2fae96
chore: increase analytics bundle size limits
erinleigh90 421ab8e
build: fix license name typo
erinleigh90 5a4bbfa
Merge branch 'main' into fix/remove-wml-dependency
erinleigh90 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
"description": "", | ||
"scripts": { | ||
"setup-dev": "yarn && yarn bootstrap && yarn link-all && yarn build", | ||
"setup-dev:react-native": "node ./scripts/setup-dev-rn", | ||
"bootstrap": "lerna bootstrap", | ||
"test": "yarn test:no-datastore && yarn test:datastore && yarn test:license && yarn test:github-actions && yarn test:tsc-compliance", | ||
"test:no-datastore": "lerna run test --stream --ignore @aws-amplify/datastore", | ||
|
@@ -126,7 +125,6 @@ | |
"webpack": "^5.75.0", | ||
"webpack-bundle-analyzer": "^4.7.0", | ||
"webpack-cli": "^5.0.0", | ||
"wml": "0.0.83", | ||
"winston": "3.11.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can remove |
||
}, | ||
"resolutions": { | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nit you can ignore as well not requesting for changes 😅