react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.29 to 3.0.0-beta1
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.29", | ||
"version": "3.0.0-beta1", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
"license": "MIT", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/es/index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"homepage": "https://github.com/marchaos/react-virtualized-sticky-tree#readme", | ||
@@ -23,13 +23,11 @@ "repository": { | ||
"scripts": { | ||
"build": "npm run build:commonjs && npm run build:es", | ||
"build:commonjs": "npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs --ignore *.spec.js", | ||
"build:es": "npm run clean:es && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es --ignore *.spec.js", | ||
"build": "tsc", | ||
"start": "webpack serve --config ./webpack.config.js", | ||
"prepublish": "npm run build", | ||
"clean:commonjs": "rimraf dist/commonjs", | ||
"clean:es": "rimraf dist/es", | ||
"test": "mocha \"test/**/*spec.js*\" --compilers js:babel-register --reporter=dot", | ||
"clean": "rimraf lib", | ||
"test": "npx cypress run\"", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"dist" | ||
"lib/src/**/*" | ||
], | ||
@@ -40,31 +38,23 @@ "bugs": { | ||
"peerDependencies": { | ||
"prop-types": "^15.6.1", | ||
"react": "^16.0.0", | ||
"react-measure": "^2.0.2" | ||
"react": "^16.0.0" | ||
}, | ||
"devDependencies": { | ||
"webpack": "latest", | ||
"babel-cli": "6.8.0", | ||
"babel-core": "latest", | ||
"babel-loader": "latest", | ||
"cross-env": "latest", | ||
"rimraf": "latest", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-react-constant-elements": "latest", | ||
"babel-plugin-transform-react-inline-elements": "latest", | ||
"babel-plugin-transform-react-remove-prop-types": "latest", | ||
"babel-polyfill": "^6.13.0", | ||
"babel-preset-airbnb": "^2.0.0", | ||
"babel-preset-es2015": "latest", | ||
"babel-preset-react": "latest", | ||
"babel-preset-stage-0": "latest", | ||
"babel-register": "^6.18.0", | ||
"@babel/cli": "^7.12.8", | ||
"@babel/core": "^7.12.9", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-export-default-from": "^7.12.1", | ||
"@babel/preset-env": "^7.12.7", | ||
"@babel/preset-react": "^7.12.7", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-measure": "^2.0.6", | ||
"babel-loader": "^8.2.1", | ||
"chai": "^3.5.0", | ||
"chai-enzyme": "latest", | ||
"chai-enzyme": "^0.8.0", | ||
"cross-env": "^7.0.2", | ||
"cypress": "^6.0.0", | ||
"enzyme": "latest", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "latest", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^5.0.0", | ||
"eslint-plugin-react": "^7.0.0", | ||
"html-webpack-plugin": "^4.5.0", | ||
"jsdom": "10.1.0", | ||
@@ -75,4 +65,15 @@ "jsdom-global": "latest", | ||
"nyc": "^8.3.1", | ||
"testdouble": "^1.8.0" | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"rimraf": "^3.0.2", | ||
"testdouble": "^1.8.0", | ||
"typescript": "^4.1.2", | ||
"webpack": "^5.9.0", | ||
"webpack-cli": "^4.2.0", | ||
"webpack-dev-server": "^3.11.0" | ||
}, | ||
"dependencies": { | ||
"react-measure": "^2.5.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
15
55858
32
1101
1
1
+ Addedreact-measure@^2.5.2