@ocavue/eslint-config 0.4.0 → 0.4.2

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * @ocavue/eslint-config-basic bumped from ^0.4.0 to ^0.5.0
8
+ * @ocavue/eslint-config-prettier bumped from ^0.4.0 to ^0.4.1
9
+
10
+ ### Dependencies
11
+
12
+ * The following workspace dependencies were updated
13
+ * dependencies
14
+ * @ocavue/eslint-config-basic bumped from ^0.5.0 to ^0.6.0
15
+
3
16
  ## [0.4.0](https://github.com/ocavue/eslint-config/compare/eslint-config-v0.3.0...eslint-config-v0.4.0) (2022-11-23)
4
17
 
5
18
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ocavue/eslint-config",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
- "@ocavue/eslint-config-basic": "^0.4.0",
7
- "@ocavue/eslint-config-prettier": "^0.4.0",
6
+ "@ocavue/eslint-config-basic": "^0.6.0",
7
+ "@ocavue/eslint-config-prettier": "^0.4.1",
8
8
  "@typescript-eslint/eslint-plugin": "^5.44.0",
9
9
  "@typescript-eslint/parser": "^5.44.0",
10
10
  "eslint-config-prettier": "^8.5.0",