react-timezone-select
Advanced tools
Comparing version 3.2.6 to 3.2.7
@@ -152,3 +152,3 @@ "use client" | ||
case "abbrev": | ||
label = `${prefix} (${abbr})`; | ||
label = `${prefix} ${abbr ? `(${abbr})` : ""}`; | ||
break; | ||
@@ -155,0 +155,0 @@ case "offsetHidden": |
{ | ||
"name": "react-timezone-select", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -44,30 +44,30 @@ "author": "Nico Domino <yo@ndo.dev>", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.5", | ||
"@testing-library/jest-dom": "^6.4.5", | ||
"@testing-library/react": "^15.0.7", | ||
"@babel/core": "^7.24.9", | ||
"@testing-library/jest-dom": "^6.4.8", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.3.2", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/testing-library__jest-dom": "^5.14.9", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@typescript-eslint/eslint-plugin": "^7.17.0", | ||
"@typescript-eslint/parser": "^7.17.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"concurrently": "^8.2.2", | ||
"esbuild": "^0.21.3", | ||
"esbuild": "^0.23.0", | ||
"esbuild-jest": "^0.5.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"gh-pages": "^6.1.1", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"simple-git-hooks": "^2.11.1", | ||
"ts-jest": "^29.1.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.11", | ||
"ts-jest": "^29.2.3", | ||
"tsup": "^8.2.2", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.3.4", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitest": "^1.6.0" | ||
"vitest": "^2.0.4" | ||
}, | ||
@@ -74,0 +74,0 @@ "eslintConfig": { |
21993