rattail 1.8.1 → 1.8.3
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rattail",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"description": "A utilities library for front-end developers, lightweight and ts-friendly",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"front-end developers",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@configurajs/vite-plus": "0.2.
|
|
75
|
-
"@varlet/axle": "1.0.
|
|
74
|
+
"@configurajs/vite-plus": "0.2.2",
|
|
75
|
+
"@varlet/axle": "1.0.2",
|
|
76
76
|
"js-cookie": "3.0.5",
|
|
77
77
|
"mitt": "3.0.1",
|
|
78
78
|
"ruler-factory": "0.0.14",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"docs:dev": "vitepress dev docs",
|
|
106
106
|
"docs:preview": "vitepress preview docs",
|
|
107
107
|
"format": "vp fmt",
|
|
108
|
-
"lint": "vp lint",
|
|
108
|
+
"lint": "vp lint --fix",
|
|
109
109
|
"release": "pnpm build && vr release",
|
|
110
110
|
"test": "vp test run --coverage"
|
|
111
111
|
}
|