mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 13:43:59 -05:00
Updated peerDependencies
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"@headlessui/react": "^2.2.4",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"@types/node": "^24.0.4",
|
||||
|
||||
@@ -4,7 +4,7 @@ import react from "@vitejs/plugin-react";
|
||||
import { resolve } from "path";
|
||||
import { defineConfig } from "vite";
|
||||
import dts from "vite-plugin-dts";
|
||||
import { dependencies } from "./package.json";
|
||||
import { peerDependencies } from "./package.json";
|
||||
|
||||
|
||||
// https://vite.dev/config/
|
||||
@@ -40,7 +40,7 @@ export default defineConfig({
|
||||
"react",
|
||||
"react-dom",
|
||||
"react/jsx-runtime",
|
||||
...Object.keys(dependencies)
|
||||
...Object.keys(peerDependencies)
|
||||
],
|
||||
output: {
|
||||
globals: {
|
||||
|
||||
Reference in New Issue
Block a user