Skip to content

Commit

Permalink
Upgrade brackets-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jul 4, 2023
1 parent c6b69e6 commit 29ef1f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/with-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

window.stageFormCreator(config, async (config) => {
await window.bracketsManager.create(config)
await window.bracketsManager.create.stage(config)

const rawStoredBrackets = localStorage.getItem(BRACKETS);

Expand Down
2 changes: 1 addition & 1 deletion dist/brackets-viewer.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"homepage": "https://github.com/Drarig29/brackets-viewer.js#readme",
"dependencies": {
"brackets-manager": "^1.5.7",
"brackets-manager": "^1.6.2",
"brackets-memory-db": "^1.0.4",
"brackets-model": "^1.5.0",
"i18next": "^21.6.14",
Expand Down Expand Up @@ -65,4 +65,4 @@
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}
}

0 comments on commit 29ef1f0

Please sign in to comment.