Skip to content

Commit

Permalink
Merge pull request #133 from sablier-labs/build/bump-dependencies
Browse files Browse the repository at this point in the history
build: bump dependencies
  • Loading branch information
PaulRBerg committed Jul 7, 2023
2 parents 747fc5e + d9d8791 commit d5c3156
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path = "lib/openzeppelin-contracts"
url = "https://github.com/OpenZeppelin/openzeppelin-contracts"
[submodule "lib/permit2"]
branch = "main"
branch = "release"
path = "lib/permit2"
url = "https://github.com/sablier-labs/permit2"
[submodule "lib/prb-proxy"]
Expand All @@ -23,6 +23,6 @@
path = "lib/solady"
url = "https://github.com/Vectorized/solady"
[submodule "lib/v2-core"]
branch = "main"
branch = "release"
path = "lib/v2-core"
url = "https://github.com/sablier-labs/v2-core"
2 changes: 1 addition & 1 deletion lib/permit2
2 changes: 1 addition & 1 deletion lib/prb-proxy
Submodule prb-proxy updated 41 files
+62 −62 .gas-snapshot
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+54 −0 .github/ISSUE_TEMPLATE/deployment_request.yml
+67 −0 .github/workflows/ci-deep.yml
+1 −1 .github/workflows/ci.yml
+21 −131 CHANGELOG.md
+50 −0 CONTRIBUTING.md
+1 −1 LICENSE.md
+71 −94 README.md
+52 −0 deployments.json
+2 −0 foundry.toml
+3 −6 package.json
+5 −5 pnpm-lock.yaml
+20 −8 script/Base.s.sol
+2 −2 script/DeployDeterministicRegistry.s.sol
+2 −2 script/DeployProxyViaRegistry.s.sol
+1 −1 script/DeployRegistry.s.sol
+2 −2 script/SetPermission.s.sol
+3 −3 src/PRBProxy.sol
+2 −2 src/PRBProxyRegistry.sol
+2 −2 src/interfaces/IPRBProxy.sol
+11 −10 src/interfaces/IPRBProxyRegistry.sol
+1 −1 test/mocks/plugins/PluginReverter.sol
+0 −8 test/mocks/targets/TargetPayable.sol
+1 −1 test/mocks/targets/TargetReverter.sol
+1 −1 test/proxy/Proxy.t.sol
+2 −2 test/proxy/execute/execute.t.sol
+3 −3 test/proxy/execute/execute.tree
+4 −3 test/proxy/receive/receive.t.sol
+10 −7 test/proxy/run-plugin/runPlugin.t.sol
+3 −3 test/proxy/run-plugin/runPlugin.tree
+11 −4 test/registry/deploy-and-execute-and-install-plugin/deployAndExecuteAndInstallPlugin.t.sol
+9 −5 test/registry/deploy-and-install-plugin/deployAndInstallPlugin.t.sol
+1 −1 test/registry/deploy-for/deployFor.t.sol
+1 −2 test/registry/install-plugin/installPlugin.t.sol
+10 −8 test/registry/set-permission/setPermission.t.sol
+4 −4 test/registry/set-permission/setPermission.tree
+1 −2 test/registry/uninstall-plugin/uninstallPlugin.t.sol
+2 −2 test/registry/uninstall-plugin/uninstallPlugin.tree
+1 −1 test/registry/version/version.t.sol
+1 −1 test/utils/Precompiles.sol
2 changes: 1 addition & 1 deletion lib/solady
2 changes: 1 addition & 1 deletion lib/v2-core
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@openzeppelin/contracts": "4.9.2",
"@prb/proxy": "4.0.0-beta.6",
"@sablier/v2-core": "1.0.0-rc.0",
"@prb/proxy": "4.0.0",
"@sablier/v2-core": "1.0.0",
"@uniswap/permit2": "github:sablier-labs/permit2#abd5832c931ebdce2dd04e81f353d23324d341be"
},
"devDependencies": {
Expand Down Expand Up @@ -41,8 +41,8 @@
],
"peerDependencies": {
"@openzeppelin/contracts": "4.9.2",
"@prb/proxy": "4.0.0-beta.6",
"@sablier/v2-core": "1.0.0-rc.0"
"@prb/proxy": "4.0.0",
"@sablier/v2-core": "1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5c3156

Please sign in to comment.