@itcase/config 1.0.56 → 1.0.58
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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.58",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Config",
|
|
6
6
|
"engines": {
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@lehoczky/postcss-fluid": "^1.0.3",
|
|
34
34
|
"@svgr/webpack": "^8.1.0",
|
|
35
35
|
"autoprefixer": "^10.4.21",
|
|
36
|
-
"cssnano": "^7.1.
|
|
37
|
-
"cssnano-preset-default": "^7.0.
|
|
36
|
+
"cssnano": "^7.1.1",
|
|
37
|
+
"cssnano-preset-default": "^7.0.9",
|
|
38
38
|
"postcss-aspect-ratio-polyfill": "^2.0.0",
|
|
39
39
|
"postcss-clamp": "^4.1.0",
|
|
40
40
|
"postcss-cli": "^11.0.1",
|
|
41
41
|
"postcss-color-hsla-fallback": "^1.0.0",
|
|
42
42
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
43
43
|
"postcss-convert-unit": "^0.1.3",
|
|
44
|
-
"postcss-dark-theme-class": "^
|
|
44
|
+
"postcss-dark-theme-class": "^2.0.0",
|
|
45
45
|
"postcss-discard-duplicates": "^7.0.2",
|
|
46
46
|
"postcss-each": "^1.1.0",
|
|
47
47
|
"postcss-easings": "^4.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postcss-hexrgba": "^2.1.0",
|
|
51
51
|
"postcss-import": "^16.1.1",
|
|
52
52
|
"postcss-import-ext-glob": "^2.1.1",
|
|
53
|
-
"postcss-loader": "^8.
|
|
53
|
+
"postcss-loader": "^8.2.0",
|
|
54
54
|
"postcss-merge-at-rules": "^1.2.0",
|
|
55
55
|
"postcss-mixins": "^12.1.2",
|
|
56
56
|
"postcss-mq-extract": "^1.0.0",
|
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
"postcss-nested-ancestors": "^3.0.0",
|
|
59
59
|
"postcss-normalize": "^13.0.1",
|
|
60
60
|
"postcss-prepend-imports": "^1.0.1",
|
|
61
|
-
"postcss-preset-env": "^10.
|
|
61
|
+
"postcss-preset-env": "^10.4.0",
|
|
62
62
|
"postcss-pxtorem": "^6.1.0",
|
|
63
63
|
"postcss-sort-media-queries": "^5.2.0",
|
|
64
64
|
"postcss-url": "^10.1.3",
|
|
65
65
|
"postcss-urlrewrite": "^0.3.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@commitlint/cli": "^
|
|
69
|
-
"@commitlint/config-conventional": "^
|
|
70
|
-
"@itcase/lint": "^1.1.
|
|
68
|
+
"@commitlint/cli": "^20.1.0",
|
|
69
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
70
|
+
"@itcase/lint": "^1.1.67",
|
|
71
71
|
"@semantic-release/changelog": "^6.0.3",
|
|
72
72
|
"@semantic-release/git": "^10.0.1",
|
|
73
|
-
"@semantic-release/release-notes-generator": "14.0
|
|
73
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
74
74
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
75
|
-
"eslint": "^9.
|
|
75
|
+
"eslint": "^9.37.0",
|
|
76
76
|
"husky": "^9.1.7",
|
|
77
|
-
"lint-staged": "^16.
|
|
77
|
+
"lint-staged": "^16.2.4",
|
|
78
78
|
"prettier": "^3.6.2",
|
|
79
|
-
"semantic-release": "^24.2.
|
|
80
|
-
"stylelint": "^16.
|
|
81
|
-
"typescript": "^5.9.
|
|
79
|
+
"semantic-release": "^24.2.9",
|
|
80
|
+
"stylelint": "^16.25.0",
|
|
81
|
+
"typescript": "^5.9.3"
|
|
82
82
|
}
|
|
83
83
|
}
|