diff --git a/package-lock.json b/package-lock.json index 38edd669..9310072f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1362,6 +1362,17 @@ "@entur/utils": "^0.4.5", "classnames": "^2.3.1", "copy-text-to-clipboard": "2.2" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/button": { @@ -1400,6 +1411,17 @@ "@entur/utils": "^0.4.5", "classnames": "^2.3.1", "downshift": "^6.1.7" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/expand": { @@ -1413,6 +1435,17 @@ "@entur/utils": "^0.4.5", "classnames": "^2.3.1", "react-collapse": "^5.1.0" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/form": { @@ -1426,15 +1459,46 @@ "@entur/typography": "^1.7.0", "@entur/utils": "^0.4.5", "classnames": "^2.3.1" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/icons": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", - "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-5.3.0.tgz", + "integrity": "sha512-g+AgrJMDChJhvRvmJPXJ3spNUZVIcO61uI6ZLeRm4PhboRqaSXpqSzECSM0VwgGXMJ7k3/KncD2DShJ/wcQF+w==", "requires": { - "@entur/tokens": "^3.4.1", - "@entur/utils": "^0.4.5" + "@entur/tokens": "^3.4.2", + "@entur/utils": "^0.4.7" + }, + "dependencies": { + "@entur/tokens": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@entur/tokens/-/tokens-3.4.2.tgz", + "integrity": "sha512-5DK48QnZlW9ybU8f7dD8a6o+uA4bOaw3/JwMOC69XkXPPzecZ8koC6Hs9UAj88N69pB2F70Z5fwpSFZ2vKpBlw==", + "requires": { + "hex-rgb": "^4.1.0", + "typescript": "^4.6.3" + } + }, + "@entur/utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@entur/utils/-/utils-0.4.7.tgz", + "integrity": "sha512-iyKg4ypO0eViroQg/QSHj8l87DJMlZP8L9al2OFLi7p7F4OIIj05+CglwWMOyQDiEvZ0pZ1SDE22We7ywbOKog==", + "requires": { + "react-polymorphic-types": "^1.1.0", + "tiny-warning": "^1.0.3" + } + } } }, "@entur/layout": { @@ -1473,6 +1537,17 @@ "@entur/utils": "^0.4.5", "@reach/menu-button": "^0.16.1", "classnames": "^2.3.1" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/micro-frontend": { @@ -1498,6 +1573,17 @@ "@reach/dialog": "^0.16.0", "classnames": "^2.3.1", "react-focus-lock": "^2.5.2" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/table": { @@ -1533,6 +1619,17 @@ "@entur/utils": "^0.4.5", "@popperjs/core": "^2.10.1", "react-popper": "^2.2.5" + }, + "dependencies": { + "@entur/icons": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@entur/icons/-/icons-4.3.3.tgz", + "integrity": "sha512-yqUxZpNlhJYRlJ/U6Dib4je+xQjhlv3leP4ruypYrZVuLdd8ieaZL427Zh3fvpwDpmJUlZCsu9vAPUXt9YUQPw==", + "requires": { + "@entur/tokens": "^3.4.1", + "@entur/utils": "^0.4.5" + } + } } }, "@entur/typography": { @@ -11751,8 +11848,7 @@ "typescript": { "version": "4.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", - "dev": true + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index c1fbae00..b97e1990 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@entur/button": "2.10.4", "@entur/dropdown": "3.0.17", "@entur/form": "5.4.4", - "@entur/icons": "4.3.3", + "@entur/icons": "5.3.0", "@entur/layout": "2.1.11", "@entur/loader": "0.4.12", "@entur/menu": "4.1.12",