Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeng committed Jan 26, 2024
1 parent 4259b0c commit 973a8d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "app",
"private": "true",
"dependencies": {
"dfe-autocomplete": "DFE-Digital/dfe-autocomplete",
"esbuild": "^0.19.12",
"dfe-autocomplete": "DFE-Digital/dfe-autocomplete#11738c0",
"govuk-frontend": "^5.0.0",
"sass": "^1.70.0"
},
Expand All @@ -14,6 +14,7 @@
},
"devDependencies": {
"@prettier/plugin-ruby": "^4.0.2",
"dfe-autocomplete": "DFE-Digital/dfe-autocomplete",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,9 @@ define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1:
has-property-descriptors "^1.0.0"
object-keys "^1.1.1"

dfe-autocomplete@DFE-Digital/dfe-autocomplete#11738c0:
dfe-autocomplete@DFE-Digital/dfe-autocomplete:
version "0.0.1"
resolved "https://codeload.github.com/DFE-Digital/dfe-autocomplete/tar.gz/11738c0e25778162e26eb7ab5e22a6ffce671b08"
integrity sha512-S4M8w6+OVSP4kadk1I3PJuw04bVDTm7nbsIxU7DkiJWmabOLTsLmzZxhUcBGGKgpFaLkIUrw7RAvppyfjUtvzA==
resolved "git+ssh://[email protected]/DFE-Digital/dfe-autocomplete.git#11738c0e25778162e26eb7ab5e22a6ffce671b08"
dependencies:
accessible-autocomplete "^2.0.4"

Expand Down Expand Up @@ -1194,11 +1193,16 @@ minimist@^1.2.0, minimist@^1.2.6:
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

[email protected], ms@^2.1.1:
[email protected]:
version "2.1.2"
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

ms@^2.1.1:
version "2.1.3"
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
Expand Down

0 comments on commit 973a8d9

Please sign in to comment.