Skip to content

Commit 16e1c07

Browse files
build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 26.2.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.4.2 to 26.2.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v24.4.2...v26.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e278877 commit 16e1c07

2 files changed

Lines changed: 99 additions & 81 deletions

File tree

package-lock.json

Lines changed: 95 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"stencil-push": "./bin/stencil-push.js",
2222
"stencil-pull": "./bin/stencil-pull.js",
2323
"stencil-start": "./bin/stencil-start.js",
24-
"stencil-release": "./bin/stencil-release.js"
24+
"stencil-release": "./bin/stencil-release.js",
25+
"stencil-debug": "./bin/stencil-debug.js"
2526
},
2627
"config": {
2728
"stencil_version": "1.0"
@@ -77,7 +78,7 @@
7778
"progress": "^2.0.3",
7879
"recursive-readdir": "^2.2.2",
7980
"semver": "^7.3.2",
80-
"simple-git": "^2.20.1",
81+
"simple-git": "^3.7.1",
8182
"tarjan-graph": "^2.0.0",
8283
"tmp-promise": "^3.0.2",
8384
"upath": "^1.2.0",
@@ -93,7 +94,7 @@
9394
"eslint-config-airbnb-base": "^14.2.0",
9495
"eslint-config-prettier": "^6.11.0",
9596
"eslint-plugin-import": "^2.22.0",
96-
"eslint-plugin-jest": "^24.0.2",
97+
"eslint-plugin-jest": "^26.2.2",
9798
"eslint-plugin-node": "^11.1.0",
9899
"eslint-plugin-prettier": "^3.1.4",
99100
"husky": "^4.3.0",

0 commit comments

Comments
 (0)