@versini/dev-dependencies-common 2.0.1 → 2.1.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.
- package/CHANGELOG.md +14 -0
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.0.2...dev-dependencies-common-v2.1.0) (2023-12-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* adding happy-dom to common deps ([06e8762](https://github.com/aversini/dev-dependencies/commit/06e876235ce0109ce817ca41227732b8c80e2751))
|
|
9
|
+
|
|
10
|
+
## [2.0.2](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.0.1...dev-dependencies-common-v2.0.2) (2023-12-12)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* bump common non-breaking dev dependencies ([c49c26b](https://github.com/aversini/dev-dependencies/commit/c49c26b7546e60ac392446cdbaac7de28738db7e))
|
|
16
|
+
|
|
3
17
|
## [2.0.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.0.0...dev-dependencies-common-v2.0.1) (2023-12-06)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-common",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@types/fs-extra": "11.0.4",
|
|
11
11
|
"@types/jest": "29.5.11",
|
|
12
12
|
"@types/lodash-es": "4.17.12",
|
|
13
|
-
"@types/node": "20.10.
|
|
13
|
+
"@types/node": "20.10.4",
|
|
14
14
|
"@types/node-notifier": "8.0.5",
|
|
15
|
-
"@types/react": "18.2.
|
|
15
|
+
"@types/react": "18.2.43",
|
|
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.
|
|
20
|
-
"@typescript-eslint/parser": "6.
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "6.14.0",
|
|
20
|
+
"@typescript-eslint/parser": "6.14.0",
|
|
21
21
|
"barrelsby": "2.8.1",
|
|
22
22
|
"bundlemon": "2.0.2",
|
|
23
23
|
"chokidar": "3.5.3",
|
|
@@ -28,16 +28,17 @@
|
|
|
28
28
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
29
29
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
30
30
|
"eslint-plugin-unicorn": "49.0.0",
|
|
31
|
+
"happy-dom": "12.10.3",
|
|
31
32
|
"husky": "8.0.3",
|
|
32
33
|
"jsdom": "23.0.1",
|
|
33
34
|
"lerna": "7.4.2",
|
|
34
35
|
"lint-staged": "15.2.0",
|
|
35
36
|
"nodemon": "3.0.2",
|
|
36
37
|
"npm-run-all": "4.1.5",
|
|
37
|
-
"prettier": "3.1.
|
|
38
|
+
"prettier": "3.1.1",
|
|
38
39
|
"rimraf": "5.0.5",
|
|
39
40
|
"tsup": "8.0.1",
|
|
40
|
-
"typescript": "5.3.
|
|
41
|
+
"typescript": "5.3.3"
|
|
41
42
|
},
|
|
42
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "302c84d058b70d84e6371c70bf7b2bf1e42cc02a"
|
|
43
44
|
}
|