File tree Expand file tree Collapse file tree
babel-helper-member-expression-to-functions
babel-helper-module-imports
babel-helper-module-transforms
babel-helper-replace-supers
babel-helper-simple-access
babel-helper-transform-fixture-test-runner
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
babel-plugin-proposal-optional-chaining
babel-plugin-transform-proto-to-assign
babel-plugin-transform-react-jsx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " babel" ,
3- "version" : " 7.13.11 " ,
3+ "version" : " 7.13.12 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "type" : " commonjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/compat-data" ,
3- "version" : " 7.13.11 " ,
3+ "version" : " 7.13.12 " ,
44 "author" : " The Babel Team (https://babel.dev/team)" ,
55 "license" : " MIT" ,
66 "description" : " " ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-define-map" ,
3- "version" : " 7.12.13 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Helper function to define a map" ,
55 "repository" : {
66 "type" : " git" ,
1515 "main" : " lib/index.js" ,
1616 "dependencies" : {
1717 "@babel/helper-function-name" : " workspace:^7.12.13" ,
18- "@babel/types" : " workspace:^7.12.13 "
18+ "@babel/types" : " workspace:^7.13.12 "
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-member-expression-to-functions" ,
3- "version" : " 7.13.0 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Helper function to replace certain member expressions with function calls" ,
55 "repository" : {
66 "type" : " git" ,
1515 "main" : " lib/index.js" ,
1616 "author" : " Justin Ridgewell <justin@ridgewell.name>" ,
1717 "dependencies" : {
18- "@babel/types" : " workspace:^7.13.0 "
18+ "@babel/types" : " workspace:^7.13.12 "
1919 },
2020 "devDependencies" : {
2121 "@babel/traverse" : " workspace:^7.12.17"
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-module-imports" ,
3- "version" : " 7.12.13 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Babel helper functions for inserting module loads" ,
55 "author" : " Logan Smyth <loganfsmyth@gmail.com>" ,
66 "homepage" : " https://babel.dev/docs/en/next/babel-helper-module-imports" ,
1515 },
1616 "main" : " lib/index.js" ,
1717 "dependencies" : {
18- "@babel/types" : " workspace:^7.12.13 "
18+ "@babel/types" : " workspace:^7.13.12 "
1919 },
2020 "devDependencies" : {
2121 "@babel/core" : " workspace:*" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-module-transforms" ,
3- "version" : " 7.13.0 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Babel helper functions for implementing ES6 module transformations" ,
55 "author" : " Logan Smyth <loganfsmyth@gmail.com>" ,
66 "homepage" : " https://babel.dev/docs/en/next/babel-helper-module-transforms" ,
1515 },
1616 "main" : " lib/index.js" ,
1717 "dependencies" : {
18- "@babel/helper-module-imports" : " workspace:^7.12.13 " ,
19- "@babel/helper-replace-supers" : " workspace:^7.13.0 " ,
20- "@babel/helper-simple-access" : " workspace:^7.12.13 " ,
18+ "@babel/helper-module-imports" : " workspace:^7.13.12 " ,
19+ "@babel/helper-replace-supers" : " workspace:^7.13.12 " ,
20+ "@babel/helper-simple-access" : " workspace:^7.13.12 " ,
2121 "@babel/helper-split-export-declaration" : " workspace:^7.12.13" ,
2222 "@babel/helper-validator-identifier" : " workspace:^7.12.11" ,
2323 "@babel/template" : " workspace:^7.12.13" ,
2424 "@babel/traverse" : " workspace:^7.13.0" ,
25- "@babel/types" : " workspace:^7.13.0 "
25+ "@babel/types" : " workspace:^7.13.12 "
2626 }
2727}
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-replace-supers" ,
3- "version" : " 7.13.0 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Helper function to replace supers" ,
55 "repository" : {
66 "type" : " git" ,
1414 },
1515 "main" : " lib/index.js" ,
1616 "dependencies" : {
17- "@babel/helper-member-expression-to-functions" : " workspace:^7.13.0 " ,
17+ "@babel/helper-member-expression-to-functions" : " workspace:^7.13.12 " ,
1818 "@babel/helper-optimise-call-expression" : " workspace:^7.12.13" ,
1919 "@babel/traverse" : " workspace:^7.13.0" ,
20- "@babel/types" : " workspace:^7.13.0 "
20+ "@babel/types" : " workspace:^7.13.12 "
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-simple-access" ,
3- "version" : " 7.12.13 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Babel helper for ensuring that access to a given value is performed through simple accesses" ,
55 "author" : " Logan Smyth <loganfsmyth@gmail.com>" ,
66 "homepage" : " https://babel.dev/docs/en/next/babel-helper-simple-access" ,
1515 },
1616 "main" : " lib/index.js" ,
1717 "dependencies" : {
18- "@babel/types" : " workspace:^7.12.13 "
18+ "@babel/types" : " workspace:^7.13.12 "
1919 },
2020 "devDependencies" : {
2121 "@babel/traverse" : " workspace:^7.12.17"
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-transform-fixture-test-runner" ,
3- "version" : " 7.13.10 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Transform test runner for @babel/helper-fixtures module" ,
55 "author" : " Sebastian McKenzie <sebmck@gmail.com>" ,
66 "homepage" : " https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/node" ,
3- "version" : " 7.13.10 " ,
3+ "version" : " 7.13.12 " ,
44 "description" : " Babel command line" ,
55 "author" : " Sebastian McKenzie <sebmck@gmail.com>" ,
66 "homepage" : " https://babel.dev/docs/en/next/babel-node" ,
You can’t perform that action at this time.
0 commit comments