We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9d368 commit 92a5e89Copy full SHA for 92a5e89
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chronicstone/vue-sweetforms",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"description": "A Vue 3 highly customizable rich-featured form popup generator",
5
"files": [
6
"dist"
@@ -25,7 +25,8 @@
25
"@vuelidate/core": "^2.0.0-alpha.32",
26
"@vuelidate/validators": "^2.0.0-alpha.25",
27
"@vueuse/core": "^7.2.2",
28
- "naive-ui": "^2.21.5"
+ "naive-ui": "^2.25.1",
29
+ "remixicon": "^2.5.0"
30
},
31
"devDependencies": {
32
"@highlightjs/vue-plugin": "^2.1.0",
@@ -35,8 +36,8 @@
35
36
"@windicss/plugin-scrollbar": "^1.2.3",
37
"deepmerge-ts": "^2.0.0",
38
"highlight.js": "^11.3.1",
- "i": "^0.3.7",
39
"npm": "^8.2.0",
40
+ "sass": "^1.45.2",
41
"tailwind-scrollbar": "^1.3.1",
42
"typescript": "^4.4.4",
43
"unplugin-icons": "^0.12.22",
0 commit comments