Skip to content

Commit

Permalink
NOBUG updating form engine package to fix typeahead issue (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit authored Mar 20, 2024
1 parent dd262ab commit eda51c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/router": "^16.2.12",
"@babel/traverse": "7.23.2",
"@digitalspace/bcparks-bootstrap-theme": "^1.3.6",
"@digitalspace/ngds-forms": "0.0.108",
"@digitalspace/ngds-forms": "^0.0.109",
"@digitalspace/ngds-toolkit": "^0.0.92",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@popperjs/core": "^2.11.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,10 @@
bootstrap "^5.3.2"
jquery "^3.6.0"

"@digitalspace/ngds-forms@0.0.108":
version "0.0.108"
resolved "https://registry.yarnpkg.com/@digitalspace/ngds-forms/-/ngds-forms-0.0.108.tgz#ebd662e683beb4e138dc55144f25bd45179a40e8"
integrity sha512-R6J9PA3LF+99/oK6hczd4neyaO70gOh1KdycUI2Kv4BPRrCi18vSiKECP79mz2NFRK745TY3nmTFHyrnKD7+yg==
"@digitalspace/ngds-forms@^0.0.109":
version "0.0.109"
resolved "https://registry.yarnpkg.com/@digitalspace/ngds-forms/-/ngds-forms-0.0.109.tgz#4cbf4d621bfeaa38d3a374cc8f4b440f83d45937"
integrity sha512-9qQC1Kg4631T6PNJDH0G3jBzZdpZYpQl2WwSs8knlPCN5y6elUBa0lg7QuoL25i+8nSiyFB2nEaw1L1Eg4CvsQ==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit eda51c4

Please sign in to comment.