@kdujs/reactivity-transform-canary
Advanced tools
Comparing version 3.20240722.0 to 3.20240729.0-minor.0
{ | ||
"name": "@kdujs/reactivity-transform-canary", | ||
"version": "3.20240722.0", | ||
"version": "3.20240729.0-minor.0", | ||
"description": "@kdujs/reactivity-transform", | ||
@@ -31,5 +31,5 @@ "main": "dist/reactivity-transform.cjs.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.23.5", | ||
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20240722.0", | ||
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20240722.0", | ||
"@babel/parser": "^7.23.0", | ||
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20240729.0-minor.0", | ||
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20240729.0-minor.0", | ||
"estree-walker": "^2.0.2", | ||
@@ -39,5 +39,5 @@ "magic-string": "^0.30.5" | ||
"devDependencies": { | ||
"@babel/core": "^7.23.5", | ||
"@babel/types": "^7.23.5" | ||
"@babel/core": "^7.23.2", | ||
"@babel/types": "^7.23.0" | ||
} | ||
} |
@@ -56,3 +56,3 @@ # @kdujs/reactivity-transform | ||
This package is the lower-level transform that can be used standalone. Higher-level tooling (e.g. `@lahmjs/plugin-kdu` and `kdu-loader`) will provide integration via options. | ||
This package is the lower-level transform that can be used standalone. Higher-level tooling (e.g. `@witejs/plugin-kdu` and `kdu-loader`) will provide integration via options. | ||
@@ -59,0 +59,0 @@ ### `shouldTransform` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
24084
2
+ Added@kdujs/compiler-core-canary@3.20240729.0-minor.0(transitive)
+ Added@kdujs/shared-canary@3.20240729.0-minor.0(transitive)
- Removed@kdujs/compiler-core-canary@3.20240722.0(transitive)
- Removed@kdujs/shared-canary@3.20240722.0(transitive)
Updated@babel/parser@^7.23.0
Updated@kdujs/compiler-core@npm:@kdujs/compiler-core-canary@3.20240729.0-minor.0
Updated@kdujs/shared@npm:@kdujs/shared-canary@3.20240729.0-minor.0