gridjs-react
Advanced tools
Comparing version 1.16.0 to 3.0.2
import { Component } from "react"; | ||
import { Grid as Gridjs, UserConfig } from "gridjs"; | ||
declare class Grid extends Component<Partial<UserConfig>, {}> { | ||
declare class Grid extends Component<Partial<UserConfig>, any> { | ||
private wrapper; | ||
@@ -5,0 +5,0 @@ private readonly instance; |
{ | ||
"name": "gridjs-react", | ||
"version": "1.16.0", | ||
"version": "3.0.2", | ||
"description": "React component for Grid.js", | ||
@@ -25,3 +25,3 @@ "main": "dist/gridjs.production.min.js", | ||
"react": "^16.13.1", | ||
"gridjs": "^1.14.0" | ||
"gridjs": "^3.0.2" | ||
}, | ||
@@ -38,26 +38,28 @@ "scripts": { | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@types/enzyme": "^3.10.5", | ||
"@types/jest": "^26.0.10", | ||
"@types/react": "^16.9.48", | ||
"@types/enzyme": "^3.10.8", | ||
"@types/jest": "^26.0.15", | ||
"@types/react": "^16.9.56", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.3", | ||
"eslint": "~7.6.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-jest": "^23.18.2", | ||
"gridjs": "^1.16.0", | ||
"enzyme-adapter-react-16": "^1.15.5", | ||
"eslint": "~7.13.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"gridjs": "^3.0.2", | ||
"jest": "~25.5.4", | ||
"jsdom": "^16.4.0", | ||
"jsdom-global": "^3.0.2", | ||
"prettier": "~2.0.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"prettier": "~2.1.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"rimraf": "~3.0.2", | ||
"rollup": "^2.26.6", | ||
"rollup": "^2.33.2", | ||
"rollup-plugin-sizes": "^1.0.3", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"source-map-loader": "^0.2.4", | ||
"ts-jest": "^25.5.1", | ||
"ts-loader": "^8.0.3", | ||
"tslib": "^2.0.1", | ||
"ts-loader": "^8.0.11", | ||
"tslib": "^2.0.3", | ||
"tsutils": "~3.17.0", | ||
@@ -64,0 +66,0 @@ "typescript": "^3.9.7" |
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 not supported yet
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
75453
29