@ssen/collect-dependencies
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -11,2 +11,3 @@ { | ||
"publishConfig": { | ||
"cache": "~/.npm", | ||
"access": "public" | ||
@@ -17,7 +18,7 @@ }, | ||
"name": "@ssen/collect-dependencies", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"dependencies": { | ||
"type-fest": "^0.20.2", | ||
"typescript": "^4.1.3" | ||
"type-fest": "^1.0.1", | ||
"typescript": "^4.2.3" | ||
} | ||
} |
@@ -399,3 +399,3 @@ # `@ssen/collect-dependencies` | ||
// Arrange : get test condition and test result from function args | ||
function test( | ||
function testFn( | ||
packageJsonContents: PackageJson[], | ||
@@ -420,7 +420,5 @@ matchOrderedNames: string[], | ||
expect(aFile).not.toBeUndefined(); | ||
if (aFile) { | ||
expect(Object.keys(aFile.dependencies || {})).not.toEqual( | ||
expect.arrayContaining([b]), | ||
); | ||
} | ||
expect(Object.keys(aFile?.dependencies ?? {})).not.toEqual( | ||
expect.arrayContaining([b]), | ||
); | ||
} | ||
@@ -430,3 +428,3 @@ }); | ||
test( | ||
testFn( | ||
[ | ||
@@ -436,8 +434,8 @@ { | ||
dependencies: { | ||
react: '>=16.8.0', | ||
'react': '>=16.8.0', | ||
'cornerstone-core': '^2.3.0', | ||
'cornerstone-wado-image-loader': '^2.2.3', | ||
'dicom-parser': '^1.8.3', | ||
rxjs: '^6.5.2', | ||
polylabel: '^1.0.2', | ||
'rxjs': '^6.5.2', | ||
'polylabel': '^1.0.2', | ||
'point-in-polygon': '^1.0.1', | ||
@@ -449,3 +447,3 @@ 'styled-components': '>=4.3.2', | ||
'@lunit/is-polygon-area-greater-than-area': '^1.0.0', | ||
csstype: '^2.6.7', | ||
'csstype': '^2.6.7', | ||
'@storybook/addons': '^5.2.8', | ||
@@ -467,3 +465,3 @@ }, | ||
test( | ||
testFn( | ||
[ | ||
@@ -506,3 +504,3 @@ { | ||
test( | ||
testFn( | ||
[ | ||
@@ -518,3 +516,3 @@ { | ||
dependencies: { | ||
react: '0', | ||
'react': '0', | ||
'test-module3': '0', | ||
@@ -526,3 +524,3 @@ }, | ||
dependencies: { | ||
react: '0', | ||
'react': '0', | ||
'react-router': '0', | ||
@@ -534,3 +532,3 @@ }, | ||
dependencies: { | ||
react: '0', | ||
'react': '0', | ||
'@ssen/test-module1': '0', | ||
@@ -542,3 +540,3 @@ }, | ||
dependencies: { | ||
react: '0', | ||
'react': '0', | ||
'react-intl': '0', | ||
@@ -687,3 +685,3 @@ }, | ||
'@storybook/react': '^5.3.17', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'styled-components': '^5.0.0', | ||
@@ -712,3 +710,3 @@ 'event-target-shim': '^5.0.1', | ||
'@ssen/snackbar': '^2.0.0-alpha.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'styled-components': '^5.0.0', | ||
@@ -733,3 +731,3 @@ }, | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
}, | ||
@@ -752,4 +750,4 @@ main: 'index.js', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
react: '^16.13.1', | ||
csstype: '^2.6.10', | ||
'react': '^16.13.1', | ||
'csstype': '^2.6.10', | ||
}, | ||
@@ -788,5 +786,5 @@ main: 'index.js', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'styled-components': '^5.0.0', | ||
rxjs: '^6.5.4', | ||
'rxjs': '^6.5.4', | ||
'd3-color': '^1.4.0', | ||
@@ -796,3 +794,3 @@ '@material-ui/core': '^4.9.13', | ||
'@lunit/is-touch-device': '^5.0.0-alpha.1', | ||
polylabel: '^1.0.2', | ||
'polylabel': '^1.0.2', | ||
'@lunit/heatmap': '^5.0.0-alpha.1', | ||
@@ -805,3 +803,3 @@ '@lunit/use-opt-control': '^5.0.0-alpha.1', | ||
'@lunit/is-polygon-area-greater-than-area': '^5.0.0-alpha.1', | ||
csstype: '^2.6.10', | ||
'csstype': '^2.6.10', | ||
}, | ||
@@ -825,3 +823,3 @@ main: 'index.js', | ||
'@lunit/insight-viewer': '^5.0.0-alpha.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -860,3 +858,3 @@ }, | ||
'@lunit/insight-viewer': '^5.0.0-alpha.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -894,3 +892,3 @@ }, | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -916,3 +914,3 @@ }, | ||
'@storybook/react': '^5.3.17', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'styled-components': '^5.0.0', | ||
@@ -922,3 +920,3 @@ '@material-ui/core': '^4.9.13', | ||
'@ssen/snackbar': '^2.0.0-alpha.1', | ||
history: '^4.10.1', | ||
'history': '^4.10.1', | ||
'react-router-dom': '^5.1.2', | ||
@@ -930,3 +928,3 @@ 'use-resize-observer': '^6.0.0', | ||
'@lunit/use-dialog': '^5.0.0-alpha.1', | ||
csstype: '^2.6.10', | ||
'csstype': '^2.6.10', | ||
}, | ||
@@ -950,3 +948,3 @@ main: 'index.js', | ||
'@material-ui/icons': '^4.5.1', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -973,3 +971,3 @@ 'styled-components': '^5.0.0', | ||
'@storybook/react': '^5.3.17', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@material-ui/core': '^4.9.13', | ||
@@ -992,3 +990,3 @@ 'styled-components': '^5.0.0', | ||
version: '5.0.0-alpha.1', | ||
dependencies: { 'fs-extra': '^9.0.0', puppeteer: '^3.0.3' }, | ||
dependencies: { 'fs-extra': '^9.0.0', 'puppeteer': '^3.0.3' }, | ||
main: 'index.js', | ||
@@ -1039,3 +1037,3 @@ typings: 'index.d.ts', | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -1060,3 +1058,3 @@ '@lunit/opt-components': '^5.0.0-alpha.1', | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -1079,3 +1077,3 @@ }, | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -1098,3 +1096,3 @@ }, | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/source': '^2.0.0-alpha.1', | ||
@@ -1118,3 +1116,3 @@ }, | ||
'prism-react-renderer': '^1.0.2', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@mdx-js/react': '^1.6.1', | ||
@@ -1143,7 +1141,7 @@ 'react-live': '^2.2.2', | ||
'prism-react-renderer': '^1.0.2', | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'styled-components': '^5.0.0', | ||
'@mdx-js/react': '^1.6.1', | ||
'react-router-dom': '^5.1.2', | ||
slugify: '^1.4.0', | ||
'slugify': '^1.4.0', | ||
}, | ||
@@ -1165,3 +1163,3 @@ main: 'index.js', | ||
dependencies: { | ||
react: '^16.13.1', | ||
'react': '^16.13.1', | ||
'@handbook/code-block': '^2.0.0-alpha.1', | ||
@@ -1168,0 +1166,0 @@ }, |
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
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
54336
1146
+ Addedtype-fest@1.4.0(transitive)
- Removedtype-fest@0.20.2(transitive)
Updatedtype-fest@^1.0.1
Updatedtypescript@^4.2.3