formue-crud 0.0.17 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formue-crud",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -12,7 +12,9 @@
12
12
  "format": "prettier --write src/"
13
13
  },
14
14
  "dependencies": {
15
+ "@vueform/vueform": "^1.5.3",
15
16
  "@vueuse/core": "^10.4.0",
17
+ "axios": "^1.6.2",
16
18
  "formue": "^0.0.13",
17
19
  "lodash": "^4.17.21",
18
20
  "pinia": "^2.1.6",