Skip to content

Commit bfc7f64

Browse files
chore(deps): update dependency lint-staged to v13.1.0 (#2914)
1 parent be9fc3c commit bfc7f64

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@
16111611
"fork-ts-checker-webpack-plugin": "7.2.13",
16121612
"jest": "29.3.1",
16131613
"jest-environment-node": "29.3.1",
1614-
"lint-staged": "13.0.4",
1614+
"lint-staged": "13.1.0",
16151615
"mocha": "10.0.0",
16161616
"mock-require": "3.0.3",
16171617
"shx": "0.3.4",

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"copy-webpack-plugin": "11.0.0",
3636
"fork-ts-checker-webpack-plugin": "7.2.13",
3737
"ts-loader": "9.4.2",
38-
"lint-staged": "13.0.4",
38+
"lint-staged": "13.1.0",
3939
"jest": "29.3.1",
4040
"webpack": "5.75.0",
4141
"webpack-cli": "5.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-unicorn": "45.0.1",
6060
"husky": "8.0.2",
6161
"jest": "29.3.1",
62-
"lint-staged": "13.0.4",
62+
"lint-staged": "13.1.0",
6363
"npm-run-all": "4.1.5",
6464
"nyc": "15.1.0",
6565
"prettier": "2.8.0",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"jest": "29.3.1",
7272
"jest-canvas-mock": "2.4.0",
7373
"jest-environment-jsdom": "29.3.1",
74-
"lint-staged": "13.0.4",
74+
"lint-staged": "13.1.0",
7575
"raw-loader": "4.0.2",
7676
"sass": "1.56.1",
7777
"sass-loader": "13.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12782,10 +12782,10 @@ linkify-it@^3.0.1:
1278212782
dependencies:
1278312783
uc.micro "^1.0.1"
1278412784

12785-
lint-staged@13.0.4:
12786-
version "13.0.4"
12787-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.4.tgz#c4b4391280c35165b805ad43304ba01f733067a0"
12788-
integrity sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==
12785+
lint-staged@13.1.0:
12786+
version "13.1.0"
12787+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.1.0.tgz#d4c61aec939e789e489fa51987ec5207b50fd37e"
12788+
integrity sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==
1278912789
dependencies:
1279012790
cli-truncate "^3.1.0"
1279112791
colorette "^2.0.19"

0 commit comments

Comments
 (0)