Skip to content

Commit

Permalink
Update react
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jun 11, 2024
1 parent 7f94510 commit eec5a31
Show file tree
Hide file tree
Showing 31 changed files with 467 additions and 441 deletions.
26 changes: 26 additions & 0 deletions .changeset/moody-radios-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@open-pioneer/experimental-layout-sidebar": patch
"@open-pioneer/coordinate-viewer": patch
"@open-pioneer/spatial-bookmarks": patch
"@open-pioneer/basemap-switcher": patch
"@open-pioneer/map-navigation": patch
"@open-pioneer/map-test-utils": patch
"@open-pioneer/ogc-features": patch
"@open-pioneer/overview-map": patch
"@open-pioneer/scale-viewer": patch
"@open-pioneer/geolocation": patch
"@open-pioneer/measurement": patch
"@open-pioneer/react-utils": patch
"@open-pioneer/result-list": patch
"@open-pioneer/scale-bar": patch
"@open-pioneer/selection": patch
"@open-pioneer/printing": patch
"@open-pioneer/editing": patch
"@open-pioneer/legend": patch
"@open-pioneer/search": patch
"@open-pioneer/theme": patch
"@open-pioneer/map": patch
"@open-pioneer/toc": patch
---

Update to react 18.3.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.8.0",
"react-use": "^17.4.2"
},
Expand All @@ -98,7 +98,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.33",
"@types/react": "^18.2.46",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
Expand Down
810 changes: 405 additions & 405 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/experimental-packages/layout-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@emotion/styled": "^11.11.0",
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/runtime": "^2.1.5",
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"openlayers-base-packages": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/basemap-switcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/react-utils": "workspace:^",
"chakra-react-select": "^4.7.6",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-icons": "^4.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/coordinate-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/react-utils": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"proj4": "^2.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/geolocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/notifier": "^0.3.4",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-icons": "^4.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/legend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/map": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/map-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/runtime": "^2.1.5",
"classnames": "^2.3.2",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-icons": "^4.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/proj4": "^2.5.2",
"ol": "^9.0.0",
"proj4": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/measurement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/react-utils": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/overview-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/react-utils": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"@open-pioneer/test-utils": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/printing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/notifier": "^0.3.4",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "build-pioneer-package"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/chakra-integration": "^1.1.3",
"classnames": "^2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/result-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/core": "^1.2.3",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2",
"@chakra-ui/icons": "^2.1.1",
"@tanstack/react-table": "^8.11.6"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/scale-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"ol": "^9.0.0",
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"@open-pioneer/test-utils": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/scale-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@open-pioneer/map": "workspace:^",
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"@open-pioneer/test-utils": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/core": "^1.2.3",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2",
"chakra-react-select": "^4.7.6",
"@chakra-ui/icons": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/notifier": "^0.3.4",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"chakra-react-select": "^4.7.6",
"@chakra-ui/icons": "^2.1.1",
"react-icons": "^4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/spatial-bookmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@open-pioneer/runtime": "^2.1.5",
"classnames": "^2.3.2",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-icons": "^4.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"ol": "^9.0.0",
"react": "^18.2.0",
"react": "^18.3.1",
"classnames": "^2.3.2",
"react-icons": "^4.12.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/samples/experimental-sidebar/sidebar-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/theme": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-use": "^17.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions src/samples/map-sample/ol-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@open-pioneer/theme": "workspace:^",
"@open-pioneer/toc": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-use": "^17.4.2",
"valtio": "^1.12.1"
Expand Down
2 changes: 1 addition & 1 deletion src/samples/ogc-api-sample/ogc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@open-pioneer/toc": "workspace:^",
"ol": "^9.0.0",
"ol-mapbox-style": "^12.2.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"version": "0.0.8"
}
4 changes: 2 additions & 2 deletions src/samples/showcase/showcase-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@open-pioneer/reactivity": "^0.1.0",
"@open-pioneer/http": "^2.1.7",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/theme": "workspace:^",
"react": "^18.2.0"
"react": "^18.3.1"
},
"version": "0.0.8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@open-pioneer/map": "workspace:^",
"@open-pioneer/react-utils": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"react": "^18.2.0"
"react": "^18.3.1"
},
"version": "0.0.7"
}
2 changes: 1 addition & 1 deletion src/samples/test-menu-fix/menu-fix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/runtime": "^2.1.5",
"react": "^18.2.0"
"react": "^18.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@open-pioneer/printing": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/theme": "workspace:^",
"react": "^18.2.0"
"react": "^18.3.1"
},
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion src/samples/test-result-list/result-list-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@open-pioneer/result-list": "workspace:^",
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/theme": "workspace:^",
"react": "^18.2.0"
"react": "^18.3.1"
},
"version": "0.0.3"
}
4 changes: 2 additions & 2 deletions src/samples/test-toc/toc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@open-pioneer/runtime": "^2.1.5",
"@open-pioneer/toc": "workspace:^",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0"
},
"version": "0.0.7"
Expand Down

0 comments on commit eec5a31

Please sign in to comment.