Sandbox: Update to latest near membrane version ^0.13.0 (#75605)

* Sandbox: Update to latest near membrane version ^0.13.0

* Use exact version

* Replace throw with reject

* Add nera membrane to renovate skip list
This commit is contained in:
Esteban Beltran
2023-10-03 10:22:17 +02:00
committed by GitHub
parent 9c295ea072
commit 9747cdd7d1
4 changed files with 31 additions and 68 deletions
+3
View File
@@ -16,6 +16,9 @@
"systemjs",
"ts-loader", // we should remove ts-loader and use babel-loader instead
"ora", // we should bump this once we move to esm modules
"@locker/near-membrane-dom", // critical library. we need to bump this only intentionally
"@locker/near-membrane-shared", // critical library. we need to bump this only intentionally
"@locker/near-membrane-shared-dom", // critical library. we need to bump this only intentionally
],
"includePaths": ["package.json", "packages/**"],
"ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**"],