@rehookify/datepicker
Advanced tools
Comparing version 6.6.6 to 6.6.7
{ | ||
"name": "@rehookify/datepicker", | ||
"version": "6.6.6", | ||
"version": "6.6.7", | ||
"description": "The ultimate tool to create a date, range and time picker in your React applications.", | ||
@@ -63,4 +63,4 @@ "main": "dist/index.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@babel/preset-typescript": "^7.24.7", | ||
@@ -70,11 +70,11 @@ "@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/react": "^18.3.3", | ||
"jsdom": "^24.1.0", | ||
"@testing-library/react": "^16.0.1", | ||
"@types/react": "^18.3.5", | ||
"jsdom": "^25.0.0", | ||
"react": "^18.3.1", | ||
"rimraf": "^5.0.7", | ||
"rollup": "^4.18.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.21.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"vitest": "^1.6.0" | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -88,4 +88,4 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=18" | ||
"node": ">=16" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
293931