Skip to content

Commit f07dd64

Browse files
authored
Merge pull request #159 from cloudinary/fix/bump-packages
2 parents a7d4113 + 985ae7b commit f07dd64

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,41 @@
6262
"license": "MIT",
6363
"repository": {
6464
"github": "https://github.com/cloudinary/cloudinary-vue"
65+
},
66+
"overrides": {
67+
"vue-styleguidist": {
68+
"react-styleguidist": {
69+
"react-dev-utils": {
70+
"immer": "9.0.6"
71+
}
72+
}
73+
},
74+
"@vue/cli-plugin-babel": {
75+
"@vue/cli-shared-utils": {
76+
"request": {
77+
"http-signature": {
78+
"jsprim": {
79+
"json-schema": "0.4.0"
80+
}
81+
}
82+
}
83+
}
84+
},
85+
"@vue/cli-service": {
86+
"webpack-dev-server": {
87+
"@vue/cli-service": {
88+
"sockjs-client": {
89+
"eventsource": {
90+
"original": {
91+
"url-parse": "1.5.9"
92+
}
93+
}
94+
},
95+
"webpack-bundle-analyzer": {
96+
"ejs": "3.1.6"
97+
}
98+
}
99+
}
100+
}
65101
}
66102
}

0 commit comments

Comments
 (0)