Skip to content

Commit 76ddf0d

Browse files
committed
chore: up ts
1 parent 65ef042 commit 76ddf0d

File tree

5 files changed

+768
-1024
lines changed

5 files changed

+768
-1024
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,32 @@
3636
"@rollup/plugin-replace": "^6.0.3",
3737
"@rollup/plugin-terser": "^0.4.4",
3838
"@types/lodash.kebabcase": "^4.1.9",
39-
"@types/node": "^24.0.8",
39+
"@types/node": "^24.9.2",
4040
"@vitest/coverage-v8": "^3.2.4",
4141
"@vitest/ui": "^3.2.4",
42-
"@vue/compiler-sfc": "~3.5.17",
43-
"@vue/server-renderer": "~3.5.17",
44-
"chalk": "^5.4.1",
42+
"@vue/compiler-sfc": "~3.5.22",
43+
"@vue/server-renderer": "~3.5.22",
44+
"chalk": "^5.6.2",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"execa": "^9.6.0",
47-
"globby": "^14.1.0",
47+
"globby": "^15.0.0",
4848
"happy-dom": "^18.0.1",
49-
"lint-staged": "^16.1.2",
49+
"lint-staged": "^16.2.6",
5050
"lodash.kebabcase": "^4.1.1",
5151
"minimist": "^1.2.8",
5252
"p-series": "^3.0.0",
5353
"pascalcase": "^2.0.0",
5454
"prettier": "^3.6.2",
55-
"rimraf": "^6.0.1",
55+
"rimraf": "^6.1.0",
5656
"rollup": "^4.52.5",
5757
"rollup-plugin-typescript2": "^0.36.0",
5858
"semver": "^7.7.3",
59-
"simple-git-hooks": "^2.13.0",
60-
"typedoc": "^0.27.9",
61-
"typedoc-plugin-markdown": "~4.4.2",
62-
"typescript": "~5.8.3",
59+
"simple-git-hooks": "^2.13.1",
60+
"typedoc": "^0.28.14",
61+
"typedoc-plugin-markdown": "~4.9.0",
62+
"typescript": "~5.9.3",
6363
"vitest": "^3.2.4",
64-
"vue": "~3.5.17"
64+
"vue": "~3.5.22"
6565
},
6666
"simple-git-hooks": {
6767
"pre-commit": "pnpm lint-staged",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@nuxt/test-utils": "^3.19.1",
5454
"nuxt": "^3.17.5",
5555
"pinia": "workspace:^",
56-
"typescript": "^5.8.3",
57-
"vue-tsc": "^2.2.10"
56+
"typescript": "^5.9.3",
57+
"vue-tsc": "^3.1.2"
5858
},
5959
"publishConfig": {
6060
"access": "public"

packages/online-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"file-saver": "^2.0.5",
1919
"jszip": "^3.10.1",
2020
"pinia": "workspace:*",
21-
"vue": "^3.5.17"
21+
"vue": "^3.5.22"
2222
}
2323
}

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
],
6969
"license": "MIT",
7070
"devDependencies": {
71-
"@microsoft/api-extractor": "7.49.2",
71+
"@microsoft/api-extractor": "7.53.3",
7272
"@vue/test-utils": "^2.4.6"
7373
},
7474
"dependencies": {

0 commit comments

Comments
 (0)