@ocavue/eslint-config 0.4.3 → 0.4.4

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 +3 -7
package/CHANGELOG.md CHANGED
@@ -19,6 +19,20 @@
19
19
  * dependencies
20
20
  * @ocavue/eslint-config-basic bumped from ^0.6.0 to ^0.6.1
21
21
 
22
+ ## [0.4.4](https://github.com/ocavue/eslint-config/compare/eslint-config-v0.4.3...eslint-config-v0.4.4) (2022-11-23)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * add missing dependencies ([70eaaa5](https://github.com/ocavue/eslint-config/commit/70eaaa50bb482ce3bd3575deb5e7b0011b417c7b))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @ocavue/eslint-config-basic bumped from ^0.6.1 to ^0.6.2
35
+
22
36
  ## [0.4.0](https://github.com/ocavue/eslint-config/compare/eslint-config-v0.3.0...eslint-config-v0.4.0) (2022-11-23)
23
37
 
24
38
 
package/package.json CHANGED
@@ -1,15 +1,11 @@
1
1
  {
2
2
  "name": "@ocavue/eslint-config",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
- "@ocavue/eslint-config-basic": "^0.6.1",
6
+ "@ocavue/eslint-config-basic": "^0.6.2",
7
7
  "@ocavue/eslint-config-prettier": "^0.4.1",
8
- "@typescript-eslint/eslint-plugin": "^5.44.0",
9
- "@typescript-eslint/parser": "^5.44.0",
10
- "eslint-config-prettier": "^8.5.0",
11
- "eslint-define-config": "^1.12.0",
12
- "eslint-plugin-prettier": "^4.2.1"
8
+ "eslint-define-config": "^1.12.0"
13
9
  },
14
10
  "peerDependencies": {
15
11
  "eslint": ">=8.0.0"