1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Merge pull request #588 from Budibase/fix-bbui-dependency

Fix missing bbui dependency from standard components
This commit is contained in:
Michael Drury 2020-09-08 17:11:19 +01:00 committed by GitHub
commit a6e2ff8af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ builder/*
.data/
.temp/
packages/server/runtime_apps/
.idea/
# Logs
logs

File diff suppressed because one or more lines are too long

View file

@ -36,6 +36,7 @@
"gitHead": "284cceb9b703c38566c6e6363c022f79a08d5691",
"dependencies": {
"@beyonk/svelte-googlemaps": "^2.2.0",
"@budibase/bbui": "^1.29.3",
"britecharts": "^2.16.1",
"d3-selection": "^1.4.2",
"fast-sort": "^2.2.0",