Skip to content

Commit d393d60

Browse files
authored
Merge pull request #266 from UW-Macrostrat/simplify-dependencies
Transition to NPM-packaged dependencies
2 parents 7565df9 + e610ecd commit d393d60

File tree

85 files changed

+2408
-17361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2408
-17361
lines changed

.gitmodules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
[submodule "bundledDeps/cesium-martini"]
22
path = packages/cesium-martini
33
url = https://github.com/davenquinn/cesium-martini.git
4-
[submodule "deps/ui-components"]
5-
path = deps/web-components
6-
url = https://github.com/UW-Macrostrat/web-components.git
7-
[submodule "deps/cesium-viewer"]
8-
path = deps/cesium-viewer
9-
url = https://github.com/UW-Macrostrat/cesium-viewer.git
10-
[submodule "deps/cesium-martini"]
11-
path = deps/cesium-martini
12-
url = https://github.com/davenquinn/cesium-martini.git

.idea/vcs.xml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 278 additions & 278 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ compressionLevel: mixed
33
enableGlobalCache: false
44

55
packageExtensions:
6+
"@next/react-dev-overlay@*":
7+
peerDependencies:
8+
react: "*"
69
debug@*:
710
dependencies:
811
supports-color: "*"
912
vite@*:
1013
dependencies:
1114
supports-color: "*"
1215

13-
'@next/react-dev-overlay@*':
14-
peerDependencies:
15-
react: '*'
16-
1716
pnpFallbackMode: all
1817

1918
pnpMode: loose
2019

21-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
20+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

deps/cesium-martini

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/cesium-viewer

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/web-components

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"test": "vitest"
1818
},
1919
"workspaces": [
20-
"deps/web-components/packages/*",
21-
"deps/cesium-viewer",
22-
"deps/cesium-martini",
2320
"packages/*"
2421
],
2522
"authors": [
@@ -42,17 +39,16 @@
4239
"chalk": "^5.3.0",
4340
"http-proxy-middleware": "^3.0.3",
4441
"prettier": "^2.7.1",
45-
"sass": "^1.49.0",
4642
"sass-embedded": "^1.79.1",
4743
"stylus": "^0.55.0",
4844
"typescript": "^5.1.6",
49-
"vite-plugin-rewrite-all": "^1.0.1",
5045
"vitest": "^1.6.0"
5146
},
5247
"dependencies": {
5348
"@blueprintjs/core": "^5.10.2",
5449
"@blueprintjs/select": "^5.1.4",
5550
"@blueprintjs/table": "^5.1.4",
51+
"@corelle/svg-map-layers": "^1.0.0",
5652
"@lagunovsky/redux-react-router": "^3.2.0",
5753
"@loadable/component": "^5.14.1",
5854
"@macrostrat-web/column-builder": "workspace:*",
@@ -66,27 +62,25 @@
6662
"@macrostrat-web/sift": "workspace:*",
6763
"@macrostrat-web/text-toolchain": "workspace:*",
6864
"@macrostrat-web/utility-functions": "workspace:*",
69-
"@macrostrat/api-utils": "workspace:*",
70-
"@macrostrat/api-views": "workspace:*",
71-
"@macrostrat/auth-components": "workspace:*",
72-
"@macrostrat/color-utils": "workspace:*",
73-
"@macrostrat/column-components": "workspace:*",
74-
"@macrostrat/column-views": "workspace:*",
75-
"@macrostrat/corelle": "^2.0.1",
76-
"@macrostrat/data-components": "workspace:*",
77-
"@macrostrat/data-sheet2": "workspace:*",
78-
"@macrostrat/feedback-components": "workspace:*",
79-
"@macrostrat/hyper": "^2.2.1",
80-
"@macrostrat/map-components": "workspace:*",
81-
"@macrostrat/map-interface": "workspace:*",
82-
"@macrostrat/mapbox-react": "workspace:^2.1.0",
83-
"@macrostrat/mapbox-styles": "workspace:*",
84-
"@macrostrat/mapbox-utils": "workspace:*",
85-
"@macrostrat/style-system": "workspace:*",
86-
"@macrostrat/timescale": "workspace:*",
87-
"@macrostrat/ui-components": "workspace:*",
65+
"@macrostrat/api-types": "^1.0.0",
66+
"@macrostrat/color-utils": "^1.0.0",
67+
"@macrostrat/column-components": "^1.0.3",
68+
"@macrostrat/column-views": "^1.0.2",
69+
"@macrostrat/data-components": "^0.0.6",
70+
"@macrostrat/data-sheet": "^2.0.1",
71+
"@macrostrat/feedback-components": "^1.0.1",
72+
"@macrostrat/form-components": "^0.1.2",
73+
"@macrostrat/hyper": "^3.0.6",
74+
"@macrostrat/map-interface": "^1.2.2",
75+
"@macrostrat/map-styles": "^1.1.1",
76+
"@macrostrat/mapbox-react": "^2.5.0",
77+
"@macrostrat/mapbox-utils": "^1.4.0",
78+
"@macrostrat/style-system": "^0.2.0",
79+
"@macrostrat/svg-map-components": "^1.0.3",
80+
"@macrostrat/timescale": "^2.1.1",
81+
"@macrostrat/ui-components": "^4.1.2",
8882
"@react-hook/size": "^2.1.2",
89-
"@supabase/postgrest-js": "^1.11.0",
83+
"@supabase/postgrest-js": "^1.18.1",
9084
"@turf/bbox": "^6.5.0",
9185
"@turf/boolean-contains": "^6.5.0",
9286
"@turf/buffer": "^6.5.0",
@@ -106,25 +100,26 @@
106100
"@visx/scale": "^2.2.2",
107101
"@vitejs/plugin-react": "^4.0.4",
108102
"allotment": "^1.20.2",
109-
"axios": "^0.25.0",
103+
"axios": "^1.7.9",
110104
"chroma-js": "^3.0.0",
111105
"classnames": "^2.2.6",
112106
"compression": "^1.7.4",
113107
"cookie-parser": "^1.4.6",
114108
"cross-fetch": "^4.0.0",
115109
"d3-array": "^3.1.1",
116110
"d3-axis": "^3.0.0",
117-
"d3-format": "^1.4.4",
111+
"d3-format": "^3.1.0",
118112
"d3-geo": "^3.0.1",
119113
"d3-scale": "^4.0.2",
120-
"d3-selection": "^1.0.0",
114+
"d3-selection": "^3.0.0",
121115
"d3-shape": "^3.2.0",
122116
"esbuild": "^0.20.0",
123117
"esbuild-register": "^3.5.0",
124118
"esprima": "^4.0.1",
125-
"express": "^4.18.2",
119+
"express": "^4.21.2",
126120
"express-http-proxy": "^2.0.0",
127121
"fuse.js": "^7.0.0",
122+
"geologic-patterns": "2.0.0-dev1",
128123
"hex-to-css-filter": "^5.4.0",
129124
"history": "^5.3.0",
130125
"immutability-helper": "^3.1.1",
@@ -153,10 +148,12 @@
153148
"use-element-dimensions": "^2.1.3",
154149
"use-react-router-breadcrumbs": "^3.2.1",
155150
"use-resize-observer": "^9.1.0",
156-
"vike": "^0.4.199",
157-
"vike-react": "^0.5.7",
158-
"vite": "^5.3.2",
151+
"vike": "^0.4.222",
152+
"vike-react": "^0.5.12",
153+
"vite": "^6.1.0",
154+
"vite-css-modules": "^1.8.4",
159155
"vite-plugin-cesium": "^1.2.22",
156+
"vite-plugin-cjs-interop": "^2.1.6",
160157
"vite-plugin-inspect": "^0.8.4",
161158
"zustand": "^4.5.1"
162159
},
@@ -167,5 +164,5 @@
167164
"prettier": {
168165
"proseWrap": "always"
169166
},
170-
"packageManager": "yarn@4.5.1"
167+
"packageManager": "yarn@4.6.0"
171168
}

packages/column-builder/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@blueprintjs/popover2": "^1.2.1",
1414
"@blueprintjs/select": "^5.2.1",
1515
"@macrostrat-web/settings": "workspace:*",
16-
"@macrostrat/column-components": "workspace:*",
17-
"@macrostrat/data-components": "workspace:*",
18-
"@macrostrat/form-components": "workspace:*",
19-
"@macrostrat/hyper": "^2.0.1",
20-
"@macrostrat/ui-components": "workspace:*",
16+
"@macrostrat/column-components": "^1.0.3",
17+
"@macrostrat/data-components": "^0.0.6",
18+
"@macrostrat/form-components": "^0.1.2",
19+
"@macrostrat/hyper": "^3.0.6",
20+
"@macrostrat/ui-components": "^4.1.2",
2121
"@mapbox/mapbox-gl-draw": "^1.3.0",
22-
"@supabase/postgrest-js": "^0.36.0",
22+
"@supabase/postgrest-js": "^1.18.1",
2323
"@types/mapbox__mapbox-gl-draw": "^1.2.3",
24-
"axios": "^0.27.2",
24+
"axios": "^1.7.9",
2525
"cross-fetch": "^3.1.5",
2626
"mapbox-gl": "^2.8.2",
2727
"react": "^18",

packages/globe-dev/__temp_disabled/cesium-view.old.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function BaseLayer({ enabled = true, style, accessToken, ...rest }) {
4444
import "@znemz/cesium-navigation/dist/index.css";
4545

4646
import { SETTINGS } from "../settings";
47-
import { buildXRayStyle } from "@macrostrat/mapbox-styles";
47+
import { buildXRayStyle } from "@macrostrat/map-styles";
4848

4949
// const VectorGeologyLayer = ({ enabled = true, ...rest }) => {
5050
// const provider = useRef(

0 commit comments

Comments
 (0)