Update dependencies

This commit is contained in:
2026-01-07 14:10:13 -05:00
parent cfe6fc1a4e
commit f5f3078de7
3 changed files with 938 additions and 833 deletions

View File

@@ -1,2 +1,4 @@
Inputs: Inputs:
slider, multi-value slider slider, multi-value slider
Move providers to context and components to providers

1727
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "mattrixwv-components", "name": "mattrixwv-components",
"private": false, "private": false,
"version": "0.0.7", "version": "0.0.8",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -21,38 +21,38 @@
"@headlessui/react": "^2.2.9", "@headlessui/react": "^2.2.9",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"react": "^19.2.0", "react": "^19.2.3",
"react-dom": "^19.2.0", "react-dom": "^19.2.3",
"react-icons": "^5.5.0" "react-icons": "^5.5.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.1", "@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.18",
"@tanstack/eslint-plugin-router": "^1.133.19", "@tanstack/eslint-plugin-router": "^1.141.0",
"@tanstack/react-router": "^1.136.1", "@tanstack/react-router": "^1.142.7",
"@tanstack/react-router-devtools": "^1.136.1", "@tanstack/react-router-devtools": "^1.142.7",
"@tanstack/router-plugin": "^1.136.1", "@tanstack/router-plugin": "^1.142.7",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1", "@types/node": "^25.0.3",
"@types/react": "^19.2.4", "@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1", "@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.10", "@vitest/coverage-v8": "^4.0.16",
"eslint": "^9.39.1", "eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0", "globals": "^16.5.0",
"jsdom": "^27.2.0", "jsdom": "^27.3.0",
"rollup-plugin-jsx-remove-attributes": "^3.1.2", "rollup-plugin-jsx-remove-attributes": "^3.1.2",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.18",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.46.4", "typescript-eslint": "^8.50.0",
"vite": "^7.2.2", "vite": "^7.3.0",
"vite-plugin-dts": "^4.5.4", "vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.10" "vitest": "^4.0.16"
}, },
"overrides": { "overrides": {
"@tailwindcss/vite": { "@tailwindcss/vite": {