File tree 26 files changed +26
-26
lines changed
eslint/babel-eslint-tests
babel-helper-module-transforms
babel-helper-transform-fixture-test-runner
babel-plugin-proposal-destructuring-private
babel-plugin-syntax-import-assertions
babel-plugin-syntax-import-attributes
babel-plugin-transform-class-static-block
babel-plugin-transform-json-modules
babel-plugin-transform-regexp-modifiers
26 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/eslint-tests" ,
3
- "version" : " 7.25.4 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Tests for babel/eslint-* packages" ,
5
5
"private" : true ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"version_babel8" : " 8.0.0-alpha.12" ,
5
5
"private" : true ,
6
6
"type" : " commonjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/code-frame" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Generate errors that contain a code frame that point to source locations." ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-code-frame" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/compat-data" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"author" : " The Babel Team (https://babel.dev/team)" ,
5
5
"license" : " MIT" ,
6
6
"description" : " " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/core" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Babel compiler core." ,
5
5
"main" : " ./lib/index.js" ,
6
6
"author" : " The Babel Team (https://babel.dev/team)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/generator" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Turns an AST into code." ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/helper-fixtures" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Helper function to support fixtures" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/helper-module-transforms" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Babel helper functions for implementing ES6 module transformations" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-helper-module-transforms" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/helper-transform-fixture-test-runner" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Transform test runner for @babel/helper-fixtures module" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/helpers" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Collection of helper functions used by Babel transforms." ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-helpers" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/node" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Babel command line" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/parser" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " A JavaScript parser" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-parser" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-proposal-destructuring-private" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Transform destructuring private proposal" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-syntax-flow" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Allow parsing of the flow syntax" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-syntax-import-assertions" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Allow parsing of the module assertion attributes in the import statement" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-syntax-import-attributes" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Allow parsing of the module attributes in the import statement" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-transform-class-static-block" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Transform class static blocks" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-transform-json-modules" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/plugin-transform-regexp-modifiers" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Compile inline regular expression modifiers" ,
5
5
"homepage" : " https://babel.dev/docs/en/next/babel-plugin-transform-regexp-modifiers" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/preset-env" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " A Babel preset for each environment." ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-preset-env" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/preset-typescript" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Babel preset for TypeScript." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/runtime-corejs2" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " babel's modular runtime helpers with core-js@2 polyfilling" ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/runtime-corejs3" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " babel's modular runtime helpers with core-js@3 polyfilling" ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/runtime" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " babel's modular runtime helpers" ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/standalone" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Standalone build of Babel for use in non-Node.js environments." ,
5
5
"main" : " ./babel.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/types" ,
3
- "version" : " 7.25.9 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"description" : " Babel Types is a Lodash-esque utility library for AST nodes" ,
5
5
"author" : " The Babel Team (https://babel.dev/team)" ,
6
6
"homepage" : " https://babel.dev/docs/en/next/babel-types" ,
You can’t perform that action at this time.
0 commit comments