@versini/dev-dependencies-common 1.1.2 → 2.0.0

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 +18 -0
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.2.0...dev-dependencies-common-v2.0.0) (2023-11-28)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * removing client dependencies from common
9
+
10
+ ### Bug Fixes
11
+
12
+ * removing client dependencies from common ([fabcc21](https://github.com/aversini/dev-dependencies/commit/fabcc2159b8b8ad59d568f9b6d25bd5f7605a816))
13
+
14
+ ## [1.2.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.1.2...dev-dependencies-common-v1.2.0) (2023-11-27)
15
+
16
+
17
+ ### Features
18
+
19
+ * adding eslint plugin for tailwind ([091e993](https://github.com/aversini/dev-dependencies/commit/091e9930d30fb15c767823359279cfa6b3d95665))
20
+
3
21
  ## [1.1.2](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.1.1...dev-dependencies-common-v1.1.2) (2023-11-27)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-common",
3
- "version": "1.1.2",
3
+ "version": "2.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,12 +12,12 @@
12
12
  "@types/lodash-es": "4.17.12",
13
13
  "@types/node": "20.10.0",
14
14
  "@types/node-notifier": "8.0.5",
15
- "@types/react": "18.2.38",
15
+ "@types/react": "18.2.39",
16
16
  "@types/react-dom": "18.2.17",
17
17
  "@types/uuid": "9.0.7",
18
18
  "@types/yargs": "17.0.32",
19
- "@typescript-eslint/eslint-plugin": "6.12.0",
20
- "@typescript-eslint/parser": "6.12.0",
19
+ "@typescript-eslint/eslint-plugin": "6.13.0",
20
+ "@typescript-eslint/parser": "6.13.0",
21
21
  "barrelsby": "2.8.1",
22
22
  "bundlemon": "2.0.2",
23
23
  "chokidar": "3.5.3",
@@ -25,8 +25,6 @@
25
25
  "dotenv": "16.3.1",
26
26
  "eslint": "8.54.0",
27
27
  "eslint-config-prettier": "9.0.0",
28
- "eslint-plugin-react-hooks": "4.6.0",
29
- "eslint-plugin-react-refresh": "0.4.4",
30
28
  "eslint-plugin-simple-import-sort": "10.0.0",
31
29
  "eslint-plugin-sort-keys-fix": "1.1.2",
32
30
  "eslint-plugin-unicorn": "49.0.0",
@@ -41,5 +39,5 @@
41
39
  "tsup": "8.0.1",
42
40
  "typescript": "5.3.2"
43
41
  },
44
- "gitHead": "8578a2477766eb48dffcee00a048606e13710256"
42
+ "gitHead": "f0f78b3ab2d4c907030aeaaa290476ba8cd5ede7"
45
43
  }