@versini/dev-dependencies-common 1.0.0 → 1.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 +22 -0
- package/package.json +7 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.1.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.0.1...dev-dependencies-common-v1.1.0) (2023-11-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* bump common to latest ([122efd5](https://github.com/aversini/dev-dependencies/commit/122efd512554145a0bc41925ef114b7f6fd68ea6))
|
|
9
|
+
|
|
10
|
+
## [1.0.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.0.0...dev-dependencies-common-v1.0.1) (2023-11-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* bump common deps to latest ([134d5ba](https://github.com/aversini/dev-dependencies/commit/134d5bac3e913073f141cb24fc536a4aaa9c504e))
|
|
16
|
+
|
|
17
|
+
## 1.0.0 (2023-11-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* migrating to yarn v4 ([3bb5b12](https://github.com/aversini/dev-dependencies/commit/3bb5b120fdaa34832d422c8ab3c438e88c3bb4de))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-common",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,13 +33,16 @@
|
|
|
33
33
|
"husky": "8.0.3",
|
|
34
34
|
"jsdom": "22.1.0",
|
|
35
35
|
"lerna": "7.4.2",
|
|
36
|
-
"lint-staged": "15.0
|
|
36
|
+
"lint-staged": "15.1.0",
|
|
37
37
|
"nodemon": "3.0.1",
|
|
38
38
|
"npm-run-all": "4.1.5",
|
|
39
|
-
"prettier": "3.0
|
|
39
|
+
"prettier": "3.1.0",
|
|
40
40
|
"rimraf": "5.0.5",
|
|
41
41
|
"tsup": "7.2.0",
|
|
42
42
|
"typescript": "5.2.2"
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"resolutions": {
|
|
45
|
+
"prettier": "3.0.3"
|
|
46
|
+
},
|
|
47
|
+
"gitHead": "9027f4afaa0cd953f4e1d9570929708981d08bdf"
|
|
45
48
|
}
|