Skip to content

Commit 7a7740b

Browse files
committed
chore: Update dependencies
1 parent baa55bc commit 7a7740b

3 files changed

Lines changed: 720 additions & 574 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@
99
"type": "module",
1010
"scripts": {},
1111
"devDependencies": {
12-
"@inquirer/prompts": "^8.4.3",
12+
"@inquirer/prompts": "^8.5.2",
1313
"@microsoft/api-extractor": "^7.58.7",
1414
"@tsconfig/node24": "^24.0.4",
1515
"@types/jsdom": "^28.0.3",
1616
"@types/minimist": "^1.2.5",
17-
"@types/node": "^25.9.1",
17+
"@types/node": "^24.12.4",
1818
"@vitejs/plugin-vue": "^6.0.7",
19-
"@vitest/coverage-v8": "^4.1.7",
20-
"@vitest/eslint-plugin": "^1.6.17",
19+
"@vitest/coverage-v8": "^4.1.8",
20+
"@vitest/eslint-plugin": "^1.6.19",
2121
"@vue/eslint-config-typescript": "^14.7.0",
22-
"@vue/language-core": "^3.3.1",
22+
"@vue/language-core": "^3.3.3",
2323
"@vue/test-utils": "^2.4.10",
2424
"@vue/tsconfig": "^0.9.1",
2525
"c8": "^11.0.0",
2626
"cross-env": "^10.1.0",
27-
"eslint": "^10.4.0",
27+
"eslint": "^10.4.1",
2828
"eslint-config-prettier": "^10.1.8",
29-
"eslint-plugin-oxlint": "^1.66.0",
29+
"eslint-plugin-oxlint": "^1.68.0",
3030
"eslint-plugin-vue": "^10.9.1",
3131
"jiti": "^2.7.0",
3232
"jsdom": "^29.1.1",
33-
"npm-run-all2": "^9.0.0",
34-
"oxfmt": "^0.51.0",
35-
"oxlint": "^1.66.0",
33+
"npm-run-all2": "^9.0.1",
34+
"oxfmt": "^0.53.0",
35+
"oxlint": "^1.68.0",
3636
"postcss": "^8.5.15",
3737
"rimraf": "^6.1.3",
3838
"semver": "^7.8.1",
3939
"typescript": "^6.0.3",
40-
"unplugin-dts": "^1.0.1",
41-
"vite": "^8.0.13",
42-
"vitest": "^4.1.7",
43-
"vue-tsc": "^3.3.1"
40+
"unplugin-dts": "^1.0.2",
41+
"vite": "^8.0.16",
42+
"vitest": "^4.1.8",
43+
"vue-tsc": "^3.3.3"
4444
}
4545
}

packages/lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"prepack": "node ../../scripts/copy-publish-files.mjs"
5151
},
5252
"dependencies": {
53-
"@date-fns/tz": "^1.4.1",
53+
"@date-fns/tz": "^1.5.0",
5454
"@floating-ui/vue": "^1.1.11",
5555
"@vueuse/core": "^14.3.0",
56-
"date-fns": "^4.2.1"
56+
"date-fns": "^4.4.0"
5757
},
5858
"devDependencies": {
59-
"vue": "^3.5.34"
59+
"vue": "^3.5.35"
6060
},
6161
"peerDependencies": {
6262
"vue": ">=3.5.0"

0 commit comments

Comments
 (0)