Skip to content

Commit f9a56f8

Browse files
committed
chore: update packages
1 parent 186c22e commit f9a56f8

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

bun.lockb

16.7 KB
Binary file not shown.

package.json

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,53 +16,54 @@
1616
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
1717
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
1818
"postinstall": "run-p build:icons",
19-
"generate:api": "openapi-typescript http://localhost:8000/api/docs-yaml -o src/generated/api-schema.d.ts"
19+
"generate:api": "openapi-typescript src/pets-store.yml -o src/generated/pets-schema.d.ts"
2020
},
2121
"dependencies": {
22-
"@unocss/reset": "^0.58.4",
23-
"@vueuse/core": "^10.7.2",
24-
"@vueuse/integrations": "^10.8.0",
25-
"openapi-fetch": "^0.9.2",
26-
"openapi-typescript-helpers": "^0.0.7",
27-
"pinia": "^2.1.7",
28-
"ufo": "^1.5.3",
29-
"universal-cookie": "^7.1.0",
22+
"@unocss/reset": "^0.58.9",
23+
"@vueuse/core": "^10.11.0",
24+
"@vueuse/integrations": "^10.11.0",
25+
"ofetch": "^1.3.4",
26+
"openapi-typescript-helpers": "^0.0.10",
27+
"pinia": "^2.2.0",
28+
"ufo": "^1.5.4",
29+
"universal-cookie": "^7.2.0",
3030
"valibot": "^0.26.0",
31-
"vue": "^3.4.15",
32-
"vue-router": "^4.2.5"
31+
"vue": "^3.4.35",
32+
"vue-router": "^4.4.2"
3333
},
3434
"devDependencies": {
35-
"@iconify/tools": "^4.0.0",
35+
"@iconify/tools": "^4.0.4",
3636
"@iconify/types": "^2.0.0",
37-
"@iconify/utils": "^2.1.16",
38-
"@iconify/vue": "^4.1.1",
39-
"@sxzz/eslint-config": "^3.7.6",
40-
"@sxzz/prettier-config": "^2.0.0",
41-
"@types/node": "^20.11.5",
42-
"@vitejs/plugin-vue": "^5.0.3",
43-
"@vue/compiler-sfc": "^3.4.15",
44-
"@vue/test-utils": "^2.4.3",
45-
"cypress": "^13.6.3",
46-
"eslint": "^8.56.0",
47-
"jsdom": "^24.0.0",
37+
"@iconify/utils": "^2.1.29",
38+
"@iconify/vue": "^4.1.2",
39+
"@sxzz/eslint-config": "^3.16.1",
40+
"@sxzz/prettier-config": "^2.0.2",
41+
"@types/node": "^20.14.14",
42+
"@vitejs/plugin-vue": "^5.1.2",
43+
"@vue/compiler-sfc": "^3.4.35",
44+
"@vue/test-utils": "^2.4.6",
45+
"cypress": "^13.13.2",
46+
"eslint": "^8.57.0",
47+
"jsdom": "^24.1.1",
4848
"npm-run-all": "^4.1.5",
49-
"openapi-typescript": "^6.7.4",
50-
"picocolors": "^1.0.0",
51-
"prettier": "^3.2.4",
52-
"start-server-and-test": "^2.0.3",
49+
"openapi-typescript": "^6.7.6",
50+
"picocolors": "^1.0.1",
51+
"prettier": "^3.3.3",
52+
"start-server-and-test": "^2.0.5",
5353
"ts-reset": "^0.0.1",
54-
"tsx": "^4.7.1",
55-
"typescript": "^5.3.3",
56-
"unocss": "^0.58.4",
57-
"unplugin-auto-import": "^0.17.3",
54+
"tsx": "^4.16.5",
55+
"type-fest": "^4.23.0",
56+
"typescript": "^5.5.4",
57+
"unocss": "^0.58.9",
58+
"unplugin-auto-import": "^0.17.8",
5859
"unplugin-vue-components": "^0.26.0",
5960
"unplugin-vue-router": "^0.7.0",
60-
"vite": "^5.0.12",
61-
"vite-plugin-pages": "^0.32.0",
62-
"vite-plugin-vue-devtools": "^7.0.11",
61+
"vite": "^5.3.5",
62+
"vite-plugin-pages": "^0.32.3",
63+
"vite-plugin-vue-devtools": "^7.3.7",
6364
"vite-plugin-vue-layouts": "^0.11.0",
64-
"vite-plugin-webfont-dl": "^3.9.1",
65-
"vitest": "^1.2.1",
65+
"vite-plugin-webfont-dl": "^3.9.4",
66+
"vitest": "^1.6.0",
6667
"vue-tsc": "^1.8.27"
6768
},
6869
"simple-git-hooks": {

0 commit comments

Comments
 (0)