generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
devDeps: Bump devDependencies #108
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e661373
devDeps: lavamoat-allow-scripts@^2.3.0->^2.3.1
legobeat a2bfbcc
devDeps: bump babel packages
legobeat 712fa8c
devDeps: @types/node@^17.0.23->^14.18.58
legobeat a7396ba
devDeps: fs-extra@^10.1.0->^11.1.1
legobeat a3e3644
devDeps: remove unused @testing-library/dom, @testing-library/user-info
legobeat a33b702
devDeps: playwright@^1.30.0->~1.33.0
legobeat 9fd1f71
devDeps: remove unused terser; lockbump terser
legobeat 2c9d488
devDeps: workbox-build@^6.5.3->^6.6.0
legobeat 829863f
devDeps: @metamask/auto-changelog@^3.0.0->^3.4.3
legobeat c089d67
yarn dedupe
legobeat 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,18 +33,16 @@ | |
"ses": "^0.18.8" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@lavamoat/allow-scripts": "^2.3.0", | ||
"@metamask/auto-changelog": "^3.0.0", | ||
"@babel/core": "^7.22.15", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@lavamoat/allow-scripts": "^2.3.1", | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/eslint-config": "^9.0.0", | ||
"@metamask/eslint-config-nodejs": "^9.0.0", | ||
"@metamask/eslint-config-typescript": "^9.0.1", | ||
"@playwright/test": "^1.30.0", | ||
"@testing-library/dom": "^8.13.0", | ||
"@testing-library/user-event": "^14.1.1", | ||
"@types/node": "^17.0.23", | ||
"@playwright/test": "~1.33.0", | ||
"@types/node": "^14.18.58", | ||
"@types/punycode": "^2.1.0", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
|
@@ -57,16 +55,15 @@ | |
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"exorcist": "^2.0.0", | ||
"fs-extra": "^10.1.0", | ||
"fs-extra": "^11.1.1", | ||
"http-server": "^14.1.1", | ||
"minify-stream": "^2.1.0", | ||
"playwright": "^1.30.0", | ||
"playwright": "~1.33.0", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-packagejson": "^2.2.17", | ||
"terser": "^5.13.1", | ||
"ts-node": "^10.7.0", | ||
"typescript": "~4.4.4", | ||
"workbox-build": "^6.5.3" | ||
"workbox-build": "^6.6.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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.
Why
~
?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.
1.34.0 and newer exit with:
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.
How rude!