Skip to content

Commit

Permalink
fix(deps): resolve fsevents to > 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ixTec committed Aug 21, 2023
1 parent d84db30 commit a31ac2c
Show file tree
Hide file tree
Showing 3 changed files with 7,890 additions and 8,013 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "always-auth=true" >> .npmrc
- run:
name: Install lerna
command: yarn global add lerna
command: yarn global add lerna@3.22.1
- restore_cache:
name: Restore Yarn Package Cache
keys:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"svglint": "1.0.6",
"typescript": "4.1.3"
},
"resolutions": {
"fsevents": "> 1.2.11"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
Expand Down
Loading

0 comments on commit a31ac2c

Please sign in to comment.