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 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"