Skip to content

Commit

Permalink
Missing change - once again
Browse files Browse the repository at this point in the history
  • Loading branch information
wszymanski committed Mar 27, 2023
1 parent 8e49982 commit 0a8612f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 53 deletions.
71 changes: 24 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions wrappers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"unpkg": "./dist/react-handsontable.min.js",
"types": "./index.d.ts",
"exports": {
"./dist/react-handsontable.js": "./dist/react-handsontable.js",
"./dist/react-handsontable.min.js": "./dist/react-handsontable.min.js",
"./dist/react-handsontable.js" : "./dist/react-handsontable.js",
"./dist/react-handsontable.min.js" : "./dist/react-handsontable.min.js",
".": {
"import": "./es/react-handsontable.mjs",
"require": "./commonjs/react-handsontable.js"
Expand Down Expand Up @@ -60,21 +60,20 @@
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/react-dom": "^16.9.1",
"@types/react-redux": "^7.1.7",
"@types/react": "^16.9.5",
"babel-core": "^7.0.0-bridge.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"handsontable": "^12.0.0",
"jest": "^25.1.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react": "^16.10.2",
"redux": "^4.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
Expand All @@ -83,6 +82,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.22.1",
"rollup": "^2.58.0",
"typescript": "3.8.2",
"uglify-js": "^3.4.9"
},
Expand Down

0 comments on commit 0a8612f

Please sign in to comment.