Skip to content

Commit 93f7843

Browse files
committed
chore(dependencies): Update and remove .eslintignore file - since eslint 9 it is not supported anymore
1 parent 2d2a7a0 commit 93f7843

File tree

3 files changed

+522
-526
lines changed

3 files changed

+522
-526
lines changed

.eslintignore

-3
This file was deleted.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
"primevue": "^3.51.0"
8686
},
8787
"devDependencies": {
88-
"@antfu/eslint-config": "2.13.2",
88+
"@antfu/eslint-config": "2.13.3",
8989
"@formkit/core": "^1.6.2",
9090
"@types/node": "^20.12.7",
91-
"@unocss/preset-icons": "0.59.0",
92-
"@unocss/preset-uno": "0.59.0",
91+
"@unocss/preset-icons": "0.59.2",
92+
"@unocss/preset-uno": "0.59.2",
9393
"@vitejs/plugin-vue": "^5.0.4",
9494
"@vue/compiler-sfc": "^3.4.21",
9595
"@vue/server-renderer": "^3.4.21",
@@ -103,26 +103,26 @@
103103
"chart.js": "^4.4.2",
104104
"consola": "^3.2.3",
105105
"eslint": "^9.0.0",
106-
"json-editor-vue": "^0.13.2",
106+
"json-editor-vue": "^0.14.0",
107107
"mkdist": "^1.4.0",
108108
"quill": "^1.3.7",
109-
"sass": "^1.74.1",
109+
"sass": "^1.75.0",
110110
"tslib": "^2.6.2",
111-
"typescript": "^5.4.4",
111+
"typescript": "^5.4.5",
112112
"unbuild": "2.0.0",
113-
"unocss": "0.59.0",
113+
"unocss": "0.59.2",
114114
"unplugin-auto-import": "^0.17.5",
115115
"unplugin-vue-components": "^0.26.0",
116116
"vanilla-jsoneditor": "^0.23.1",
117117
"vite": "^5.2.8",
118-
"vite-plugin-dts": "^3.8.1",
118+
"vite-plugin-dts": "^3.8.2",
119119
"vite-plugin-eslint": "^1.8.1",
120120
"vite-plugin-pages": "^0.32.1",
121121
"vite-ssg": "^0.23.6",
122122
"vitepress": "1.1.0",
123123
"vue": "^3.4.21",
124124
"vue-demi": "^0.14.7",
125125
"vue-router": "^4.3.0",
126-
"vue-tsc": "^2.0.11"
126+
"vue-tsc": "^2.0.13"
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)