Skip to content

Commit

Permalink
Reverted part of changes related to updating visual tests and example…
Browse files Browse the repository at this point in the history
…s to React 18
  • Loading branch information
wszymanski committed Mar 27, 2023
1 parent 2b36bdf commit c4a14ea
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 40 deletions.
4 changes: 2 additions & 2 deletions examples/next/docs/react/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@handsontable/react": "latest",
"handsontable": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/next/docs/react/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dependencies": {
"@handsontable/react": "latest",
"handsontable": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.2"
},
"devDependencies": {
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"cross-env": "7.0.3",
"jasmine": "3.7.0",
"jasmine-console-reporter": "3.1.0",
"puppeteer": "14.3.0",
"react-app-rewired": "2.1.8",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"typescript": "4.2.4"
},
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
4 changes: 2 additions & 2 deletions examples/next/visual-tests/react/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@handsontable/react": "latest",
"handsontable": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/next/visual-tests/react/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@handsontable/react": "latest",
"handsontable": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.2"
},
"devDependencies": {
Expand Down
71 changes: 47 additions & 24 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,20 +60,21 @@
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@types/react-dom": "^16.9.1",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@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 @@ -82,7 +83,6 @@
"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 c4a14ea

Please sign in to comment.