package.json (babel-7.12.6) | : | package.json (babel-7.12.7) | ||
---|---|---|---|---|
{ | { | |||
"name": "@babel/template", | "name": "@babel/template", | |||
"version": "7.10.4", | "version": "7.12.7", | |||
"description": "Generate an AST from a string template.", | "description": "Generate an AST from a string template.", | |||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | "author": "Sebastian McKenzie <sebmck@gmail.com>", | |||
"homepage": "https://babeljs.io/", | "homepage": "https://babeljs.io/", | |||
"license": "MIT", | "license": "MIT", | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "https://github.com/babel/babel.git", | "url": "https://github.com/babel/babel.git", | |||
"directory": "packages/babel-template" | "directory": "packages/babel-template" | |||
}, | }, | |||
"main": "lib/index.js", | "main": "lib/index.js", | |||
"dependencies": { | "dependencies": { | |||
"@babel/code-frame": "workspace:^7.10.4", | "@babel/code-frame": "workspace:^7.10.4", | |||
"@babel/parser": "workspace:^7.10.4", | "@babel/parser": "workspace:^7.12.7", | |||
"@babel/types": "workspace:^7.10.4" | "@babel/types": "workspace:^7.12.7" | |||
} | } | |||
} | } | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |