Skip to content

Commit 9a69fbb

Browse files
committed
chore(dependencies): FormKit 1.5.9
1 parent 3556ef1 commit 9a69fbb

File tree

3 files changed

+480
-482
lines changed

3 files changed

+480
-482
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tag: ${{ github.ref_name }}
3434

3535
- name: Create Release
36-
uses: ncipollo/release-action@v1.13.0
36+
uses: ncipollo/release-action@v1.14.0
3737
with:
3838
allowUpdates: true
3939
draft: false

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"docs:serve": "vitepress serve docs"
4141
},
4242
"dependencies": {
43-
"@formkit/addons": "^1.5.7",
44-
"@formkit/i18n": "^1.5.7",
45-
"@formkit/vue": "^1.5.7",
43+
"@formkit/addons": "^1.5.9",
44+
"@formkit/i18n": "^1.5.9",
45+
"@formkit/vue": "^1.5.9",
4646
"add": "^2.0.6",
4747
"primeicons": "^6.0.1",
4848
"primevue": "^3.48.1"
4949
},
5050
"devDependencies": {
5151
"@antfu/eslint-config": "2.6.4",
52-
"@types/node": "^20.11.16",
52+
"@types/node": "^20.11.18",
5353
"@unocss/preset-icons": "^0.58.5",
5454
"@unocss/preset-uno": "0.58.5",
55-
"@vitejs/plugin-vue": "^5.0.3",
55+
"@vitejs/plugin-vue": "^5.0.4",
5656
"@vue/babel-preset-app": "^5.0.8",
57-
"@vue/compiler-sfc": "^3.4.16",
58-
"@vue/server-renderer": "^3.4.16",
57+
"@vue/compiler-sfc": "^3.4.19",
58+
"@vue/server-renderer": "^3.4.19",
5959
"@vue/test-utils": "^2.4.4",
6060
"@vuedx/typecheck": "~0.7.6",
6161
"@vuedx/typescript-plugin-vue": "~0.7.6",
@@ -72,14 +72,14 @@
7272
"unocss": "^0.58.5",
7373
"unplugin-auto-import": "^0.17.5",
7474
"unplugin-vue-components": "^0.26.0",
75-
"vanilla-jsoneditor": "^0.21.5",
76-
"vite": "^5.1.0",
75+
"vanilla-jsoneditor": "^0.21.6",
76+
"vite": "^5.1.2",
7777
"vite-plugin-dts": "^3.7.2",
7878
"vite-plugin-eslint": "^1.8.1",
7979
"vite-plugin-pages": "^0.32.0",
8080
"vite-ssg": "^0.23.6",
8181
"vitepress": "1.0.0-rc.42",
82-
"vue": "3.4.15",
82+
"vue": "^3.4.19",
8383
"vue-demi": "^0.14.7",
8484
"vue-router": "^4.2.5",
8585
"vue-tsc": "^1.8.27"

0 commit comments

Comments
 (0)