Skip to content

Commit ef67373

Browse files
authored
Merge branch 'main' into preset-react-runtime
2 parents e554b75 + e3753ba commit ef67373

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@
9292
]
9393
]
9494
},
95-
"packageManager": "pnpm@6.32.3"
95+
"packageManager": "pnpm@6.32.4"
9696
}

packages/eslint-config-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### 3.4.12 (2022-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-config-airbnb-typescript to v16.2.0 ([#694](https://github.com/scaleway/scaleway-lib/issues/694)) ([59c6f2d](https://github.com/scaleway/scaleway-lib/commit/59c6f2dd2b146933311e8e1b912eb43bbae7b23f))
12+
13+
14+
615
### [3.4.11](https://github.com/scaleway/scaleway-lib/compare/@scaleway/eslint-config-react@3.4.10...@scaleway/eslint-config-react@3.4.11) (2022-03-30)
716

817

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "3.4.11",
3+
"version": "3.4.12",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "5.12.1",
2121
"@typescript-eslint/parser": "5.12.1",
2222
"eslint-config-airbnb": "19.0.4",
23-
"eslint-config-airbnb-typescript": "16.1.4",
23+
"eslint-config-airbnb-typescript": "16.2.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-eslint-comments": "3.2.0",
2626
"eslint-plugin-import": "2.25.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)