diff --git a/package-lock.json b/package-lock.json index 1a32675..490fbc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pulse-frontend", "version": "0.13.0-alpha", "dependencies": { - "@ciphera-net/ui": "^0.1.1", + "@ciphera-net/ui": "^0.1.2", "@ducanh2912/next-pwa": "^10.2.9", "@phosphor-icons/react": "^2.1.10", "@simplewebauthn/browser": "^13.2.2", @@ -1662,9 +1662,9 @@ } }, "node_modules/@ciphera-net/ui": { - "version": "0.1.1", - "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.1.1/03044e883ed2973c6664e19ff43d2969f1429bd4", - "integrity": "sha512-BM14HMUIVIiyj6YRQFeT07BP56dmHYXtMrSODMrNJ4l5+i6iAw3tbRJ9W5s+5JC1fxn6TbKN43XjTnMfTMHj2w==", + "version": "0.1.2", + "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.1.2/3c7b059065be5a3f4bda0aeab66be342433eefcd", + "integrity": "sha512-e8Iir4CPNJI1RP2pIzh41qLv6Ftig7c+b9OriI2Y+15g2GoaQjFzxzBFo+nyJuCj2QdvtHbkx8YpN+SLfnkPwA==", "dependencies": { "@phosphor-icons/react": "^2.1.10", "class-variance-authority": "^0.7.1", @@ -10807,7 +10807,6 @@ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index fced60c..f78b467 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test:watch": "vitest" }, "dependencies": { - "@ciphera-net/ui": "^0.1.1", + "@ciphera-net/ui": "^0.1.2", "@ducanh2912/next-pwa": "^10.2.9", "@phosphor-icons/react": "^2.1.10", "@simplewebauthn/browser": "^13.2.2",