@sfxcode/formkit-primevue 2.6.1 → 2.6.2
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.2",
|
|
5
5
|
"packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"dev": "vite serve dev",
|
|
73
73
|
"dev:build": "vite build dev",
|
|
74
74
|
"dev:preview": "vite preview dev",
|
|
75
|
-
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
|
|
75
|
+
"release": "npm run lint && npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
|
|
76
76
|
"lint": "eslint ./src",
|
|
77
77
|
"lint:fix": "eslint . --fix",
|
|
78
78
|
"prepublishOnly": "pnpm build",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@formkit/vue": "^1.6.7",
|
|
94
94
|
"@intlify/core": "9.14.1",
|
|
95
95
|
"primeicons": "^7.0.0",
|
|
96
|
-
"primevue": "^4.2.
|
|
96
|
+
"primevue": "^4.2.1",
|
|
97
97
|
"quill": "^2.0.2",
|
|
98
98
|
"uuid": "^11.0.2",
|
|
99
99
|
"vue-i18n": "9.14.1"
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@antfu/eslint-config": "^3.8.0",
|
|
103
103
|
"@formkit/core": "^1.6.7",
|
|
104
|
-
"@primevue/themes": "^4.2.
|
|
104
|
+
"@primevue/themes": "^4.2.1",
|
|
105
105
|
"@types/node": "^22.8.6",
|
|
106
106
|
"@types/uuid": "^10.0.0",
|
|
107
107
|
"@unocss/preset-icons": "^0.63.6",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"chart.js": "^4.4.6",
|
|
122
122
|
"consola": "^3.2.3",
|
|
123
123
|
"cookie": "^1.0.1",
|
|
124
|
-
"eslint": "^9.
|
|
125
|
-
"happy-dom": "^15.
|
|
124
|
+
"eslint": "^9.14.0",
|
|
125
|
+
"happy-dom": "^15.8.0",
|
|
126
126
|
"json-editor-vue": "^0.17.3",
|
|
127
127
|
"mkdist": "^1.6.0",
|
|
128
128
|
"quill": "^2.0.2",
|