Skip to content

Commit

Permalink
chore: bump vite & esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 12, 2022
1 parent 245230e commit b2b6b6f
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 85 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -67,7 +67,7 @@
"conventional-changelog-cli": "^2.0.31",
"csstype": "^3.0.3",
"enquirer": "^2.3.2",
"esbuild": "^0.14.11",
"esbuild": "^0.14.35",
"eslint": "^7.7.0",
"execa": "^4.0.2",
"fs-extra": "^9.0.1",
Expand All @@ -91,7 +91,7 @@
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.2.2",
"vite": "^2.7.12",
"vite": "^2.9.0",
"vue": "workspace:*",
"yorkie": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-core/src/compat/instanceChildren.ts
@@ -1,4 +1,4 @@
import { ShapeFlags } from '@vue/shared/src'
import { ShapeFlags } from '@vue/shared'
import { ComponentInternalInstance } from '../component'
import { ComponentPublicInstance } from '../componentPublicInstance'
import { VNode } from '../vnode'
Expand Down
1 change: 1 addition & 0 deletions packages/runtime-core/src/componentProps.ts
Expand Up @@ -197,6 +197,7 @@ export function updateProps(
rawPrevProps: Data | null,
optimized: boolean
) {
debugger

This comment has been minimized.

Copy link
@LinusBorg

LinusBorg Apr 12, 2022

Member

That's likley a mistake, right? @yyx990803

const {
props,
attrs,
Expand Down

0 comments on commit b2b6b6f

Please sign in to comment.