diff options
author | Wolfgang Müller | 2024-05-03 21:08:54 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-05-03 21:08:54 +0200 |
commit | 00ec1c5a36c29ae315fc0c5ecf4990eab4c057d5 (patch) | |
tree | 3151539fcbdab2a83d48e804c6939c74d9359ec2 | |
parent | bd730a72d002792322a836f78351cf84896cb45b (diff) | |
download | hircine-00ec1c5a36c29ae315fc0c5ecf4990eab4c057d5.tar.gz |
build/deps: Update @iconify/tailwind to 1.0.1
-rw-r--r-- | frontend/package-lock.json | 8 | ||||
-rw-r--r-- | frontend/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 85838a9..e671143 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "@graphql-codegen/typed-document-node": "^5.0.6", "@graphql-codegen/typescript-operations": "^4.2.0", "@iconify-json/material-symbols": "^1.1.74", - "@iconify/tailwind": "^0.1.4", + "@iconify/tailwind": "^1.0.0", "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.5.2", "@sveltejs/vite-plugin-svelte": "^3.0.2", @@ -2609,9 +2609,9 @@ } }, "node_modules/@iconify/tailwind": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@iconify/tailwind/-/tailwind-0.1.4.tgz", - "integrity": "sha512-U7RzcU2fkwOfMDsGQ3mtpLIaApSnqb+vgcJJknPPbg8/NF5s7tI1o5otEMfcpnLGk4PbYB8bxmKTz7IJVUlU2Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@iconify/tailwind/-/tailwind-1.0.1.tgz", + "integrity": "sha512-Y0AbOvabPJ4qjhQGWvCfhWoYC7aETqYAg9V++xkHFqy9gcUteKnEEmgOEsoOf6T7V9Xz34qKNLnaIAVkt1gLtQ==", "dev": true, "dependencies": { "@iconify/types": "^2.0.0" diff --git a/frontend/package.json b/frontend/package.json index 1e3bed8..f28927d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@graphql-codegen/typed-document-node": "^5.0.6", "@graphql-codegen/typescript-operations": "^4.2.0", "@iconify-json/material-symbols": "^1.1.74", - "@iconify/tailwind": "^0.1.4", + "@iconify/tailwind": "^1.0.0", "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.5.2", "@sveltejs/vite-plugin-svelte": "^3.0.2", |