1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Merge branch 'develop' into BUDI-6785-update-to-node-18-in-production

This commit is contained in:
Michael Drury 2023-09-07 09:54:44 +01:00 committed by GitHub
commit 28d14ef8de
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.9.39-alpha.11",
"version": "2.9.39-alpha.12",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -16,7 +16,6 @@
themeStore,
appStore,
devToolsStore,
environmentStore,
devToolsEnabled,
} from "stores"
import NotificationDisplay from "components/overlay/NotificationDisplay.svelte"