@riotjs/compiler
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@riotjs/compiler", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Compiler for riot .tag files", | ||
@@ -38,18 +38,18 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.8", | ||
"@riotjs/dom-bindings": "^6.0.0", | ||
"@rollup/plugin-alias": "^3.1.2", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-alias": "^3.1.5", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.30.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-riot": "^3.0.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^9.0.2", | ||
"mocha": "^8.4.0", | ||
"node-sass": "^6.0.1", | ||
"nyc": "^15.1.0", | ||
"pug": "^3.0.2", | ||
"rollup": "^2.53.1", | ||
"rollup": "^2.55.1", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
@@ -66,3 +66,3 @@ "shelljs": "^0.8.4", | ||
"dependencies": { | ||
"@babel/parser": "^7.14.7", | ||
"@babel/parser": "^7.14.8", | ||
"@riotjs/parser": "^4.3.1", | ||
@@ -75,5 +75,5 @@ "@riotjs/util": "2.0.4", | ||
"globals": "^13.10.0", | ||
"recast": "^0.20.4", | ||
"recast": "^0.20.5", | ||
"source-map": "^0.7.3" | ||
} | ||
} |
@@ -74,2 +74,2 @@ import {BINDING_TYPES, EXPRESSION_TYPES, GET_COMPONENT_FN, TEMPLATE_FN} from './constants' | ||
return extendTemplateProperty(ast, options.file, source, sourceNode) | ||
} | ||
} |
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
1921165
52266
Updated@babel/parser@^7.14.8
Updatedrecast@^0.20.5