|
|
|
@ -54,7 +54,7 @@
@@ -54,7 +54,7 @@
|
|
|
|
|
"yaml": "2.3.2" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "7.22.19", |
|
|
|
|
"@babel/core": "7.22.20", |
|
|
|
|
"@mdx-js/react": "2.3.0", |
|
|
|
|
"@storybook/addon-a11y": "6.5.16", |
|
|
|
|
"@storybook/addon-actions": "6.5.16", |
|
|
|
@ -214,19 +214,19 @@
@@ -214,19 +214,19 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/core": { |
|
|
|
|
"version": "7.22.19", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.19.tgz", |
|
|
|
|
"integrity": "sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==", |
|
|
|
|
"version": "7.22.20", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.20.tgz", |
|
|
|
|
"integrity": "sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@ampproject/remapping": "^2.2.0", |
|
|
|
|
"@babel/code-frame": "^7.22.13", |
|
|
|
|
"@babel/generator": "^7.22.15", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.15", |
|
|
|
|
"@babel/helper-module-transforms": "^7.22.19", |
|
|
|
|
"@babel/helper-module-transforms": "^7.22.20", |
|
|
|
|
"@babel/helpers": "^7.22.15", |
|
|
|
|
"@babel/parser": "^7.22.16", |
|
|
|
|
"@babel/template": "^7.22.15", |
|
|
|
|
"@babel/traverse": "^7.22.19", |
|
|
|
|
"@babel/traverse": "^7.22.20", |
|
|
|
|
"@babel/types": "^7.22.19", |
|
|
|
|
"convert-source-map": "^1.7.0", |
|
|
|
|
"debug": "^4.1.0", |
|
|
|
|