Skip to content
Open
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 apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "7.3.2",
"vite": "7.3.5",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.6.0",
"vitest": "^4.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint-plugin-react-refresh": "^0.4.5",
"tailwindcss": "^4.0.0",
"typescript": "^5.8.2",
"vite": "^7.3.2"
"vite": "^7.3.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tsup": "^8.5.1",
"vite": "7.3.2",
"vite": "7.3.5",
"vitest": "^4.1.0"
},
"engines": {
Expand Down
5 changes: 3 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Workspace adapter folders under packages/adapter-* publish as @openzeppelin/adapter-*.
shamefullyHoist: true
packages:
# Include all packages in the packages directory
Expand All @@ -14,6 +13,8 @@ minimumReleaseAgeExclude:
- '@openzeppelin/*'
- 'vitest'
- '@vitest/*'
# Renovate security update: vite@7.3.5
- vite@7.3.5
overrides:
# @metamask/eth-json-rpc-provider published no `license` field (and no LICENSE
# file) for 1.0.0-2.1.0; 2.2.0 onwards are ISC and ship the licence text.
Expand All @@ -22,7 +23,7 @@ overrides:
# dist/*.js -- and 2.2.0 still exports that type, so crossing the major here is
# type-only. Reached via @coinbase/wallet-sdk from @wagmi/connectors.
'@metamask/eth-json-rpc-provider': ^2.2.0
vite: 7.3.2
vite: 7.3.5
use-sync-external-store: ^1.2.0
valtio: ^1.13.2
'@paulmillr/qr': 'npm:qr@^0.5.0'
Expand Down
Loading