Skip to content

Commit 0a3ad2b

Browse files
author
Thorsten Luenborg
committed
fix cypress ci docker file
1 parent f1ed68d commit 0a3ad2b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: cypress/base:8
10+
- image: cypress/base:10
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

package/dist/index.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var TargetContainer = Vue.extend({
3737
// as an abstract component, it doesn't appear in
3838
// the $parent chain of components.
3939
// which means the next parent of any component rendered inside of this oen
40-
// will be the parent from which is was portal'd
40+
// will be the parent from which is was sent
4141
// @ts-expect-error
4242
abstract: true,
4343
name: 'PortalOutlet',

package/dist/index.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
// as an abstract component, it doesn't appear in
5959
// the $parent chain of components.
6060
// which means the next parent of any component rendered inside of this oen
61-
// will be the parent from which is was portal'd
61+
// will be the parent from which is was sent
6262
// @ts-expect-error
6363
abstract: true,
6464
name: 'PortalOutlet',

package/dist/index.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/src/components/TargetContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default Vue.extend({
33
// as an abstract component, it doesn't appear in
44
// the $parent chain of components.
55
// which means the next parent of any component rendered inside of this oen
6-
// will be the parent from which is was portal'd
6+
// will be the parent from which is was sent
77
// @ts-expect-error
88
abstract: true,
99
name: 'PortalOutlet',

0 commit comments

Comments
 (0)