Skip to content

Commit

Permalink
Merge pull request #178 from arcanis/patch-2
Browse files Browse the repository at this point in the history
Fixes dependencies
  • Loading branch information
orta authored Feb 15, 2023
2 parents 5d878e3 + bfca2ac commit db342ee
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .changeset/slow-poets-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"remark-shiki-twoslash": patch
"shiki-twoslash": patch
---

Moves typescript to peer dependencies
5 changes: 4 additions & 1 deletion packages/remark-shiki-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@
"dependencies": {
"@typescript/twoslash": "3.1.0",
"@typescript/vfs": "1.3.4",
"@types/unist": "^2.0.0",
"fenceparser": "^1.1.0",
"regenerator-runtime": "^0.13.7",
"shiki": "0.10.1",
"shiki-twoslash": "3.1.0",
"tslib": "2.1.0",
"typescript": ">3",
"unist-util-visit": "^2.0.0"
},
"peerDependencies": {
"typescript": ">3"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.2",
"@types/jest": "^25.1.3",
Expand Down
6 changes: 4 additions & 2 deletions packages/shiki-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
"dependencies": {
"@typescript/twoslash": "3.1.0",
"@typescript/vfs": "1.3.4",
"shiki": "0.10.1",
"fenceparser": "^1.1.0",
"shiki": "0.10.1"
},
"peerDependencies": {
"typescript": ">3"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"fenceparser": "^1.1.0",
"gray-matter": "^4.0.3",
"jest-file-snapshot": "^0.5.0",
"prettier": "^2.3.0",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twoslash-site",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -21,7 +21,7 @@
"@next/mdx": "^11.0.1",
"@types/express": "^4.17.12",
"@types/mdx": "^2.0.2",
"docusaurus-preset-shiki-twoslash": "link:../packages/docusaurus-preset-shiki-twoslash",
"docusaurus-preset-shiki-twoslash": "1.1.38",
"json": "^11.0.0",
"monaco-editor": "^0.26.1",
"next": "12.2.3",
Expand All @@ -30,16 +30,16 @@
"react-dom": "17.0.2",
"react-resizable": "^3.0.4",
"react-tabs": "^3.2.2",
"remark-shiki-twoslash": "link:../packages/remark-shiki-twoslash",
"remark-shiki-twoslash": "3.1.0",
"sass": "^1.37.5",
"shiki": "0.10.1",
"shiki-twoslash": "link:../packages/shiki-twoslash",
"shiki-twoslash": "3.1.0",
"ts-debounce": "^3.0.0",
"vscode-theme-generator": "^0.1.5"
},
"devDependencies": {
"@types/react": "^18.0.15",
"twoslash-cli": "link:../packages/twoslash-cli",
"twoslash-cli": "1.3.21",
"typescript": "^4.7.4"
},
"prettier": {
Expand Down

0 comments on commit db342ee

Please sign in to comment.