Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "merge-refs", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "A function that merges React refs into one.", | ||
@@ -18,10 +18,10 @@ "type": "module", | ||
"build-esm": "tsc --project tsconfig.build.json --outDir dist/esm", | ||
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs --verbatimModuleSyntax false", | ||
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs --moduleResolution node --verbatimModuleSyntax false", | ||
"build-cjs-package": "echo '{\n \"type\": \"commonjs\"\n}' > dist/cjs/package.json", | ||
"clean": "rimraf dist", | ||
"format": "prettier --check . --cache", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"prepack": "yarn clean && yarn build", | ||
"prettier": "prettier --check . --cache", | ||
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit", | ||
"tsc": "tsc --noEmit", | ||
"test": "yarn lint && yarn tsc && yarn format && yarn unit", | ||
"tsc": "tsc", | ||
"unit": "vitest" | ||
@@ -41,18 +41,18 @@ }, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/react": "^15.0.0", | ||
"@types/react": "*", | ||
"eslint": "^8.26.0", | ||
"eslint-config-wojtekmaj": "^0.9.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-wojtekmaj": "^1.0.0", | ||
"happy-dom": "^12.6.0", | ||
"husky": "^8.0.0", | ||
"lint-staged": "^14.0.0", | ||
"prettier": "^3.0.0", | ||
"husky": "^9.0.0", | ||
"lint-staged": "^15.0.0", | ||
"prettier": "^3.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^5.0.0", | ||
"vitest": "^0.34.0" | ||
"typescript": "^5.4.2", | ||
"vitest": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
@@ -64,2 +64,5 @@ "peerDependenciesMeta": { | ||
}, | ||
"resolutions": { | ||
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.0" | ||
}, | ||
"publishConfig": { | ||
@@ -75,6 +78,6 @@ "access": "public", | ||
"type": "git", | ||
"url": "https://github.com/wojtekmaj/merge-refs.git" | ||
"url": "git+https://github.com/wojtekmaj/merge-refs.git" | ||
}, | ||
"funding": "https://github.com/wojtekmaj/merge-refs?sponsor=1", | ||
"packageManager": "yarn@3.1.0" | ||
"packageManager": "yarn@4.1.1" | ||
} |
@@ -1,2 +0,2 @@ | ||
[![npm](https://img.shields.io/npm/v/merge-refs.svg)](https://www.npmjs.com/package/merge-refs) ![downloads](https://img.shields.io/npm/dt/merge-refs.svg) [![CI](https://github.com/wojtekmaj/merge-refs/workflows/CI/badge.svg)](https://github.com/wojtekmaj/merge-refs/actions) | ||
[![npm](https://img.shields.io/npm/v/merge-refs.svg)](https://www.npmjs.com/package/merge-refs) ![downloads](https://img.shields.io/npm/dt/merge-refs.svg) [![CI](https://github.com/wojtekmaj/merge-refs/actions/workflows/ci.yml/badge.svg)](https://github.com/wojtekmaj/merge-refs/actions) | ||
@@ -3,0 +3,0 @@ # Merge-Refs |
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
10319