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 88 "type" : " module" ,
99 "scripts" : {
1010 "build" : " vite build && tsc" ,
11- "prepublish" : " npm run build"
11+ "prepublish" : " npm run build" ,
12+ "test" : " NODE_OPTIONS='--unhandled-rejections=warn' vitest run"
1213 },
1314 "repository" : {
1415 "type" : " git" ,
2627 "homepage" : " https://github.com/formio/vue-formio#readme" ,
2728 "peerDependencies" : {
2829 "@formio/core" : " 2.2.0" ,
29- "@formio/js" : " 5.0.0-rc.69 " ,
30+ "@formio/js" : " ^ 5.0.0" ,
3031 "vue" : " ^3.4.15"
3132 },
3233 "devDependencies" : {
3334 "@formio/core" : " 2.2.0" ,
34- "@formio/js" : " 5.0.0-rc.69 " ,
35+ "@formio/js" : " ^ 5.0.0" ,
3536 "@types/node" : " ^18.17.5" ,
3637 "@types/vue" : " ^2.0.0" ,
38+ "@vitejs/plugin-vue" : " ^5.1.0" ,
3739 "@vue/compiler-sfc" : " ^3.4.15" ,
40+ "@vue/test-utils" : " ^2.4.3" ,
41+ "jsdom" : " ^24.0.0" ,
3842 "typescript" : " ^5.3.3" ,
3943 "typescript-eslint-parser" : " ^22.0.0" ,
4044 "vite" : " ^5.0.12" ,
4145 "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"
4348 },
4449 "files" : [
4550 " dist"
You can’t perform that action at this time.
0 commit comments