react-konva-grid
Advanced tools
Comparing version 1.1.3 to 1.1.5
module.exports = { | ||
stories: ['../src/**/*.stories.[tj]s[x]'], | ||
webpackFinal: async config => { | ||
stories: ["../src/**/*.stories.[tj]s[x]"], | ||
addons: [ | ||
"@storybook/addon-storysource", | ||
"@storybook/addon-knobs", | ||
// "@storybook/addon-docs", | ||
], | ||
webpackFinal: async (config) => { | ||
config.module.rules.push({ | ||
@@ -8,13 +13,13 @@ test: /\.(ts|tsx)$/, | ||
{ | ||
loader: require.resolve('babel-loader'), | ||
loader: require.resolve("babel-loader"), | ||
}, | ||
// Optional | ||
{ | ||
loader: require.resolve('react-docgen-typescript-loader'), | ||
}, | ||
// { | ||
// loader: require.resolve("react-docgen-typescript-loader"), | ||
// }, | ||
], | ||
}); | ||
config.resolve.extensions.push('.ts', '.tsx'); | ||
config.resolve.extensions.push(".ts", ".tsx"); | ||
return config; | ||
}, | ||
} | ||
}; |
{ | ||
"name": "react-konva-grid", | ||
"description": "Canvas grid to render large set of tabular data with virtualization.", | ||
"version": "1.1.3", | ||
"version": "1.1.5", | ||
"main": "dist/index.js", | ||
@@ -39,3 +39,5 @@ "license": "MIT", | ||
"lint-staged": { | ||
"**/*.+(js|jsx|ts|tsx)": ["prettier --write"] | ||
"**/*.+(js|jsx|ts|tsx)": [ | ||
"prettier --write" | ||
] | ||
}, | ||
@@ -47,3 +49,6 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@storybook/addon-docs": "^5.3.18", | ||
"@storybook/addon-info": "^5.3.18", | ||
"@storybook/addon-knobs": "^5.3.18", | ||
"@storybook/addon-storysource": "^5.3.18", | ||
"@storybook/react": "^5.3.18", | ||
@@ -50,0 +55,0 @@ "@storybook/storybook-deployer": "^2.8.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
6829585
29
14687
18
1