@oriflame/config-eslint 4.0.22 → 4.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### 4.0.23 - 2021-09-17
7
+
8
+ #### 📦 Dependencies
9
+
10
+ - update dependency eslint-plugin-jest to ^24.4.2 (#781) ([647a9b8](https://github.com/Oriflame/lumos/commit/647a9b89c5f2e3f2b3fb81ae3184b20c7b672342)), closes _#781_
11
+
12
+ - update dependency eslint-plugin-react to ^7.25.2 (#780) ([9d7edc2](https://github.com/Oriflame/lumos/commit/9d7edc234d2970d3d6a13850ca59c51db9214f52)), closes _#780_
13
+
14
+ **Note:** Version bump only for package @oriflame/config-eslint
15
+
16
+
17
+
18
+
19
+
6
20
  ### 4.0.22 - 2021-09-17
7
21
 
8
22
  **Note:** Version bump only for package @oriflame/config-eslint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oriflame/config-eslint",
3
- "version": "4.0.22",
3
+ "version": "4.0.23",
4
4
  "description": "Reusable ESLint config.",
5
5
  "keywords": [
6
6
  "lumos",
@@ -27,7 +27,7 @@
27
27
  "@beemo/core": "^1.1.8",
28
28
  "@beemo/driver-eslint": "^1.2.3",
29
29
  "@next/eslint-plugin-next": "^11.1.2",
30
- "@oriflame/lumos-common": "^4.0.22",
30
+ "@oriflame/lumos-common": "^4.0.23",
31
31
  "@typescript-eslint/eslint-plugin": "^4.31.1",
32
32
  "@typescript-eslint/parser": "^4.31.1",
33
33
  "babel-eslint": "^10.1.0",
@@ -37,12 +37,12 @@
37
37
  "eslint-import-resolver-typescript": "^2.5.0",
38
38
  "eslint-plugin-eslint-comments": "^3.2.0",
39
39
  "eslint-plugin-import": "^2.24.2",
40
- "eslint-plugin-jest": "^24.4.0",
40
+ "eslint-plugin-jest": "^24.4.2",
41
41
  "eslint-plugin-jsx-a11y": "^6.4.1",
42
42
  "eslint-plugin-node": "^11.1.0",
43
43
  "eslint-plugin-prettier": "^4.0.0",
44
44
  "eslint-plugin-promise": "^5.1.0",
45
- "eslint-plugin-react": "^7.25.1",
45
+ "eslint-plugin-react": "^7.25.2",
46
46
  "eslint-plugin-react-hooks": "^4.2.0",
47
47
  "eslint-plugin-testing-library": "^4.12.2",
48
48
  "eslint-plugin-unicorn": "^36.0.0"
@@ -51,5 +51,5 @@
51
51
  "@types/confusing-browser-globals": "^1.0.0",
52
52
  "ts-node": "^10.2.1"
53
53
  },
54
- "gitHead": "031956e6d610705e36e68b8a6f30d090de7d52de"
54
+ "gitHead": "f8294fa8976d525c117510e845333be7c86791ed"
55
55
  }