Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `bignumber.js` from `^9.0.1` to `^9.1.2` ([#597](https://github.com/MetaMask/smart-transactions-controller/pull/597))
- Bump `fast-json-patch` from `^3.1.0` to `^3.1.1` ([#597](https://github.com/MetaMask/smart-transactions-controller/pull/597))
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.2.0` ([#590](https://github.com/MetaMask/smart-transactions-controller/pull/590))
- Bump `@metamask/profile-sync-controller` from `^28.1.0` to `^28.1.1` ([#590](https://github.com/MetaMask/smart-transactions-controller/pull/590))
- Bump `@metamask/profile-sync-controller` from `^28.1.0` to `^28.2.0` ([#590](https://github.com/MetaMask/smart-transactions-controller/pull/590), [#598](https://github.com/MetaMask/smart-transactions-controller/pull/598))
- Bump `@metamask/remote-feature-flag-controller` from `^4.2.1` to `^4.2.2` ([#590](https://github.com/MetaMask/smart-transactions-controller/pull/590))
- Bump `@metamask/transaction-controller` from `^65.4.0` to `^68.0.0` ([#591](https://github.com/MetaMask/smart-transactions-controller/pull/591))
- Bump `@metamask/utils` from `^11.0.0` to `^11.11.0` ([#590](https://github.com/MetaMask/smart-transactions-controller/pull/590))
Expand Down
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:watch": "jest --watchAll"
},
"dependencies": {
"@babel/runtime": "^7.24.1",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could also update in core if it`s better

"@babel/runtime": "^7.23.9",
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"@ethersproject/bytes": "^5.7.0",
Expand All @@ -54,7 +54,7 @@
"@metamask/messenger": "^1.2.0",
"@metamask/network-controller": "^32.0.0",
"@metamask/polling-controller": "^16.0.6",
"@metamask/profile-sync-controller": "^28.1.1",
"@metamask/profile-sync-controller": "^28.2.0",
"@metamask/remote-feature-flag-controller": "^4.2.2",
"@metamask/superstruct": "^3.1.0",
"@metamask/transaction-controller": "^68.0.0",
Expand All @@ -66,7 +66,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/allow-scripts": "^3.0.4",

@cryptodev-2s cryptodev-2s Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could also update in core if it's better

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do that after the merge. This is fine for now.

"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/eslint-config": "^15.0.0",
Expand All @@ -77,10 +77,6 @@
"@metamask/json-rpc-engine": "^10.5.0",
"@metamask/messenger-cli": "^0.2.0",
"@ts-bridge/cli": "^0.6.4",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.194",
"@types/node": "^18.19.17",
"eslint": "^9.39.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -97,7 +93,7 @@
"prettier-plugin-packagejson": "^2.4.3",
"ts-jest": "^29.2.5",
"typescript": "~5.3.3",
"typescript-eslint": "^8.39.0"
"typescript-eslint": "^8.48.0"
},
"peerDependenciesMeta": {
"@metamask/accounts-controller": {
Expand Down
Loading
Loading