Skip to content

Commit

Permalink
chore: updated doodle ui to to 1.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
specter-flq committed Dec 24, 2024
1 parent c062f0f commit 744267c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"check-format": "prettier --list-different \"src/**/*.@(js|jsx|ts|tsx|md|html|css|scss|json)\""
},
"dependencies": {
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.12",
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.13",
"@date-io/luxon": "^1.3.13",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "The BloodHound Enterprise Team (https://bloodhoundenterprise.io/)",
"license": "MIT",
"dependencies": {
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.12",
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.13",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ __metadata:
languageName: node
linkType: hard

"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.12":
version: 1.0.0-alpha.12
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.12"
"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.13":
version: 1.0.0-alpha.13
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.13"
dependencies:
"@radix-ui/react-accordion": ^1.1.2
"@radix-ui/react-checkbox": ^1.1.2
Expand All @@ -338,7 +338,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
tailwindcss: ^3.4.3
checksum: df3f49e535094fdb35349d5e8332a5ac5692ec3bac7fe31f4dd807f69ea21a48bb9d8f9a4e0f82a864135442214295e2d657c0fee54558b5535d98193d9e70ba
checksum: 17ceaffee9101e5e1fb84dca57893758040f6adc543c35d956ac6bb1590b6dc665086c259a23d3a995eea4a99539a9fdf1c6fa11401ee79375b71525ecbb6ba7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4235,7 +4235,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bh-shared-ui@workspace:packages/javascript/bh-shared-ui"
dependencies:
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.12
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.13
"@emotion/react": ^11.10.4
"@emotion/styled": ^11.10.4
"@fortawesome/fontawesome-free": ^6.4.2
Expand Down Expand Up @@ -4343,7 +4343,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bloodhound-ui@workspace:cmd/ui"
dependencies:
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.12
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.13
"@date-io/luxon": ^1.3.13
"@emotion/react": ^11.10.4
"@emotion/styled": ^11.10.4
Expand Down

0 comments on commit 744267c

Please sign in to comment.