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 c1f7339
Show file tree
Hide file tree
Showing 3 changed files with 7,891 additions and 8,018 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
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@
"svglint": "1.0.6",
"typescript": "4.1.3"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"not IE < 11"
],
"resolutions": {
"**/chokidar": "^3.4.3"
},
"browserslist": ["last 2 versions", "Firefox ESR", "not IE < 11"],
"engines": {
"yarn": "^1.15.2"
},
Expand Down
Loading

0 comments on commit c1f7339

Please sign in to comment.