@histoire/vendors
Advanced tools
Comparing version 0.15.8 to 0.16.0
{ | ||
"name": "@babel/parser", | ||
"version": "7.20.15", | ||
"version": "7.21.4", | ||
"description": "A JavaScript parser", | ||
@@ -37,5 +37,5 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/code-frame": "^7.18.6", | ||
"@babel/code-frame": "^7.21.4", | ||
"@babel/helper-check-duplicate-nodes": "^7.18.6", | ||
"@babel/helper-fixtures": "^7.19.4", | ||
"@babel/helper-fixtures": "^7.21.0", | ||
"@babel/helper-string-parser": "^7.19.4", | ||
@@ -42,0 +42,0 @@ "@babel/helper-validator-identifier": "^7.19.1", |
@@ -125,2 +125,8 @@ // This file is auto-generated! Do not modify it directly. | ||
/** | ||
* By default, new.target use is not allowed outside of a function or class. | ||
* Set this to true to accept such code. | ||
*/ | ||
allowNewTargetOutsideFunction?: boolean; | ||
allowSuperOutsideMethod?: boolean; | ||
@@ -135,2 +141,8 @@ | ||
/** | ||
* By default, Babel parser JavaScript code according to Annex B syntax. | ||
* Set this to `false` to disable such behavior. | ||
*/ | ||
annexB?: boolean; | ||
/** | ||
* By default, Babel attaches comments to adjacent AST nodes. | ||
@@ -137,0 +149,0 @@ * When this option is set to false, comments are not attached. |
{ | ||
"name": "nanoid", | ||
"version": "3.3.4", | ||
"version": "3.3.6", | ||
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", | ||
@@ -14,2 +14,8 @@ "keywords": [ | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/ai" | ||
} | ||
], | ||
"author": "Andrey Sitnik <andrey@sitnik.ru>", | ||
@@ -16,0 +22,0 @@ "license": "MIT", |
{ | ||
"name": "@histoire/vendors", | ||
"version": "0.15.8", | ||
"version": "0.16.0", | ||
"description": "Bundled vendors for histoire", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
3523128
88598