Skip to content

Commit

Permalink
friendly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 13, 2023
1 parent 60ae558 commit 7fe4ef8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: Install 🔧
run: yarn --ignore-engines
run: yarn
working-directory: ./sites/docs

- name: Lint 🧵
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.2.0",
"estree-walker": "^3.0.3",
"friendly-words": "^1.2.2",
"friendly-words": "^1.2.3",
"jsonc-parser": "^3.2.0",
"lodash.merge": "^4.6.2",
"react": "^17.0.2",
Expand Down Expand Up @@ -60,4 +60,4 @@
"vega-datasets": "^2.7.0",
"vite": "^4.4.0"
}
}
}
8 changes: 4 additions & 4 deletions sites/docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1892,10 +1892,10 @@ [email protected]:
resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==

friendly-words@^1.2.2:
version "1.2.2"
resolved "https://registry.npmjs.org/friendly-words/-/friendly-words-1.2.2.tgz"
integrity sha512-JpKNfV380bNp4eTp7NO9kEpqfp53otX5ts2pXk1iPVagcEDgJyZTub6hcL7XV0MGxoaJATVukB5vt2q12hvK4Q==
friendly-words@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/friendly-words/-/friendly-words-1.2.3.tgz#b0992ea0c4f1930006f9a2ced4b231760923d77d"
integrity sha512-OLq37Owgx6ILWCj7TpimGj7RmjGj4kHI0yXNxUXSIonFonZjrKAg91QKLjqmCGhTzfo+eWa+pU/GpjdYT2E/lg==
dependencies:
ava "^5.3.1"
express "^4.18.2"
Expand Down

0 comments on commit 7fe4ef8

Please sign in to comment.