Skip to content

Commit

Permalink
Merge branch 'master' into changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored Oct 17, 2023
2 parents ab817f3 + 29368b8 commit b642ee9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"version": "15.0.0",
"dependencies": {
"@capsizecss/core": "^3.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.5",
"@vanilla-extract/css": "^1.2.3",
Expand Down Expand Up @@ -43,7 +42,8 @@
"react-helmet-async": "1.3.0",
"react-router-dom": "6.16.0",
"sku": "12.4.2",
"webpack": "5.88.2"
"webpack": "5.88.2",
"@mdx-js/loader": "^1.6.22"
},
"files": [
"src",
Expand All @@ -58,11 +58,15 @@
"braid-design-system": ">= 31.21.0",
"react": ">= 17 < 19",
"react-router-dom": ">= 5.3.0",
"sku": ">= 10.13.4 < 13"
"sku": ">= 10.13.4 < 13",
"@mdx-js/loader": "^1.6.22"
},
"peerDependenciesMeta": {
"@mermaid-js/mermaid-cli": {
"optional": true
},
"@mdx-js/loader": {
"optional": true
}
},
"repository": {
Expand Down

0 comments on commit b642ee9

Please sign in to comment.