@public-ui/schema
Advanced tools
Comparing version 1.7.28 to 1.7.29
{ | ||
"name": "@public-ui/schema", | ||
"version": "1.7.28", | ||
"version": "1.7.29", | ||
"license": "EUPL-1.2", | ||
@@ -47,13 +47,14 @@ "homepage": "https://public-ui.github.io", | ||
"dependencies": { | ||
"adopted-style-sheets": "1.1.5-rc.1" | ||
"adopted-style-sheets": "1.1.5-rc.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "ts5.4", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-no-loops": "0.4.0", | ||
"typescript": "5.5.4", | ||
"eslint": "8.57.1", | ||
"typescript": "5.6.2", | ||
"unbuild": "1.2.1" | ||
}, | ||
"peerDependencies": { | ||
"adopted-style-sheets": "1.1.5-rc.4" | ||
}, | ||
"sideEffects": false, | ||
@@ -77,4 +78,4 @@ "type": "module", | ||
"format": "prettier --check src", | ||
"lint": "eslint src && tsc --noemit" | ||
"lint": "tsc --noemit && eslint src" | ||
} | ||
} |
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
25623
5
2
+ Addedadopted-style-sheets@1.1.5-rc.4(transitive)
+ Addedloglevel@1.9.2(transitive)
- Removedadopted-style-sheets@1.1.5-rc.1(transitive)
- Removedloglevel@1.9.1(transitive)