@szhsin/react-menu
Advanced tools
Comparing version 4.0.3 to 4.0.4-alpha.0
{ | ||
"name": "@szhsin/react-menu", | ||
"version": "4.0.3", | ||
"version": "4.0.4-alpha.0", | ||
"description": "React component for building accessible menu, dropdown, submenu, context menu and more.", | ||
@@ -50,22 +50,22 @@ "author": "Zheng Song", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/core": "^7.23.0", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-react": "^7.22.15", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.5.3", | ||
"@types/react": "^18.2.17", | ||
"@types/jest": "^29.5.4", | ||
"@types/react": "^18.2.21", | ||
"babel-plugin-pure-annotations": "^0.1.2", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"dtslint": "^4.2.1", | ||
"eslint": "^8.45.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-hooks-addons": "^0.3.1", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"jest": "^29.6.4", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -75,5 +75,5 @@ "prettier": "^2.8.8", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.28.0", | ||
"sass": "^1.65.1", | ||
"typescript": "^5.1.6" | ||
"rollup": "^3.29.2", | ||
"sass": "^1.66.1", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -80,0 +80,0 @@ "keywords": [ |
@@ -26,3 +26,3 @@ import React = require('react'); | ||
interface BaseProps<M = undefined> | ||
export interface BaseProps<M = undefined> | ||
extends Omit<React.HTMLAttributes<HTMLElement>, 'className' | 'children'> { | ||
@@ -29,0 +29,0 @@ ref?: React.Ref<any>; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
161611
1