@ivuorinen/base-configs 2.0.9 → 2.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
4
4
|
|
5
|
+
## [2.0.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.9...@ivuorinen/base-configs@2.0.10) (2024-11-24)
|
6
|
+
|
7
|
+
**Note:** Version bump only for package @ivuorinen/base-configs
|
8
|
+
|
5
9
|
## [2.0.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.8...@ivuorinen/base-configs@2.0.9) (2024-11-24)
|
6
10
|
|
7
11
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/base-configs",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.10",
|
4
4
|
"type": "module",
|
5
5
|
"description": "ivuorinen's shareable configurations meta package",
|
6
6
|
"author": {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
12
12
|
},
|
13
13
|
"engines": {
|
14
|
-
"node": ">=
|
14
|
+
"node": ">=20"
|
15
15
|
},
|
16
16
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
17
17
|
"keywords": [
|
@@ -29,11 +29,11 @@
|
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"@ivuorinen/browserslist-config": "^0.4.0",
|
32
|
-
"@ivuorinen/commitlint-config": "^0.3.
|
33
|
-
"@ivuorinen/eslint-config": "^0.5.
|
34
|
-
"@ivuorinen/markdownlint-config": "^0.3.
|
35
|
-
"@ivuorinen/prettier-config": "^0.3.
|
36
|
-
"@ivuorinen/semantic-release-config": "^0.3.
|
32
|
+
"@ivuorinen/commitlint-config": "^0.3.6",
|
33
|
+
"@ivuorinen/eslint-config": "^0.5.7",
|
34
|
+
"@ivuorinen/markdownlint-config": "^0.3.6",
|
35
|
+
"@ivuorinen/prettier-config": "^0.3.6",
|
36
|
+
"@ivuorinen/semantic-release-config": "^0.3.7"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "7fac921a4e34c1fd1ecdf2255295cac4afc649ad"
|
39
39
|
}
|