Skip to content

Commit 2ce57ba

Browse files
committed
fix: update deps, lock @vue/language-core
1 parent a0101b6 commit 2ce57ba

30 files changed

+2573
-1968
lines changed

bench/compare.bench.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-disable import/first */
22
process.env.NODE_ENV = 'production'
33

4-
/* eslint-disable test/consistent-test-it */
54
import { fileURLToPath } from 'node:url'
65
import fs from 'node:fs/promises'
76
import { basename } from 'node:path'

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"docs:preview": "vitepress preview"
99
},
1010
"dependencies": {
11-
"@unocss/reset": "^0.61.0",
12-
"@vueuse/core": "^10.11.0",
11+
"@unocss/reset": "^0.62.3",
12+
"@vueuse/core": "^11.0.3",
1313
"floating-vue": "^5.2.2",
1414
"fuse.js": "^7.0.0",
15-
"sass": "^1.77.6",
16-
"unocss": "^0.61.0",
17-
"vitepress": "^1.2.3",
18-
"vue": "^3.4.30"
15+
"sass": "^1.77.8",
16+
"unocss": "^0.62.3",
17+
"vitepress": "^1.3.4",
18+
"vue": "^3.4.38"
1919
}
2020
}

package.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.2.9",
55
"private": true,
6-
"packageManager": "pnpm@9.4.0",
6+
"packageManager": "pnpm@9.9.0",
77
"scripts": {
88
"typecheck": "tsc",
99
"build": "pnpm -r run build",
@@ -16,49 +16,51 @@
1616
"prepare": "simple-git-hooks"
1717
},
1818
"devDependencies": {
19-
"@antfu/eslint-config": "^2.21.1",
20-
"@iconify-json/ri": "^1.1.21",
21-
"@iconify-json/svg-spinners": "^1.1.2",
22-
"@shikijs/markdown-it": "^1.9.0",
23-
"@shikijs/transformers": "^1.9.0",
24-
"@shikijs/twoslash": "^1.9.0",
25-
"@shikijs/vitepress-twoslash": "^1.9.0",
26-
"@types/node": "^20.14.8",
27-
"@types/react": "^18.3.3",
19+
"@antfu/eslint-config": "^3.0.0",
20+
"@iconify-json/ri": "^1.2.0",
21+
"@iconify-json/svg-spinners": "^1.2.0",
22+
"@shikijs/markdown-it": "^1.15.2",
23+
"@shikijs/transformers": "^1.15.2",
24+
"@shikijs/twoslash": "^1.15.2",
25+
"@shikijs/vitepress-twoslash": "^1.15.2",
26+
"@types/node": "^22.5.2",
27+
"@types/react": "^18.3.5",
2828
"@types/react-dom": "^18.3.0",
29-
"@typescript/twoslash": "^3.2.7",
30-
"@typescript/vfs": "1.5.0",
31-
"@vitest/coverage-v8": "^1.6.0",
32-
"@vueuse/core": "^10.11.0",
33-
"bumpp": "^9.4.1",
34-
"eslint": "^9.5.0",
29+
"@typescript/twoslash": "^3.2.8",
30+
"@typescript/vfs": "^1.6.0",
31+
"@vitest/coverage-v8": "^2.0.5",
32+
"@vueuse/core": "^11.0.3",
33+
"bumpp": "^9.5.2",
34+
"eslint": "^9.9.1",
3535
"esno": "^4.7.0",
3636
"fast-glob": "^3.3.2",
3737
"jiti": "^1.21.6",
38-
"lint-staged": "^15.2.7",
38+
"lint-staged": "^15.2.10",
3939
"lz-string": "^1.5.0",
4040
"mlly": "^1.7.1",
41-
"preact": "^10.22.0",
41+
"preact": "^10.23.2",
4242
"pretty-format": "^29.7.0",
4343
"react": "^18.3.1",
44-
"shiki": "^1.9.0",
44+
"shiki": "^1.15.2",
4545
"simple-git-hooks": "^2.11.1",
46-
"tslib": "^2.6.3",
46+
"tslib": "^2.7.0",
4747
"twoslash": "workspace:*",
4848
"twoslash-cdn": "workspace:*",
4949
"twoslash-eslint": "workspace:*",
5050
"twoslash-vue": "workspace:*",
51-
"typescript": "^5.5.2",
51+
"typescript": "^5.5.4",
5252
"unbuild": "^2.0.0",
53-
"unplugin-vue-components": "^0.27.0",
54-
"vite": "^5.3.1",
55-
"vite-tsconfig-paths": "^4.3.2",
56-
"vitest": "^1.6.0",
57-
"vue": "^3.4.30"
53+
"unplugin-vue-components": "^0.27.4",
54+
"vite": "^5.4.2",
55+
"vite-tsconfig-paths": "^5.0.1",
56+
"vitest": "^2.0.5",
57+
"vue": "^3.4.38"
5858
},
5959
"resolutions": {
60+
"@types/node": "^22.5.2",
6061
"twoslash": "workspace:*",
61-
"twoslash-vue": "workspace:*"
62+
"twoslash-vue": "workspace:*",
63+
"typescript": "^5.5.4"
6264
},
6365
"simple-git-hooks": {
6466
"pre-commit": "npx lint-staged"

packages/twoslash-cdn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"twoslash": "workspace:*"
5353
},
5454
"devDependencies": {
55-
"@typescript/ata": "^0.9.6",
56-
"@typescript/vfs": "^1.5.3",
55+
"@typescript/ata": "^0.9.7",
56+
"@typescript/vfs": "^1.6.0",
5757
"twoslash-cdn": "workspace:*",
58-
"typescript": "^5.5.2",
58+
"typescript": "^5.5.4",
5959
"unbuild": "^2.0.0",
6060
"unstorage": "^1.10.2",
61-
"vite": "^5.3.1",
62-
"vitest": "^1.6.0"
61+
"vite": "^5.4.2",
62+
"vitest": "^2.0.5"
6363
}
6464
}

packages/twoslash-cdn/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@shikijs/twoslash": "^1.9.0",
11-
"shiki": "^1.9.0"
10+
"@shikijs/twoslash": "^1.15.2",
11+
"shiki": "^1.15.2"
1212
},
1313
"devDependencies": {
1414
"idb-keyval": "^6.2.1",
15-
"vite": "^5.3.1"
15+
"vite": "^5.4.2"
1616
}
1717
}

packages/twoslash-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"twoslash-protocol": "workspace:*"
5454
},
5555
"devDependencies": {
56-
"@types/eslint": "^8.56.10"
56+
"@types/eslint": "^9.6.1"
5757
}
5858
}

packages/twoslash-eslint/test/results/merge.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/twoslash-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"typescript": "*"
5151
},
5252
"dependencies": {
53-
"@vue/language-core": "^2.0.22",
53+
"@vue/language-core": "~2.0.29",
5454
"twoslash": "workspace:*",
5555
"twoslash-protocol": "workspace:*"
5656
}

packages/twoslash-vue/test/query.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe('basic', () => {
2121
[
2222
38,
2323
235,
24-
1533,
25-
1749,
24+
1676,
25+
1892,
2626
]
2727
`)
2828

packages/twoslash-vue/test/results/completion.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)