@vue/compiler-core
Advanced tools
Comparing version 3.4.15 to 3.4.16
@@ -615,3 +615,4 @@ import { Node as Node$1, Identifier, Function, BlockStatement as BlockStatement$1, Program, ObjectProperty } from '@babel/types'; | ||
X_VNODE_HOOKS = 51, | ||
__EXTEND_POINT__ = 52 | ||
X_V_BIND_INVALID_SAME_NAME_ARGUMENT = 52, | ||
__EXTEND_POINT__ = 53 | ||
} | ||
@@ -618,0 +619,0 @@ export declare const errorMessages: Record<ErrorCodes, string>; |
{ | ||
"name": "@vue/compiler-core", | ||
"version": "3.4.15", | ||
"version": "3.4.16", | ||
"description": "@vue/compiler-core", | ||
@@ -49,11 +49,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.23.6", | ||
"@babel/parser": "^7.23.9", | ||
"entities": "^4.5.0", | ||
"estree-walker": "^2.0.2", | ||
"source-map-js": "^1.0.2", | ||
"@vue/shared": "3.4.15" | ||
"@vue/shared": "3.4.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.23.6" | ||
"@babel/types": "^7.23.9" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
602537
19758
+ Added@vue/shared@3.4.16(transitive)
- Removed@vue/shared@3.4.15(transitive)
Updated@babel/parser@^7.23.9
Updated@vue/shared@3.4.16