Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 8, 2024
1 parent 01f1277 commit ea437e2
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,63 +23,63 @@
"@nivo/funnel": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.1",
"axios": "^1.7.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/themes": "^3.1.4",
"axios": "^1.7.7",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"countries-list": "^3.1.0",
"date-fns": "^3.6.0",
"countries-list": "^3.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"google-libphonenumber": "^3.2.37",
"lucide-react": "^0.414.0",
"next": "14.2.10",
"google-libphonenumber": "^3.2.38",
"lucide-react": "^0.451.0",
"next": "14.2.14",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-day-picker": "^9.0.1",
"react-day-picker": "^9.1.3",
"react-dom": "^18.3.1",
"react-qr-code": "^2.0.15",
"react-select": "^5.8.0",
"tailwind-merge": "^2.4.0",
"react-select": "^5.8.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.2.2",
"twilio-sync": "^3.3.3",
"twilio": "^5.3.3",
"twilio-sync": "^3.3.5",
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"@playwright/test": "^1.45.2",
"@testing-library/react": "^16.0.0",
"@playwright/test": "^1.47.2",
"@testing-library/react": "^16.0.1",
"@types/google-libphonenumber": "^7.4.30",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"eslint-config-next": "14.2.5",
"jsdom": "^24.1.1",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.14",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"throttled-queue": "^2.1.4",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
}
}

0 comments on commit ea437e2

Please sign in to comment.