date-picker-svelte
Advanced tools
Comparing version 2.4.2 to 2.4.3
{ | ||
"name": "date-picker-svelte", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "Date and time picker for Svelte", | ||
@@ -14,3 +14,3 @@ "type": "module", | ||
"lint": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && eslint src && prettier --check src", | ||
"format": "prettier --write src && eslint --fix src", | ||
"format": "eslint --fix src && prettier --write src", | ||
"test": "vitest", | ||
@@ -21,11 +21,11 @@ "test:coverage": "vitest --coverage" | ||
"@sveltejs/adapter-static": "^2.0.2", | ||
"@sveltejs/kit": "^1.15.9", | ||
"@sveltejs/kit": "^1.15.10", | ||
"@sveltejs/package": "^2.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"@vitest/coverage-c8": "^0.30.1", | ||
"date-fns": "^2.29.3", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"@vitest/coverage-c8": "^0.31.0", | ||
"date-fns": "^2.30.0", | ||
"eslint": "^8.39.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-svelte": "^2.27.1", | ||
"eslint-plugin-svelte": "^2.27.3", | ||
"mdsvex": "^0.10.6", | ||
@@ -38,4 +38,4 @@ "prettier": "^2.8.8", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.3", | ||
"vitest": "^0.30.1" | ||
"vite": "^4.3.4", | ||
"vitest": "^0.31.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36756