8000 Merge branch 'dev' into chore-update-bootstrap-doc-links · bootstrap-vue/bootstrap-vue@5556724 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5556724

Browse files
authored
Merge branch 'dev' into chore-update-bootstrap-doc-links
2 parents e24c87b + de0f2c6 commit 5556724

File tree

2 files changed

+54
-127
lines changed

2 files changed

+54
-127
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
},
9999
"devDependencies": {
100100
"@babel/cli": "^7.10.1",
101-
"@babel/core": "^7.10.1",
101+
"@babel/core": "^7.10.2",
102102
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
103103
"@babel/plugin-transform-runtime": "^7.10.1",
104-
"@babel/preset-env": "^7.10.1",
105-
"@babel/standalone": "^7.10.1",
104+
"@babel/preset-env": "^7.10.2",
105+
"@babel/standalone": "^7.10.2",
106106
"@nuxtjs/google-analytics": "^2.3.0",
107107
"@nuxtjs/pwa": "^3.0.0-beta.20",
108108
"@nuxtjs/robots": "^2.4.2",
@@ -134,7 +134,6 @@
134134
"eslint-plugin-standard": "^4.0.1",
135135
"eslint-plugin-vue": "^6.2.2",
136136
"esm": "^3.2.25",
137-
"gh-pages": "^2.2.0",
138137
"highlight.js": "^9.18.1",
139138
"html-loader": "^1.1.0",
140139
"husky": "^4.2.5",
@@ -149,7 +148,7 @@
149148
"postcss-cli": "^7.1.1",
150149
"prettier": "1.14.3",
151150
"require-context": "^1.1.0",
152-
"rollup": "^2.11.2",
151+
"rollup": "^2.12.0",
153152
"rollup-plugin-babel": "^4.4.0",
154153
"rollup-plugin-commonjs": "^10.1.0",
155154
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 50 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
semver "^5.4.1"
7373
source-map "^0.5.0"
7474

75-
"@babel/core@^7.10.1":
76-
version "7.10.1"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
78-
integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
75+
"@babel/core@^7.10.2":
76+
version "7.10.2"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
78+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
7979
dependencies:
8080
"@babel/code-frame" "^7.10.1"
81-
"@babel/generator" "^7.10.1"
81+
"@babel/generator" "^7.10.2"
8282
"@babel/helper-module-transforms" "^7.10.1"
8383
"@babel/helpers" "^7.10.1"
84-
"@babel/parser" "^7.10.1"
84+
"@babel/parser" "^7.10.2"
8585
"@babel/template" "^7.10.1"
8686
"@babel/traverse" "^7.10.1"
87-
"@babel/types" "^7.10.1"
87+
"@babel/types" "^7.10.2"
8888
convert-source-map "^1.7.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.1"
@@ -104,6 +104,16 @@
104104
lodash "^4.17.13"
105105
source-map "^0.5.0"
106106

107+
"@babel/generator@^7.10.2":
108+
version "7.10.2"
109+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
110+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
111+
dependencies:
112+
"@babel/types" "^7.10.2"
113+
jsesc "^2.5.1"
114+
lodash "^4.17.13"
115+
source-map "^0.5.0"
116+
107117
"@babel/generator@^7.9.6":
108118
version "7.9.6"
109119
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -144,10 +154,10 @@
144154
"@babel/helper-explode-assignable-expression" "^7.8.3"
145155
"@babel/types" "^7.8.3"
146156

147-
"@babel/helper-compilation-targets@^7.10.1":
148-
version "7.10.1"
149-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63"
150-
integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw==
157+
"@babel/helper-compilation-targets@^7.10.2":
158+
version "7.10.2"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285"
160+
integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==
151161
dependencies:
152162
"@babel/compat-data" "^7.10.1"
153163
browserslist "^4.12.0"
@@ -528,6 +538,11 @@
528538
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
529539
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
530540

541+
"@babel/parser@^7.10.2":
542+
version "7.10.2"
543+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
544+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
545+
531546
"@babel/plugin-proposal-async-generator-functions@^7.10.1":
532547
version "7.10.1"
533548
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz#6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55"
@@ -1336,13 +1351,13 @@
13361351
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
13371352
"@babel/helper-plugin-utils" "^7.8.3"
13381353

1339-
"@babel/preset-env@^7.10.1":
1340-
version "7.10.1"
1341-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808"
1342-
integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ==
1354+
"@babel/preset-env@^7.10.2":
1355+
version "7.10.2"
1356+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb"
1357+
integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==
13431358
dependencies:
13441359
"@babel/compat-data" "^7.10.1"
1345-
"@babel/helper-compilation-targets" "^7.10.1"
1360+
"@babel/helper-compilation-targets" "^7.10.2"
13461361
"@babel/helper-module-imports" "^7.10.1"
13471362
"@babel/helper-plugin-utils" "^7.10.1"
13481363
"@babel/plugin-proposal-async-generator-functions" "^7.10.1"
@@ -1399,7 +1414,7 @@
13991414
"@babel/plugin-transform-unicode-escapes" "^7.10.1"
14001415
"@babel/plugin-transform-unicode-regex" "^7.10.1"
14011416
"@babel/preset-modules" "^0.1.3"
1402-
"@babel/types" "^7.10.1"
1417+
"@babel/types" "^7.10.2"
14031418
browserslist "^4.12.0"
14041419
core-js-compat "^3.6.2"
14051420
invariant "^2.2.2"
@@ -1490,10 +1505,10 @@
14901505
dependencies:
14911506
regenerator-runtime "^0.13.4"
14921507

1493-
"@babel/standalone@^7.10.1":
1494-
version "7.10.1"
1495-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.10.1.tgz#36057177f8d42628e97744e76ba4851fc7369045"
1496-
integrity sha512-WYJ4SIteSGsgHK2/8YIuXm16IZ7LzuLxmEDc5UPYTGeTF31ibhpJZbZtgSQuhoTpSNh14euPSdBPQ91DiPveHA==
1508+
"@babel/standalone@^7.10.2":
1509+
version "7.10.2"
1510+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.10.2.tgz#49dbbadcbc4b199df064d7d8b3e21c915b84abdb"
1511+
integrity sha512-PNQuj9oQH6BL/3l9iiL8hJLQwX14woA2/FHcPtNIZAc7IgFZYJdtMBMXiy4xcefADHTSvoBnmc2AybrHRW1IKQ==
14971512

14981513
"@babel/template@^7.10.1":
14991514
version "7.10.1"
@@ -1561,6 +1576,15 @@
15611576
lodash "^4.17.13"
15621577
to-fast-properties "^2.0.0"
15631578

1579+
"@babel/types@^7.10.2":
1580+
version "7.10.2"
1581+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
1582+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
1583+
dependencies:
1584+
"@babel/helper-validator-identifier" "^7.10.1"
1585+
lodash "^4.17.13"
1586+
to-fast-properties "^2.0.0"
1587+
15641588
"@bcoe/v8-coverage@^0.2.3":
15651589
version "0.2.3"
15661590
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2832,23 +2856,11 @@ array-includes@^3.0.3:
28322856
es-abstract "^1.17.0"
28332857
is-string "^1.0.5"
28342858

2835-
array-union@^1.0.1:
2836-
version "1.0.2"
2837-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
2838-
integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
2839-
dependencies:
2840-
array-uniq "^1.0.1"
2841-
28422859
array-union@^2.1.0:
28432860
version "2.1.0"
28442861
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
28452862
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
28462863

2847-
array-uniq@^1.0.1:
2848-
version "1.0.3"
2849-
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
2850-
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
2851-
28522864
array-unique@^0.3.2:
28532865
version "0.3.2"
28542866
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -2948,13 +2960,6 @@ async-limiter@~1.0.0:
29482960
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
29492961
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
29502962

2951-
async@^2.6.1:
2952-
version "2.6.3"
2953-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
2954-
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
2955-
dependencies:
2956-
lodash "^4.17.14"
2957-
29582963
asynckit@^0.4.0:
29592964
version "0.4.0"
29602965
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -5392,11 +5397,6 @@ elliptic@^6.0.0, elliptic@^6.5.2:
53925397
minimalistic-assert "^1.0.0"
53935398
minimalistic-crypto-utils "^1.0.0"
53945399

5395-
email-addresses@^3.0.1:
5396-
version "3.1.0"
5397-
resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb"
5398-
integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==
5399-
54005400
emoji-regex@^7.0.1:
54015401
version "7.0.3"
54025402
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -6134,28 +6134,6 @@ file-uri-to-path@1.0.0:
61346134
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
61356135
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
61366136

6137-
filename-reserved-regex@^1.0.0:
6138-
version "1.0.0"
6139-
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz#e61cf805f0de1c984567d0386dc5df50ee5af7e4"
6140-
integrity sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=
6141-
6142-
filenamify-url@^1.0.0:
6143-
version "1.0.0"
6144-
resolved "https://registry.yarnpkg.com/filenamify-url/-/filenamify-url-1.0.0.tgz#b32bd81319ef5863b73078bed50f46a4f7975f50"
6145-
integrity sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=
6146-
dependencies:
6147-
filenamify "^1.0.0"
6148-
humanize-url "^1.0.0"
6149-
6150-
filenamify@^1.0.0:
6151-
version "1.2.1"
6152-
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-1.2.1.tgz#a9f2ffd11c503bed300015029272378f1f1365a5"
6153-
integrity sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=
6154-
dependencies:
6155-
filename-reserved-regex "^1.0.0"
6156-
strip-outer "^1.0.0"
6157-
trim-repeated "^1.0.0"
6158-
61596137
filesize@^3.6.1:
61606138
version "3.6.1"
61616139
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317"
@@ -6555,18 +6533,6 @@ getpass@^0.1.1:
65556533
dependencies:
65566534
assert-plus "^1.0.0"
65576535

6558-
gh-pages@^2.2.0:
6559-
version "2.2.0"
6560-
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.2.0.tgz#74ebeaca8d2b9a11279dcbd4a39ddfff3e6caa24"
6561-
integrity sha512-c+yPkNOPMFGNisYg9r4qvsMIjVYikJv7ImFOhPIVPt0+AcRUamZ7zkGRLHz7FKB0xrlZ+ddSOJsZv9XAFVXLmA==
6562-
dependencies:
6563-
async "^2.6.1"
6564-
commander "^2.18.0"
6565-
email-addresses "^3.0.1"
6566-
filenamify-url "^1.0.0"
6567-
fs-extra "^8.1.0"
6568-
globby "^6.1.0"
6569-
65706536
git-branch@^1.0.0:
65716537
version "1.0.0"
65726538
resolved "https://registry.yarnpkg.com/git-branch/-/git-branch-1.0.0.tgz#64cc7dd75da2d81a9d4679087c1f8b56e6bd2d3d"
@@ -6721,17 +6687,6 @@ globby@^11.0.0:
67216687
merge2 "^1.3.0"
67226688
slash "^3.0.0"
67236689

6724-
globby@^6.1.0:
6725-
version "6.1.0"
6726-
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
6727-
integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
6728-
dependencies:
6729-
array-union "^1.0.1"
6730-
glob "^7.0.3"
6731-
object-assign "^4.0.1"
6732-
pify "^2.0.0"
6733-
pinkie-promise "^2.0.0"
6734-
67356690
globule@^1.0.0:
67366691
version "1.3.1"
67376692
resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.1.tgz#90a25338f22b7fbeb527cee63c629aea754d33b9"
@@ -7162,14 +7117,6 @@ humanize-ms@^1.2.1:
71627117
dependencies:
71637118
ms "^2.0.0"
71647119

7165-
humanize-url@^1.0.0:
7166-
version "1.0.1"
7167-
resolved "https://registry.yarnpkg.com/humanize-url/-/humanize-url-1.0.1.tgz#f4ab99e0d288174ca4e1e50407c55fbae464efff"
7168-
integrity sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=
7169-
dependencies:
7170-
normalize-url "^1.0.0"
7171-
strip-url-auth "^1.0.0"
7172-
71737120
humps@^2.0.1:
71747121
version "2.0.1"
71757122
resolved &quo 10000 t;https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa"
@@ -9593,7 +9540,7 @@ normalize-range@^0.1.2:
95939540
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
95949541
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
95959542

9596-
normalize-url@1.9.1, normalize-url@^1.0.0:
9543+
normalize-url@1.9.1:
95979544
version "1.9.1"
95989545
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
95999546
integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
@@ -11861,10 +11808,10 @@ rollup-pluginutils@^2.8.1:
1186111808
dependencies:
1186211809
estree-walker "^0.6.1"
1186311810

11864-
rollup@^2.11.2:
11865-
version "2.11.2"
11866-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.11.2.tgz#b1273ad3e43953d09807672f6b72d08f9f9bc008"
11867-
integrity sha512-pJT6mfH+/gh1sOWyNMAWxjbYGL5x2AfsaR0SWLRwq2e7vxOKt/0mBjtYDTVYF8JXxVzmnuDzA+EpsPLWt/oyrg==
11811+
rollup@^2.12.0:
11812+
version "2.12.0"
11813+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.12.0.tgz#12d49d1db23020f75184da725d064d3db5245678"
11814+
integrity sha512-vKwc/xFkZGM9DRai3Eztpr/4g0yYDgNKVq8tLXhq/aSLbR+/EVL6rTjEW9bgWgeYEIKoN66/5w2Bjv1gzyHR/w==
1186811815
optionalDependencies:
1186911816
fsevents "~2.1.2"
1187011817

@@ -12783,18 +12730,6 @@ strip-json-comments@^3.1.0:
1278312730
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
1278412731
integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==
1278512732

12786-
strip-outer@^1.0.0:
12787-
version "1.0.1"
12788-
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
12789-
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
12790-
dependencies:
12791-
escape-string-regexp "^1.0.2"
12792-
12793-
strip-url-auth@^1.0.0:
12794-
version "1.0.1"
12795-
resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae"
12796-
integrity sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=
12797-
1279812733
style-resources-loader@^1.3.3:
1279912734
version "1.3.3"
1280012735
resolved "https://registry.yarnpkg.com/style-resources-loader/-/style-resources-loader-1.3.3.tgz#e4b3ab93e7c3d1606e86f9549522a0b5c4ad6812"
@@ -13181,13 +13116,6 @@ trim-off-newlines@^1.0.0:
1318113116
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1318213117
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1318313118

13184-
trim-repeated@^1.0.0:
13185-
version "1.0.0"
13186-
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
13187-
integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE=
13188-
dependencies:
13189-
escape-string-regexp "^1.0.2"
13190-
1319113119
trim-trailing-lines@^1.0.0:
1319213120
version "1.1.3"
1319313121
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94"

0 commit comments

Comments
 (0)
0