Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a3ad2b

Browse filesBrowse files
author
Thorsten Luenborg
committed
fix cypress ci docker file
1 parent f1ed68d commit 0a3ad2b
Copy full SHA for 0a3ad2b

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: package/dist/index.esm.js
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: package/dist/index.umd.js
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: package/dist/index.umd.min.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package/src/components/TargetContainer.js

Copy file name to clipboardExpand all lines: package/src/components/TargetContainer.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.