react-tag-autocomplete
Advanced tools
Comparing version 7.4.0 to 7.5.0
# Changelog | ||
## v7.5.0 | ||
- Added support for React v19 | ||
## v7.4.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-tag-autocomplete", | ||
"version": "7.4.0", | ||
"version": "7.5.0", | ||
"description": "A simple, accessible, tagging component ready to drop into your React projects.", | ||
@@ -15,3 +15,3 @@ "main": "dist/ReactTags.cjs.js", | ||
"lint": "eslint", | ||
"format": "prettier --write '**/*.{ts,tsx,js,jsx,json,yml}'", | ||
"format": "prettier $([ $CI ] && echo '--check' || echo '--write') '**/*.{js,jsx,ts,tsx,json,yml}'", | ||
"spec": "vitest run", | ||
@@ -51,12 +51,12 @@ "coverage": "vitest run --coverage", | ||
"dts-bundle-generator": "^8.1.2", | ||
"eslint": "^9.11.0", | ||
"eslint-plugin-react-hooks": "^5.1.0-rc", | ||
"eslint": "^9.16.0", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"husky": "^8.0.2", | ||
"jsdom": "^25.0.0", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.4.2", | ||
"react": "^18.3.0", | ||
"react-dom": "^18.3.0", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^8.7.0", | ||
"typescript-eslint": "^8.18.0", | ||
"vite": "^5.4.10", | ||
@@ -66,3 +66,3 @@ "vitest": "^2.1.5" | ||
"peerDependencies": { | ||
"react": "^18.0.0" | ||
"react": "^18.0.0 || ^19.0.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "engines": { |
404513
24
13267