Skip to content

Commit

Permalink
Merge branch 'next' into feat/tabs-next
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Mar 28, 2024
2 parents b78f01d + 007f848 commit 82d99eb
Show file tree
Hide file tree
Showing 26 changed files with 2,231 additions and 309 deletions.
14 changes: 11 additions & 3 deletions packages/skeleton-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"publishConfig": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -48,6 +50,10 @@
},
"devDependencies": {
"@skeletonlabs/skeleton": "workspace:*",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -57,12 +63,14 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"react-router-dom": "^6.22.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-remix-router": "^2.0.0",
"vite-plugin-tw-plugin-watcher": "workspace:*"
"vite-plugin-tw-plugin-watcher": "workspace:*",
"vitest": "^1.4.0"
}
}
}
Loading

0 comments on commit 82d99eb

Please sign in to comment.