🌐 AI搜索 & 代理 主页
Skip to content

Commit b138101

Browse files
authored
Merge branch 'dev' into feat/icons
2 parents 8467a8b + 998aedf commit b138101

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"postcss-cli": "^6.1.3",
131131
"prettier": "1.14.3",
132132
"require-context": "^1.1.0",
133-
"rollup": "^1.27.12",
133+
"rollup": "^1.27.13",
134134
"rollup-plugin-babel": "^4.3.3",
135135
"rollup-plugin-commonjs": "^10.1.0",
136136
"rollup-plugin-node-resolve": "^5.2.0",

src/components/toast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ for generating more complex toast content:
485485
## Alerts versus toasts
486486

487487
In some cases you may need just a simple alert style message (i.e. cookie usage notifications,
488-
etc.). In these cases is is usually better to use an fixed position alert instead of a toast, by
488+
etc.). In these cases it is usually better to use an fixed position alert instead of a toast, by
489489
applying a few Bootstrap [utility classes](/docs/reference/utility-classes) and a small bit of
490490
custom styling on a [`<b-alert>`](/docs/components/alert) component:
491491

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10498,10 +10498,10 @@ rollup-pluginutils@^2.8.1:
1049810498
dependencies:
1049910499
estree-walker "^0.6.1"
1050010500

10501-
rollup@^1.27.12:
10502-
version "1.27.12"
10503-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.27.12.tgz#cf84db4b4edaf187eaba95232f34de7cd4d22d9c"
10504-
integrity sha512-51iR7n6NQfdQJlRrIktaGmkdt395A8Vue7CdnlrK6UhY9DY2GaKsTdljWeXisJuZh+w90Gz8VFNh5X+yxP20oQ==
10501+
rollup@^1.27.13:
10502+
version "1.27.13"
10503+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.27.13.tgz#d6d3500512daacbf8de54d2800de62d893085b90"
10504+
integrity sha512-hDi7M07MpmNSDE8YVwGVFA8L7n8jTLJ4lG65nMAijAyqBe//rtu4JdxjUBE7JqXfdpqxqDTbCDys9WcqdpsQvw==
1050510505
dependencies:
1050610506
"@types/estree" "*"
1050710507
"@types/node" "*"

0 commit comments

Comments
 (0)