File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 64
64
"eslint-plugin-vue" : " ^7.18.0" ,
65
65
"jest" : " ^27.2.0" ,
66
66
"prettier-config-vuepress" : " ^1.4.0" ,
67
- "rollup" : " ^2.56.3 " ,
67
+ "rollup" : " ^2.79.0 " ,
68
68
"rollup-plugin-filesize" : " ^9.1.1" ,
69
69
"rollup-plugin-vue" : " ^6.0.0" ,
70
70
"vite-plugin-windicss" : " ^1.8.1" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const banner = `/**
10
10
11
11
export default {
12
12
input : 'src/index.js' ,
13
+ external : [ 'vue' ] ,
13
14
output : [
14
15
{
15
16
file : pkg . main ,
Original file line number Diff line number Diff line change @@ -11520,13 +11520,20 @@ rollup-pluginutils@^2.8.2:
11520
11520
dependencies:
11521
11521
estree-walker "^0.6.1"
11522
11522
11523
- rollup@^2.56.3, rollup@^2. 59.0, rollup@^2.66.0:
11523
+ rollup@^2.59.0, rollup@^2.66.0:
11524
11524
version "2.68.0"
11525
11525
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.68.0.tgz#6ccabfd649447f8f21d62bf41662e5caece3bd66"
11526
11526
integrity sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==
11527
11527
optionalDependencies:
11528
11528
fsevents "~2.3.2"
11529
11529
11530
+ rollup@^2.79.0:
11531
+ version "2.79.0"
11532
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2"
11533
+ integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==
11534
+ optionalDependencies:
11535
+ fsevents "~2.3.2"
11536
+
11530
11537
rss-parser@^3.8.0:
11531
11538
version "3.12.0"
11532
11539
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.12.0.tgz#b8888699ea46304a74363fbd8144671b2997984c"
You can’t perform that action at this time.
0 commit comments