File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-dd" ,
3- "version" : " 1.2.0-beta.7 " ,
3+ "version" : " 1.2.0-dev.0 " ,
44 "description" : " Vue.js component for displaying JavaScript objects with circular references, forked and ported to Vue 3" ,
55 "exports" : {
66 "." : {
1717 "scripts" : {
1818 "test" : " vitest" ,
1919 "coverage" : " vitest run --coverage" ,
20- "cypress" : " cypress" ,
20+ "cypress" : " cypress run --component" ,
21+ "cypress:headed" : " cypress run --component --browser chrome --headed --no-exit" ,
2122 "build" : " vite build"
2223 },
23- "dependencies " : {
24+ "peerDependencies " : {
2425 "vue" : " >2.7.5"
2526 },
2627 "devDependencies" : {
3536 "vite-plugin-dts" : " ^1.7.1" ,
3637 "vite-plugin-libcss" : " ^1.0.5" ,
3738 "vitest" : " ^0.27.1" ,
39+ "vue" : " ^3.2.45" ,
3840 "vue-router" : " ^4.1.6"
3941 },
4042 "repository" : {
You can’t perform that action at this time.
0 commit comments