@handsontable/react-wrapper 16.2.0 → 17.0.0-rc10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsontable/react-wrapper",
3
- "version": "16.2.0",
3
+ "version": "17.0.0-rc10",
4
4
  "description": "Best Data Grid for React with Spreadsheet Look and Feel.",
5
5
  "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
6
6
  "homepage": "https://handsontable.com",
@@ -72,7 +72,7 @@
72
72
  "@types/react-dom": "^18.2.0",
73
73
  "@types/react-redux": "^7.1.7",
74
74
  "cross-env": "^7.0.3",
75
- "handsontable": "^16.0.0",
75
+ "handsontable": "^17.0.0",
76
76
  "jest": "^27.5.1",
77
77
  "jest-environment-jsdom": "^27.5.1",
78
78
  "prop-types": "^15.7.2",
@@ -88,7 +88,7 @@
88
88
  "uglify-js": "^3.4.9"
89
89
  },
90
90
  "peerDependencies": {
91
- "handsontable": ">=16.0.0"
91
+ "handsontable": "^17.0.0"
92
92
  },
93
93
  "scripts": {
94
94
  "build": "npm run clean && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min && npm run prepare:types",
@@ -99,6 +99,7 @@
99
99
  "prepare:types": "mv types/src/* ./ && rimraf ./types",
100
100
  "clean": "rimraf ./es/ && rimraf ./commonjs/ && rimraf ./dist/ && rimraf ./*.d.ts",
101
101
  "publish-package": "npm publish",
102
+ "create-package": "npm pack",
102
103
  "test": "jest",
103
104
  "test.watch": "jest --watch",
104
105
  "watch:commonjs": "cross-env NODE_ENV=cjs rollup -c --watch --bundleConfigAsCjs",