@marko/compiler
Advanced tools
Comparing version 5.37.19 to 5.37.20
@@ -136,3 +136,3 @@ "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");exports.__esModule = true;exports._loader = exports._finder = void 0;exports.buildLookup = buildLookup;exports.clearCaches = clearCaches;exports.excludePackage = exports.excludeDir = void 0;exports.register = register;exports.resolveOptionalTaglibs = resolveOptionalTaglibs;var _lassoPackageRoot = require("lasso-package-root"); | ||
const pkg = (0, _lassoPackageRoot.getRootPackage)(process.cwd()); | ||
return !!(pkg && pkg.dependencies?.[id] || pkg.devDependencies?.[id]); | ||
return !!(pkg && (pkg.dependencies?.[id] || pkg.devDependencies?.[id])); | ||
} |
{ | ||
"name": "@marko/compiler", | ||
"version": "5.37.19", | ||
"version": "5.37.20", | ||
"description": "Marko template to JS compiler.", | ||
@@ -58,15 +58,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/code-frame": "^7.24.7", | ||
"@babel/core": "^7.25.2", | ||
"@babel/generator": "^7.25.0", | ||
"@babel/parser": "^7.25.3", | ||
"@babel/plugin-syntax-typescript": "^7.24.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.8", | ||
"@babel/plugin-transform-typescript": "^7.25.2", | ||
"@babel/runtime": "^7.25.0", | ||
"@babel/traverse": "^7.25.3", | ||
"@babel/types": "^7.25.2", | ||
"@babel/code-frame": "^7.26.0", | ||
"@babel/core": "^7.26.0", | ||
"@babel/generator": "^7.26.0", | ||
"@babel/parser": "^7.26.0", | ||
"@babel/plugin-syntax-typescript": "^7.25.9", | ||
"@babel/plugin-transform-modules-commonjs": "^7.25.9", | ||
"@babel/plugin-transform-typescript": "^7.25.9", | ||
"@babel/runtime": "^7.26.0", | ||
"@babel/traverse": "^7.25.9", | ||
"@babel/types": "^7.26.0", | ||
"@luxass/strip-json-comments": "^1.3.2", | ||
"@marko/babel-utils": "^6.5.7", | ||
"complain": "^1.6.0", | ||
"@marko/babel-utils": "^6.5.8", | ||
"complain": "^1.6.1", | ||
"he": "^1.2.0", | ||
@@ -84,3 +84,3 @@ "htmljs-parser": "^5.5.2", | ||
"devDependencies": { | ||
"@marko/translator-default": "^6.0.19" | ||
"@marko/translator-default": "^6.0.21" | ||
}, | ||
@@ -87,0 +87,0 @@ "publishConfig": { |
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
462611
10789
Updated@babel/code-frame@^7.26.0
Updated@babel/core@^7.26.0
Updated@babel/generator@^7.26.0
Updated@babel/parser@^7.26.0
Updated@babel/runtime@^7.26.0
Updated@babel/traverse@^7.25.9
Updated@babel/types@^7.26.0
Updated@marko/babel-utils@^6.5.8
Updatedcomplain@^1.6.1