Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lint-staged to v13.3.0 #3261

Merged
merged 6 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install --frozen-lockfile
yarn install

- name: Check disk space after install
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install --frozen-lockfile
yarn install

- name: Install sample deps
# TODO Uncomment when yarn will work properly from the root and install all nessessary deps. Also please, add yarn install to the run section below instead of npx lerna exec
Expand Down
2 changes: 1 addition & 1 deletion basic-host-remote/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions basic-host-remote/app1/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic-host-remote/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions basic-host-remote/app2/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bi-directional/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions bi-directional/app1/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bi-directional/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
Loading
Loading