@dhis2/ui-icons
Advanced tools
Comparing version 5.7.8 to 6.0.0
{ | ||
"name": "@dhis2/ui-icons", | ||
"version": "5.7.8", | ||
"version": "6.0.0", | ||
"description": "Icons used in the UI libs", | ||
@@ -13,3 +13,4 @@ "main": "build/cjs/lib.js", | ||
"type": "git", | ||
"url": "https://github.com/dhis2/ui-core.git" | ||
"url": "https://github.com/dhis2/ui.git", | ||
"directory": "packages/icons" | ||
}, | ||
@@ -20,10 +21,15 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "d2-app-scripts build" | ||
"build": "yarn run clean && yarn run build:icons && yarn run build:lib", | ||
"build:icons": "svgr -d src/react src/svg", | ||
"build:lib": "d2-app-scripts build", | ||
"clean": "rimraf ./src/react" | ||
}, | ||
"dependencies": { | ||
"@dhis2/prop-types": "^1.6.4" | ||
}, | ||
"files": [ | ||
"build" | ||
] | ||
], | ||
"devDependencies": { | ||
"@svgr/cli": "^5.5.0", | ||
"execa": "^4.1.0", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
966436
0
8209
3
4
1
- Removed@dhis2/prop-types@^1.6.4
- Removed@dhis2/prop-types@1.6.4(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-is@16.13.1(transitive)