Skip to content

Commit b2b6b6f

Browse files
committed
chore: bump vite & esbuild
1 parent 245230e commit b2b6b6f

File tree

4 files changed

+158
-85
lines changed

4 files changed

+158
-85
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"conventional-changelog-cli": "^2.0.31",
6868
"csstype": "^3.0.3",
6969
"enquirer": "^2.3.2",
70-
"esbuild": "^0.14.11",
70+
"esbuild": "^0.14.35",
7171
"eslint": "^7.7.0",
7272
"execa": "^4.0.2",
7373
"fs-extra": "^9.0.1",
@@ -91,7 +91,7 @@
9191
"ts-jest": "^27.0.5",
9292
"tslib": "^2.3.1",
9393
"typescript": "^4.2.2",
94-
"vite": "^2.7.12",
94+
"vite": "^2.9.0",
9595
"vue": "workspace:*",
9696
"yorkie": "^2.0.0"
9797
}

Diff for: packages/runtime-core/src/compat/instanceChildren.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ShapeFlags } from '@vue/shared/src'
1+
import { ShapeFlags } from '@vue/shared'
22
import { ComponentInternalInstance } from '../component'
33
import { ComponentPublicInstance } from '../componentPublicInstance'
44
import { VNode } from '../vnode'

Diff for: packages/runtime-core/src/componentProps.ts

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export function updateProps(
197197
rawPrevProps: Data | null,
198198
optimized: boolean
199199
) {
200+
debugger
200201
const {
201202
props,
202203
attrs,

0 commit comments

Comments
 (0)