Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to v11 (#6987)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
3 people committed May 10, 2021
1 parent 38f738c commit 42054cd
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -34,7 +34,7 @@ Note for Windows: Use the latest version of [Git Bash](https://gitforwindows.org

## General Prerequisites

1. Node.js `>=10.16` minimum, [latest LTS is recommended](https://nodejs.org/en/about/releases/)
1. Node.js `>=12.2` minimum, [latest LTS is recommended](https://nodejs.org/en/about/releases/)
1. Install [`yarn@1`](https://classic.yarnpkg.com/en/docs/install/) (for building a "pack" version of the client)
1. Install [`pnpm@5.15.1`](https://pnpm.js.org/) (for installing npm dependencies)
1. Install [`docker`](https://www.docker.com/products/docker-desktop) (for managing test databases)
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">=10.16"
"node": ">=12.2"
},
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Expand Up @@ -93,7 +93,7 @@
"is-installed-globally": "0.4.0",
"jest": "26.6.3",
"line-replace": "2.0.1",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"log-update": "4.0.0",
"make-dir": "3.1.0",
"node-fetch": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/package.json
Expand Up @@ -94,7 +94,7 @@
"jest": "26.6.3",
"js-levenshtein": "1.1.6",
"klona": "2.0.4",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"make-dir": "3.1.0",
"mariadb": "2.5.3",
"mssql": "6.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"strip-ansi": "6.0.0",
"ts-jest": "26.5.5",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"strip-ansi": "6.0.0",
"ts-jest": "26.5.5",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"strip-ansi": "6.0.0",
"ts-jest": "26.5.5",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.5",
"typescript": "4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-prettier": "3.4.0",
"fs-jetpack": "4.1.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"make-dir": "3.1.0",
"mariadb": "2.5.3",
"mock-stdin": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
Expand Down

0 comments on commit 42054cd

Please sign in to comment.