|
|
|
@ -54,7 +54,7 @@
@@ -54,7 +54,7 @@
|
|
|
|
|
"yaml": "2.3.1" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "7.21.8", |
|
|
|
|
"@babel/core": "7.22.0", |
|
|
|
|
"@mdx-js/react": "2.3.0", |
|
|
|
|
"@storybook/addon-a11y": "6.5.16", |
|
|
|
|
"@storybook/addon-actions": "6.5.16", |
|
|
|
@ -207,20 +207,20 @@
@@ -207,20 +207,20 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/core": { |
|
|
|
|
"version": "7.21.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.8.tgz", |
|
|
|
|
"integrity": "sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==", |
|
|
|
|
"version": "7.22.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.0.tgz", |
|
|
|
|
"integrity": "sha512-D58mjF+Y+89UfbMJpV57UTCg+JRQIFgvROPfH7mmIfBcoFVMkwiiiJyzPyW3onN9kg9noDg7MVyI+Yt64bnfQQ==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@ampproject/remapping": "^2.2.0", |
|
|
|
|
"@babel/code-frame": "^7.21.4", |
|
|
|
|
"@babel/generator": "^7.21.5", |
|
|
|
|
"@babel/generator": "^7.22.0", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.21.5", |
|
|
|
|
"@babel/helper-module-transforms": "^7.21.5", |
|
|
|
|
"@babel/helpers": "^7.21.5", |
|
|
|
|
"@babel/parser": "^7.21.8", |
|
|
|
|
"@babel/template": "^7.20.7", |
|
|
|
|
"@babel/traverse": "^7.21.5", |
|
|
|
|
"@babel/types": "^7.21.5", |
|
|
|
|
"@babel/helper-module-transforms": "^7.22.0", |
|
|
|
|
"@babel/helpers": "^7.22.0", |
|
|
|
|
"@babel/parser": "^7.22.0", |
|
|
|
|
"@babel/template": "^7.21.9", |
|
|
|
|
"@babel/traverse": "^7.22.0", |
|
|
|
|
"@babel/types": "^7.22.0", |
|
|
|
|
"convert-source-map": "^1.7.0", |
|
|
|
|
"debug": "^4.1.0", |
|
|
|
|
"gensync": "^1.0.0-beta.2", |
|
|
|
|