Skip to content

Commit dd743b3

Browse files
update doodle version
1 parent 78e7821 commit dd743b3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

cmd/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"check-format": "prettier --list-different \"src/**/*.@(js|jsx|ts|tsx|md|html|css|scss|json)\""
1717
},
1818
"dependencies": {
19-
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.28",
19+
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.29",
2020
"@date-io/luxon": "^3.2.0",
2121
"@emotion/react": "^11.10.4",
2222
"@emotion/styled": "^11.10.4",

packages/javascript/bh-shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": "The BloodHound Enterprise Team (https://bloodhoundenterprise.io/)",
2020
"license": "MIT",
2121
"dependencies": {
22-
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.28",
22+
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.29",
2323
"@date-io/luxon": "^3.2.0",
2424
"@fortawesome/fontawesome-free": "^6.4.2",
2525
"@fortawesome/fontawesome-svg-core": "^6.4.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ __metadata:
361361
languageName: node
362362
linkType: hard
363363

364-
"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.28":
365-
version: 1.0.0-alpha.28
366-
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.28"
364+
"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.29":
365+
version: 1.0.0-alpha.29
366+
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.29"
367367
dependencies:
368368
"@radix-ui/react-accordion": ^1.1.2
369369
"@radix-ui/react-checkbox": ^1.1.2
@@ -393,7 +393,7 @@ __metadata:
393393
react: ^18.2.0
394394
react-dom: ^18.2.0
395395
tailwindcss: ^3.4.3
396-
checksum: 42348182733f6931cf9e8ce2923b3626fc931ab6d3e03677987c4a2a1ea4841b79401807c90708d275fbcd60159964c2c2f0cdc84021d1daa1511c1eab4c22bb
396+
checksum: a2255d95fe869b385e51d6fc2e826ac405d8f067801d61f08a2db4e3f99ab3705b0c1c9563a13b5118b25e1ee47c7622b923cee54b5343c031679fd3fbf9a38f
397397
languageName: node
398398
linkType: hard
399399

@@ -5013,7 +5013,7 @@ __metadata:
50135013
version: 0.0.0-use.local
50145014
resolution: "bh-shared-ui@workspace:packages/javascript/bh-shared-ui"
50155015
dependencies:
5016-
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.28
5016+
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.29
50175017
"@date-io/luxon": ^3.2.0
50185018
"@emotion/react": ^11.10.4
50195019
"@emotion/styled": ^11.10.4
@@ -5133,7 +5133,7 @@ __metadata:
51335133
version: 0.0.0-use.local
51345134
resolution: "bloodhound-ui@workspace:cmd/ui"
51355135
dependencies:
5136-
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.28
5136+
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.29
51375137
"@date-io/luxon": ^3.2.0
51385138
"@emotion/react": ^11.10.4
51395139
"@emotion/styled": ^11.10.4

0 commit comments

Comments
 (0)