This repository was archived by the owner on Jan 16, 2023. It is now read-only.
File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/storybooks/require-context.macro/issues"
22
22
},
23
23
"homepage" : " https://github.com/storybooks/require-context.macro#readme" ,
24
+ "dependencies" : {
25
+ "@types/webpack-env" : " ^1.14.0"
26
+ },
24
27
"devDependencies" : {
25
28
"@babel/core" : " ^7.5.5" ,
26
29
"@babel/preset-env" : " ^7.5.5" ,
34
37
},
35
38
"peerDependencies" : {
36
39
"babel-plugin-macros" : " ^2.4.2"
37
- }
40
+ },
41
+ "typings" : " require-context.macro.d.ts"
38
42
}
Original file line number Diff line number Diff line change
1
+ declare module 'require-context.macro' {
2
+ const value : (
3
+ path : string ,
4
+ deep : boolean ,
5
+ filter : RegExp ,
6
+ ) => __WebpackModuleApi . RequireContext ;
7
+ export default value ;
8
+ }
Original file line number Diff line number Diff line change 987
987
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
988
988
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
989
989
990
+ " @types/webpack-env@^1.14.0 " :
991
+ version "1.14.0"
992
+ resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.14.0.tgz#8edfc5f8e6eae20eeed3ca0d02974ed4ee5e4efc"
993
+ integrity sha512-Fv+0gYJzE/czLoRKq+gnXWr4yBpPM3tO3C8pDLFwqVKlMICQUq5OsxwwFZYDaVr7+L6mgNDp16iOcJHEz3J5RQ==
994
+
990
995
" @types/yargs@^12.0.2" , "@types/yargs@^12.0.9":
991
996
version "12.0.12"
992
997
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
You can’t perform that action at this time.
0 commit comments