Skip to content

Commit 609ae3a

Browse files
committed
Internalizing some troublesome dependencies
1 parent 723e1b2 commit 609ae3a

File tree

23 files changed

+33
-58
lines changed

23 files changed

+33
-58
lines changed

packages/color-utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
},
4646
"publishConfig": {
4747
"access": "public"
48-
},
49-
"typings": "dist/index.d.ts"
48+
}
5049
}

packages/column-components/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@
7272
"react-svg-textures": "^1.4.7",
7373
"uuid": "^7.0.3"
7474
},
75-
"rollupInternal": [
76-
"labella"
77-
],
7875
"devDependencies": {
7976
"@macrostrat/web-components-bundler": "workspace:*"
8077
},
78+
"rollupInternal": [
79+
"labella"
80+
],
8181
"publishConfig": {
8282
"access": "public"
83-
},
84-
"typings": "dist/index.d.ts"
83+
}
8584
}

packages/column-components/src/editor/facies/description.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from "react";
22
import h from "@macrostrat/hyper";
33
import classNames from "classnames";
44
import { FaciesContext } from "../../context";
5-
import { FaciesSwatch } from "./color-picker";
5+
import { FaciesSwatch } from "./swatch";
66

77
type FaciesData = any;
88

packages/column-creator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@
5959
},
6060
"devDependencies": {
6161
"@macrostrat/web-components-bundler": "workspace:*"
62-
},
63-
"typings": "dist/index.d.ts"
62+
}
6463
}

packages/column-views/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@
9494
},
9595
"publishConfig": {
9696
"access": "public"
97-
},
98-
"typings": "dist/index.d.ts"
97+
}
9998
}

packages/cross-section-utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@
4141
},
4242
"devDependencies": {
4343
"@macrostrat/web-components-bundler": "workspace:*"
44-
},
45-
"typings": "dist/index.d.ts"
44+
}
4645
}

packages/data-components/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@
7171
],
7272
"publishConfig": {
7373
"access": "public"
74-
},
75-
"typings": "dist/index.d.ts"
74+
}
7675
}

packages/data-sheet/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@
6565
},
6666
"publishConfig": {
6767
"access": "public"
68-
},
69-
"typings": "dist/index.d.ts"
68+
}
7069
}

packages/feedback-components/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,5 @@
6666
},
6767
"publishConfig": {
6868
"access": "public"
69-
},
70-
"typings": "dist/index.d.ts"
69+
}
7170
}

packages/form-components/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,5 @@
7373
],
7474
"publishConfig": {
7575
"access": "public"
76-
},
77-
"typings": "dist/index.d.ts"
76+
}
7877
}

0 commit comments

Comments
 (0)