Skip to content

Commit 445a6a3

Browse files
committed
Reduced dependencies
1 parent 991db03 commit 445a6a3

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

frontend/packages/rotations/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"dependencies": {
1616
"@types/d3-geo": "^3.0",
1717
"d3-geo": "^3.1.1",
18-
"quaternion": "^2.0.2",
19-
"url-join": "^4.0.1"
18+
"quaternion": "^2.0.2"
2019
},
2120
"peerDependencies": {
2221
"react": "^16.13.1||^17.0.0||^18.0.0||^19.0.0"

frontend/packages/svg-map-layers/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"@macrostrat/hyper": "^3.0.6",
1818
"@macrostrat/svg-map-components": "^1.0.2",
1919
"@macrostrat/ui-components": "^4.0.0",
20-
"@types/d3-geo": "^3.0",
21-
"d3-geo": "^3.1.1",
2220
"url-join": "^4.0.1"
2321
},
2422
"peerDependencies": {

frontend/yarn.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ __metadata:
347347
d3-geo: "npm:^3.1.1"
348348
parcel: "npm:^2.13.3"
349349
quaternion: "npm:^2.0.2"
350-
url-join: "npm:^4.0.1"
351350
peerDependencies:
352351
react: ^16.13.1||^17.0.0||^18.0.0||^19.0.0
353352
languageName: unknown
@@ -362,8 +361,6 @@ __metadata:
362361
"@macrostrat/hyper": "npm:^3.0.6"
363362
"@macrostrat/svg-map-components": "npm:^1.0.2"
364363
"@macrostrat/ui-components": "npm:^4.0.0"
365-
"@types/d3-geo": "npm:^3.0"
366-
d3-geo: "npm:^3.1.1"
367364
parcel: "npm:^2.13.3"
368365
url-join: "npm:^4.0.1"
369366
peerDependencies:

0 commit comments

Comments
 (0)