From 987388c09a9e4219bf290454b8d3f60923c872d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:12:33 +0000 Subject: [PATCH 1/2] Bump vite from 5.4.14 to 5.4.19 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 5.4.19. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.19 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 8d725f3..48889f4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "storybook": "^8.5.3", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", - "vite": "^5.4.14", + "vite": "^5.4.19", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^3.9.1", "vite-plugin-svgr": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 388e043..7f2bea0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6412,21 +6412,10 @@ vite-tsconfig-paths@^5.1.4: globrex "^0.1.2" tsconfck "^3.0.3" -vite@^5.0.0: - version "5.4.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5" - integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q== - dependencies: - esbuild "^0.21.3" - postcss "^8.4.43" - rollup "^4.20.0" - optionalDependencies: - fsevents "~2.3.3" - -vite@^5.4.14: - version "5.4.14" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408" - integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA== +vite@^5.0.0, vite@^5.4.19: + version "5.4.19" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.19.tgz#20efd060410044b3ed555049418a5e7d1998f959" + integrity sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA== dependencies: esbuild "^0.21.3" postcss "^8.4.43" From d3e7462b117f23d3cd2258d1536ca83174caf8de Mon Sep 17 00:00:00 2001 From: Ramon Candel Segura Date: Tue, 1 Jul 2025 08:47:14 +0200 Subject: [PATCH 2/2] Modified readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5683f24..019e8a1 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,7 @@ This repository contains the library of Internxt components, named `@internxt/in ## Installation -To install the library, you can use npm or yarn: - -```bash -npm install @internxt/internxtui -``` - -or +To install the library, use yarn: ```bash yarn add @internxt/internxtui