Skip to content

Commit aec7626

Browse files
committed
chore(dependencies): Formkit 1.2.0, PrimeVue 3.35.0
1 parent 1c6357a commit aec7626

File tree

3 files changed

+1101
-781
lines changed

3 files changed

+1101
-781
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",
@@ -41,16 +41,16 @@
4141
"lint": "eslint --fix ./src"
4242
},
4343
"dependencies": {
44-
"@formkit/i18n": "^1.1.0",
45-
"@formkit/vue": "^1.1.0",
44+
"@formkit/i18n": "^1.2.1",
45+
"@formkit/vue": "^1.2.1",
4646
"primeicons": "^6.0.1",
47-
"primevue": "^3.34.1"
47+
"primevue": "^3.35.0"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "1.0.0-beta.6",
51-
"@types/node": "^20.6.4",
52-
"@unocss/preset-icons": "^0.56.1",
53-
"@unocss/preset-uno": "0.56.1",
50+
"@antfu/eslint-config": "1.0.0-beta.18",
51+
"@types/node": "^20.8.0",
52+
"@unocss/preset-icons": "^0.56.4",
53+
"@unocss/preset-uno": "0.56.4",
5454
"@vitejs/plugin-vue": "^4.3.4",
5555
"@vue/babel-preset-app": "^5.0.8",
5656
"@vue/compiler-sfc": "^3.3.4",
@@ -63,23 +63,23 @@
6363
"chart.js": "^4.4.0",
6464
"consola": "^3.2.3",
6565
"eslint": "^8.50.0",
66-
"json-editor-vue": "^0.10.16",
66+
"json-editor-vue": "^0.10.18",
6767
"quill": "^1.3.7",
6868
"sass": "^1.68.0",
6969
"tslib": "^2.6.2",
7070
"typescript": "^5.2.2",
71-
"unocss": "^0.56.1",
71+
"unocss": "^0.56.4",
7272
"unplugin-auto-import": "^0.16.6",
7373
"unplugin-vue-components": "^0.25.2",
74-
"vanilla-jsoneditor": "^0.18.4",
74+
"vanilla-jsoneditor": "^0.18.7",
7575
"vite": "^4.4.9",
76-
"vite-plugin-dts": "^3.5.4",
76+
"vite-plugin-dts": "^3.6.0",
7777
"vite-plugin-eslint": "^1.8.1",
7878
"vite-plugin-pages": "^0.31.0",
7979
"vite-ssg": "^0.23.3",
8080
"vue": "^3.3.4",
8181
"vue-demi": "^0.14.6",
8282
"vue-router": "^4.2.5",
83-
"vue-tsc": "^1.8.13"
83+
"vue-tsc": "^1.8.15"
8484
}
8585
}

0 commit comments

Comments
 (0)