react-data-griddex
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "react-data-griddex", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -21,4 +21,3 @@ "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like", | ||
"default": "./lib/bundle.js" | ||
}, | ||
"./dist/": "./dist/" | ||
} | ||
}, | ||
@@ -30,18 +29,14 @@ "browser": "./lib/bundle.js", | ||
"files": [ | ||
"dist", | ||
"lib" | ||
], | ||
"sideEffects": [ | ||
"*.css", | ||
"*.less" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "start-storybook --quiet --no-dll -p 6006", | ||
"start": "start-storybook --quiet -p 6006", | ||
"build": "rollup --config --no-stdin", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test tools", | ||
"eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test", | ||
"eslint:fix": "npm run eslint -- --fix", | ||
"typecheck": "tsc -p tsconfig.all.json", | ||
"build-storybook": "build-storybook --quiet --no-dll", | ||
"build-storybook": "build-storybook --quiet", | ||
"prepublishOnly": "npm install && npm run build && tsc", | ||
@@ -51,46 +46,49 @@ "postpublish": "git push --follow-tags origin HEAD" | ||
"dependencies": { | ||
"clsx": "^1.1.1", | ||
"react-data-grid": "^7.0.0-canary.33", | ||
"react-data-grid-addons": "^7.0.0-alpha.24" | ||
"clsx": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.7", | ||
"@babel/preset-react": "^7.12.7", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@babel/runtime": "^7.12.5", | ||
"@babel/core": "^7.12.16", | ||
"@babel/plugin-transform-runtime": "^7.12.15", | ||
"@babel/preset-env": "^7.12.16", | ||
"@babel/preset-react": "^7.12.13", | ||
"@babel/preset-typescript": "^7.12.16", | ||
"@babel/runtime": "^7.12.13", | ||
"@juggle/resize-observer": "^3.2.0", | ||
"@popperjs/core": "^2.5.4", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@storybook/react": "^6.1.9", | ||
"@testing-library/jest-dom": "^5.11.6", | ||
"@testing-library/react": "^11.2.2", | ||
"@types/faker": "^5.1.4", | ||
"@types/jest": "^26.0.16", | ||
"@types/lodash": "^4.14.165", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-select": "^3.0.27", | ||
"@typescript-eslint/eslint-plugin": "4.8.2", | ||
"@typescript-eslint/parser": "4.8.2", | ||
"@linaria/babel-preset": "^3.0.0-beta.1", | ||
"@linaria/core": "^3.0.0-beta.1", | ||
"@linaria/rollup": "^3.0.0-beta.1", | ||
"@linaria/shaker": "^3.0.0-beta.1", | ||
"@linaria/webpack-loader": "^3.0.0-beta.1", | ||
"@microsoft/api-extractor": "^7.13.2", | ||
"@popperjs/core": "^2.7.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@storybook/react": "^6.1.18", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
"@testing-library/react": "^11.2.5", | ||
"@testing-library/user-event": "^12.7.1", | ||
"@types/faker": "^5.1.6", | ||
"@types/jest": "^26.0.20", | ||
"@types/lodash": "^4.14.168", | ||
"@types/react": "^17.0.2", | ||
"@types/react-dom": "^17.0.1", | ||
"@types/react-select": "^3.1.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"babel-loader": "^8.2.2", | ||
"babel-plugin-optimize-clsx": "^2.6.1", | ||
"clean-css": "^4.2.3", | ||
"core-js": "^3.8.0", | ||
"css-loader": "^5.0.1", | ||
"eslint": "^7.14.0", | ||
"core-js": "^3.8.3", | ||
"css-loader": "^5.0.2", | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jest-dom": "^3.5.0", | ||
"eslint-plugin-jest-dom": "^3.6.5", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react": "^7.22.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"faker": "^5.1.0", | ||
"eslint-plugin-sonarjs": "^0.6.0", | ||
"faker": "^5.4.0", | ||
"jest": "^26.6.3", | ||
"less": "^3.12.2", | ||
"less-loader": "^7.1.0", | ||
"lodash": "^4.17.20", | ||
"mini-css-extract-plugin": "^1.3.1", | ||
"mini-css-extract-plugin": "^1.3.7", | ||
"postcss": "^8.2.6", | ||
"react": "^17.0.1", | ||
@@ -102,6 +100,7 @@ "react-contextmenu": "^2.14.0", | ||
"react-popper": "^2.2.4", | ||
"react-select": "^3.1.1", | ||
"react-select": "^3.2.0", | ||
"react-sortable-hoc": "^1.11.0", | ||
"rollup": "^2.34.1", | ||
"typescript": "~4.1.2" | ||
"rollup": "^2.39.0", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"typescript": "~4.2.2" | ||
}, | ||
@@ -108,0 +107,0 @@ "peerDependencies": { |
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 too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
532032
3
4853
55
43
3
- Removedreact-data-grid@^7.0.0-canary.33
- Removedasap@2.0.6(transitive)
- Removedclassnames@2.5.1(transitive)
- Removeddisposables@1.0.2(transitive)
- Removeddnd-core@2.6.0(transitive)
- Removedhoist-non-react-statics@2.5.5(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash-es@4.17.21(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-contextmenu@2.14.0(transitive)
- Removedreact-data-grid@7.0.0-canary.49(transitive)
- Removedreact-data-grid-addons@7.0.0-canary.9(transitive)
- Removedreact-dnd@2.6.0(transitive)
- Removedreact-dnd-html5-backend@2.6.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-input-autosize@2.2.2(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedreact-select@1.3.0(transitive)
- Removedredux@3.7.2(transitive)
- Removedreselect@4.1.8(transitive)
- Removedscheduler@0.19.1(transitive)
- Removedsymbol-observable@1.2.0(transitive)
- Removedtslib@1.14.1(transitive)