Skip to content

Commit

Permalink
New things
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Apr 23, 2020
1 parent b52ac90 commit 493b8ff
Show file tree
Hide file tree
Showing 7 changed files with 1,024 additions and 2,099 deletions.
9 changes: 9 additions & 0 deletions .changeset/flat-flowers-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@untitled-docs/changelog-utils": patch
"@untitled-docs/table-of-contents": patch
"@untitled-docs/gatsby-plugin-package-changelog": patch
"@untitled-docs/gatsby-plugin-package-mdx": patch
"@untitled-docs/gatsby-source-packages": patch
---

Update package.jsons
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@changesets/cli": "^2.5.1",
"@manypkg/cli": "^0.9.0",
"@preconstruct/cli": "^1.1.4",
"@types/react": "^16.9.34",
"csstype": "^2.6.8",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/changelog-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "dist/changelog-utils.esm.js",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.19",
"@types/react": "^16.9.34",
"@types/semver": "^6.2.0",
"semver": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/live-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@babel/runtime": "^7.8.3",
"@monaco-editor/react": "^3.0.1",
"@types/react": "^16.9.19",
"@types/react": "^16.9.34",
"monaco-editor": "^0.19.3"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/table-of-contents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"@babel/runtime": "^7.8.3"
},
"peerDependencies": {
"@types/react": "*",
"react": "^16.12.0"
},
"devDependencies": {
"@types/react": "^16.9.34",
"react": "^16.12.0"
}
}
Loading

0 comments on commit 493b8ff

Please sign in to comment.