Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-jest from 25.3.4 to 26.1.1 in /ui
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.4 to 26.1.1.
- [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@v25.3.4...v26.1.1)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 3f24c77 commit 030ad68
Show file tree
Hide file tree
Showing 2 changed files with 4,032 additions and 212 deletions.
8 changes: 3 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"lint": "eslint --ext .ts,.tsx,.js packages/*",
"fix": "eslint --fix --ext .ts,.tsx,.js packages/*",
"test": "jest --coverage --config jest.config.js",
"dev": "next dev",
"build": "next build",
"export": "rm -rf .next && next build && next export -o dist",
"generate": "plop --plopfile .plop/plopfile.ts",
"storybook": "start-storybook -p 6006",
"prepare": "cd .. && husky install ui/.husky",
"pre-commit": "lint-staged",
"bootstrap": "lerna bootstrap",
Expand Down Expand Up @@ -58,16 +54,18 @@
"@types/jest": "^27.4.0",
"@types/node": "^16.11.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"arg": "^5.0.1",
"css-loader": "^6.5.1",
"dev-kong": "^0.11.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit 030ad68

Please sign in to comment.