Skip to content

Commit

Permalink
Fix pre-built bundle errors (#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Mar 13, 2023
1 parent 6cddd8b commit 7f05ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .ocularrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const config = {
globals: {
'@deck.gl/*': 'globalThis.deck',
'@luma.gl/core': 'globalThis.luma',
'@loaders.gl/core': 'globalThis.loaders',
'h3-js': 'globalThis.h3 || {}'
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"gl": "^6.0.0",
"glsl-transpiler": "^1.8.6",
"jsdom": "^20.0.0",
"ocular-dev-tools": "2.0.0-alpha.8",
"ocular-dev-tools": "2.0.0-alpha.9",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"react": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9555,10 +9555,10 @@ octokit-pagination-methods@^1.1.0:
resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==

[email protected].8:
version "2.0.0-alpha.8"
resolved "https://registry.yarnpkg.com/ocular-dev-tools/-/ocular-dev-tools-2.0.0-alpha.8.tgz#07782d7cb9d8fd312ee55f3f3f94d486c721c903"
integrity sha512-NlM7EqY4nCU7WgVdgSBXgp05a1SKCsJSuzHUKxieRN6+R1SQdkn6L+Fo+THNWCaMS8jtBstzoSfL73xmateHtQ==
[email protected].9:
version "2.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/ocular-dev-tools/-/ocular-dev-tools-2.0.0-alpha.9.tgz#553fc692d9158b5e162691832ee96919b62c5451"
integrity sha512-VFGIOFgiKjbiyXV3bLGRto/WiKeDTa+VHvRYhhrPsQInCq055pVJAheau6iji6lXfOzewLSSuua9Vj/iYrNY5g==
dependencies:
"@babel/cli" "^7.14.5"
"@babel/core" "^7.14.5"
Expand Down

0 comments on commit 7f05ae9

Please sign in to comment.