File tree Expand file tree Collapse file tree 5 files changed +1700
-43
lines changed Expand file tree Collapse file tree 5 files changed +1700
-43
lines changed Original file line number Diff line number Diff line change 8
8
"type" : " module" ,
9
9
"scripts" : {
10
10
"build" : " vite build && tsc" ,
11
- "prepublish" : " npm run build"
11
+ "prepublish" : " npm run build" ,
12
+ "test" : " NODE_OPTIONS='--unhandled-rejections=warn' vitest run"
12
13
},
13
14
"repository" : {
14
15
"type" : " git" ,
26
27
"homepage" : " https://github.com/formio/vue-formio#readme" ,
27
28
"peerDependencies" : {
28
29
"@formio/core" : " 2.2.0" ,
29
- "@formio/js" : " 5.0.0-rc.69 " ,
30
+ "@formio/js" : " ^ 5.0.0" ,
30
31
"vue" : " ^3.4.15"
31
32
},
32
33
"devDependencies" : {
33
34
"@formio/core" : " 2.2.0" ,
34
- "@formio/js" : " 5.0.0-rc.69 " ,
35
+ "@formio/js" : " ^ 5.0.0" ,
35
36
"@types/node" : " ^18.17.5" ,
36
37
"@types/vue" : " ^2.0.0" ,
38
+ "@vitejs/plugin-vue" : " ^5.1.0" ,
37
39
"@vue/compiler-sfc" : " ^3.4.15" ,
40
+ "@vue/test-utils" : " ^2.4.3" ,
41
+ "jsdom" : " ^24.0.0" ,
38
42
"typescript" : " ^5.3.3" ,
39
43
"typescript-eslint-parser" : " ^22.0.0" ,
40
44
"vite" : " ^5.0.12" ,
41
45
"vite-plugin-dts" : " ^3.7.2" ,
42
- "vite-tsconfig-paths" : " ^4.3.1"
46
+ "vite-tsconfig-paths" : " ^4.3.1" ,
47
+ "vitest" : " ^1.6.0"
43
48
},
44
49
"files" : [
45
50
" dist"
You can’t perform that action at this time.
0 commit comments