Skip to content

Commit fba01f8

Browse files
committed
Removed some unused dependencies
1 parent 845a340 commit fba01f8

File tree

4 files changed

+232
-1417
lines changed

4 files changed

+232
-1417
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"author": "Daven Quinn",
2323
"license": "ISC",
2424
"dependencies": {
25-
"@babel/core": "^7.18.6",
26-
"@babel/preset-env": "^7.21.4",
27-
"@babel/preset-typescript": "^7.21.4",
2825
"@blueprintjs/core": "^6.6.1",
2926
"@macrostrat/hyper": "^3.0.6",
3027
"@macrostrat/web-components-bundler": "workspace:^",
@@ -41,18 +38,18 @@
4138
"date-fns": "^4.1.0",
4239
"glob": "^11.1.0",
4340
"lorem-ipsum": "^2.0.8",
41+
"madge": "^8.0.0",
4442
"marked": "^11.0",
4543
"marked-terminal": "^7.1.0",
4644
"node-fetch": "^3.2.9",
45+
"prettier": "^3.7.4",
4746
"react": "^18||^19",
4847
"react-dom": "^18||^19",
4948
"storybook": "10.1.11",
5049
"tsx": "^4.19.1",
5150
"typescript": "^5.8.3",
5251
"underscore": "^1.12.0",
53-
"use-async-effect": "^2.2.1",
54-
"madge": "^8.0.0",
55-
"prettier": "^3.7.4"
52+
"use-async-effect": "^2.2.1"
5653
},
5754
"resolutions": {
5855
"react": "^19",

packages/feedback-components/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,13 @@
4242
"react-dom": "^18.0.0||^19.0.0"
4343
},
4444
"dependencies": {
45-
"@babel/preset-react": "^7.18.6",
4645
"@blueprintjs/core": "^6.6.1",
4746
"@blueprintjs/select": "^6.0.13",
4847
"@macrostrat/color-utils": "workspace:^",
4948
"@macrostrat/data-components": "workspace:^",
5049
"@macrostrat/data-sheet": "workspace:^",
5150
"@macrostrat/hyper": "^3.0.6",
5251
"@macrostrat/ui-components": "workspace:^",
53-
"@xyflow/react": "^12.3.6",
5452
"classnames": "^2.5.1",
5553
"d3-force": "^3.0.0",
5654
"immutability-helper": "^3.1.1",

packages/map-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/map-interface",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "Map interface for Macrostrat",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)