Skip to content

Commit 667d742

Browse files
committed
fix deps
1 parent a996ed1 commit 667d742

File tree

2 files changed

+1419
-1588
lines changed

2 files changed

+1419
-1588
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,56 +30,56 @@
3030
"@vueuse/core": "^11.1.0",
3131
"@vueuse/integrations": "^11.1.0",
3232
"animate.css": "^4.1.1",
33-
"apexcharts": "^3.54.0",
33+
"apexcharts": "^3.54.1",
3434
"axios": "^1.7.7",
3535
"ccat-api": "github:cheshire-cat-ai/api-client-ts#develop",
36-
"daisyui": "^4.12.12",
36+
"daisyui": "^4.12.13",
3737
"highlight.js": "^11.10.0",
3838
"jwt-decode": "^4.0.0",
3939
"lodash": "^4.17.21",
4040
"pinia": "^2.2.4",
4141
"remarkable": "^2.0.1",
42-
"universal-cookie": "^7.2.0",
42+
"universal-cookie": "^7.2.1",
4343
"vee-validate": "^4.12.6",
4444
"vite-tsconfig-paths": "^5.0.1",
45-
"vue": "^3.5.11",
45+
"vue": "^3.5.12",
4646
"vue-component-type-helpers": "^2.1.6",
4747
"vue-router": "^4.4.5",
4848
"vue3-apexcharts": "^1.7.0"
4949
},
5050
"devDependencies": {
51-
"@iconify-json/heroicons": "^1.2.0",
52-
"@iconify-json/ph": "^1.2.0",
51+
"@iconify-json/heroicons": "^1.2.1",
52+
"@iconify-json/ph": "^1.2.1",
5353
"@pinia/testing": "^0.1.6",
54-
"@playwright/test": "^1.47.2",
54+
"@playwright/test": "^1.48.0",
5555
"@rushstack/eslint-patch": "^1.10.4",
5656
"@tsconfig/node18": "^18.2.4",
5757
"@types/jsdom": "^21.1.7",
58-
"@types/node": "^22.7.4",
58+
"@types/node": "^22.7.5",
5959
"@types/remarkable": "^2.0.8",
6060
"@vitejs/plugin-vue": "^5.1.4",
61-
"@vitest/ui": "^2.1.2",
62-
"@vue/eslint-config-typescript": "^14.0.0",
61+
"@vitest/ui": "^2.1.3",
62+
"@vue/eslint-config-typescript": "^14.1.0",
6363
"@vue/test-utils": "^2.4.6",
6464
"@vue/tsconfig": "^0.5.1",
6565
"autoprefixer": "^10.4.20",
66-
"eslint": "^8.57.0",
66+
"eslint": "8.57.0",
6767
"eslint-config-prettier": "^9.1.0",
6868
"eslint-plugin-prettier": "^5.2.1",
69-
"eslint-plugin-tailwindcss": "^3.17.4",
70-
"eslint-plugin-vue": "^9.28.0",
69+
"eslint-plugin-tailwindcss": "^3.17.5",
70+
"eslint-plugin-vue": "^9.29.0",
7171
"jsdom": "^24.1.0",
7272
"npm-run-all": "^4.1.5",
7373
"postcss": "^8.4.47",
7474
"prettier": "3.3.3",
7575
"tailwindcss": "^3.4.13",
76-
"typescript": "~5.6.2",
76+
"typescript": "~5.6.3",
7777
"unplugin-auto-import": "^0.18.3",
7878
"unplugin-fonts": "^1.1.1",
7979
"unplugin-icons": "^0.19.3",
8080
"unplugin-vue-components": "^0.27.4",
81-
"vite": "^5.4.8",
82-
"vitest": "^2.1.2",
81+
"vite": "^5.4.9",
82+
"vitest": "^2.1.3",
8383
"vue-tsc": "^2.1.6"
8484
}
8585
}

0 commit comments

Comments
 (0)