Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 21, 2024
1 parent 1eb3af3 commit 1ecd42c
Show file tree
Hide file tree
Showing 21 changed files with 720 additions and 1,218 deletions.
2 changes: 1 addition & 1 deletion docs/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
TwoslashRenderTabs: typeof import('./.vitepress/components/TwoslashRenderTabs.vue')['default']
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@unocss/reset": "^0.60.4",
"@vueuse/core": "^10.10.1",
"@vueuse/core": "^10.11.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"sass": "^1.77.4",
"sass": "^1.77.6",
"unocss": "^0.60.4",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
"vue": "^3.4.29"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.8",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"scripts": {
"typecheck": "tsc",
"build": "pnpm -r run build",
Expand All @@ -16,45 +16,45 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.0",
"@iconify-json/ri": "^1.1.20",
"@antfu/eslint-config": "^2.21.1",
"@iconify-json/ri": "^1.1.21",
"@iconify-json/svg-spinners": "^1.1.2",
"@shikijs/markdown-it": "^1.6.4",
"@shikijs/transformers": "^1.6.4",
"@shikijs/twoslash": "^1.6.4",
"@shikijs/vitepress-twoslash": "^1.6.4",
"@types/node": "^20.14.2",
"@shikijs/markdown-it": "^1.9.0",
"@shikijs/transformers": "^1.9.0",
"@shikijs/twoslash": "^1.9.0",
"@shikijs/vitepress-twoslash": "^1.9.0",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript/twoslash": "^3.2.7",
"@typescript/vfs": "1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vueuse/core": "^10.10.1",
"@vueuse/core": "^10.11.0",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"jiti": "^1.21.6",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"lz-string": "^1.5.0",
"mlly": "^1.7.1",
"preact": "^10.22.0",
"pretty-format": "^29.7.0",
"react": "^18.3.1",
"shiki": "^1.6.4",
"shiki": "^1.9.0",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.6.3",
"twoslash": "workspace:*",
"twoslash-cdn": "workspace:*",
"twoslash-eslint": "workspace:*",
"twoslash-vue": "workspace:*",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vue": "^3.4.27"
"vue": "^3.4.29"
},
"resolutions": {
"twoslash": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/twoslash-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@typescript/ata": "^0.9.6",
"@typescript/vfs": "^1.5.3",
"twoslash-cdn": "workspace:*",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"unstorage": "^1.10.2",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/twoslash-cdn/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dev": "vite"
},
"dependencies": {
"@shikijs/twoslash": "^1.6.4",
"shiki": "^1.6.4"
"@shikijs/twoslash": "^1.9.0",
"shiki": "^1.9.0"
},
"devDependencies": {
"idb-keyval": "^6.2.1",
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/twoslash-vue/test/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ describe('basic', () => {
"tags": undefined,
"target": "computed",
"text": "(alias) const computed: {
<T>(getter: ComputedGetter<T>, debugOptions?: DebuggerOptions | undefined): ComputedRef<T>;
<T>(options: WritableComputedOptions<T>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>;
<T>(getter: ComputedGetter<T>, debugOptions?: DebuggerOptions): ComputedRef<T>;
<T>(options: WritableComputedOptions<T>, debugOptions?: DebuggerOptions): WritableComputedRef<T>;
}
import computed",
"type": "query",
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-vue/test/results/completion.json

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

2 changes: 1 addition & 1 deletion packages/twoslash-vue/test/results/cut-around-vue.json

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

10 changes: 5 additions & 5 deletions packages/twoslash-vue/test/results/example.json

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

8 changes: 4 additions & 4 deletions packages/twoslash-vue/test/results/query-basic.json

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

Loading

0 comments on commit 1ecd42c

Please sign in to comment.