Skip to content

Commit

Permalink
Upgrade react and packages with peer dependencies on react
Browse files Browse the repository at this point in the history
- 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 15, 2023
1 parent 1a51537 commit 12547d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 156 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "snowpack build --clean --reload --config snowpack.deploy.config.js",
"build:docker": "docker compose build",
"build:core": "rollup -c",
"buildx:snowpack": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/snowpack/Dockerfile -t lyanthropos/doenet_test:snowpack-dev .",
"buildx:snowpack": "docker buildx build --platform linux/amd64 -f doenet_docker/snowpack/Dockerfile -t lyanthropos/doenet_test:snowpack-dev .",
"buildx:php": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/php/Dockerfile -t lyanthropos/doenet_test:php-dev .",
"buildx:apache": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/apache/Dockerfile -t lyanthropos/doenet_test:apache-dev .",
"buildx:mysql": "docker buildx build --platform linux/amd64 -f doenet_docker/mysql/Dockerfile -t lyanthropos/doenet_test:mysql-dev .",
Expand All @@ -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 @@ -69,17 +68,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 12547d3

Please sign in to comment.