@gyldendal/kobber-icons
Advanced tools
Comparing version 0.3.60 to 0.3.61
{ | ||
"name": "@gyldendal/kobber-icons", | ||
"version": "0.3.60", | ||
"version": "0.3.61", | ||
"license": "MIT", | ||
@@ -24,6 +24,3 @@ "type": "module", | ||
"@gyldendal/kobber-base": "*", | ||
"@lit/react": "^1.0.5", | ||
"lit": "^3.2.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1" | ||
"lit": "^3.2.0" | ||
}, | ||
@@ -34,3 +31,3 @@ "devDependencies": { | ||
"@types/jsdom": "^21.1.7", | ||
"@types/react": "18.3.6", | ||
"@types/react": "^18.3.6", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
@@ -62,2 +59,18 @@ "@typescript-eslint/parser": "^6.14.0", | ||
}, | ||
"peerDependencies": { | ||
"@lit/react": "^1.0.5", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@lit/react": { | ||
"optional": true | ||
}, | ||
"react": { | ||
"optional": true | ||
}, | ||
"react-dom": { | ||
"optional": true | ||
} | ||
}, | ||
"repository": { | ||
@@ -64,0 +77,0 @@ "type": "git", |
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
597795
- Removed@lit/react@^1.0.5
- Removedreact@18.3.1
- Removedreact-dom@18.3.1