Skip to content

Commit

Permalink
Upgrade react 18
Browse files Browse the repository at this point in the history
- also update packages with peer dependencies on react
- delete file not referenced anywhere (it happened to also reference
  a datetime package that has not be updated to be compatible with react
  18, but it doesn't matter because we didn't actually need it)
- palantir/blueprint#5699
  • Loading branch information
jaltekruse committed Mar 20, 2023
1 parent b4c8df1 commit a1e79b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 155 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"dependencies": {
"@blueprintjs/core": "^4.0.0-beta.0",
"@blueprintjs/datetime": "^4.0.0-beta.0",
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/gutter": "^0.19.9",
Expand Down Expand Up @@ -70,17 +69,17 @@
"lorem-ipsum": "^2.0.4",
"math-expressions": "^2.0.0-alpha59",
"nanoid": "^3.1.31",
"react": "^17.0.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.3",
"react-datetime": "^3.1.1",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-dropzone": "^11.4.2",
"react-is": "^17.0.1",
"react-mathquill": "^1.0.1",
"react-mathquill": "^1.0.3",
"react-measure": "^2.5.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-select": "^4.3.1",
"react-select": "^5.7.0",
"react-table": "^7.7.0",
"react-use-measure": "^2.1.1",
"react-visibility-sensor-v2": "^1.0.0",
Expand Down
150 changes: 0 additions & 150 deletions src/_reactComponents/PanelHeaderComponents/DateTime2.jsx

This file was deleted.

0 comments on commit a1e79b4

Please sign in to comment.