Skip to content

Commit 93d02b8

Browse files
committed
chore: update dependencies
1 parent dd45c2b commit 93d02b8

2 files changed

Lines changed: 991 additions & 1265 deletions

File tree

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,49 +32,49 @@
3232
},
3333
"dependencies": {
3434
"@popperjs/core": "2.11.8",
35-
"@simplewebauthn/browser": "^11.0.0",
35+
"@simplewebauthn/browser": "^12.0.0",
3636
"deepmerge": "4.3.1",
37-
"vue": "^3.5.12"
37+
"vue": "^3.5.13"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^19.5.0",
41-
"@commitlint/config-conventional": "^19.5.0",
42-
"@release-it/conventional-changelog": "^9.0.2",
43-
"@storybook/addon-essentials": "^8.3.6",
44-
"@storybook/addon-interactions": "^8.3.6",
45-
"@storybook/addon-links": "^8.3.6",
46-
"@storybook/blocks": "^8.3.6",
47-
"@storybook/builder-vite": "^8.3.6",
48-
"@storybook/components": "^8.3.6",
49-
"@storybook/manager-api": "^8.3.6",
50-
"@storybook/test": "^8.3.6",
51-
"@storybook/theming": "^8.3.6",
52-
"@storybook/vue3": "^8.3.6",
53-
"@storybook/vue3-vite": "^8.3.6",
54-
"@stylistic/eslint-plugin": "^2.10.0",
40+
"@commitlint/cli": "^19.6.0",
41+
"@commitlint/config-conventional": "^19.6.0",
42+
"@release-it/conventional-changelog": "^9.0.3",
43+
"@storybook/addon-essentials": "^8.4.6",
44+
"@storybook/addon-interactions": "^8.4.6",
45+
"@storybook/addon-links": "^8.4.6",
46+
"@storybook/blocks": "^8.4.6",
47+
"@storybook/builder-vite": "^8.4.6",
48+
"@storybook/components": "^8.4.6",
49+
"@storybook/manager-api": "^8.4.6",
50+
"@storybook/test": "^8.4.6",
51+
"@storybook/theming": "^8.4.6",
52+
"@storybook/vue3": "^8.4.6",
53+
"@storybook/vue3-vite": "^8.4.6",
54+
"@stylistic/eslint-plugin": "^2.11.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/lodash-es": "^4.17.12",
57-
"@vitejs/plugin-vue": "^5.1.4",
58-
"@vue/compiler-sfc": "^3.5.12",
57+
"@vitejs/plugin-vue": "^5.2.1",
58+
"@vue/compiler-sfc": "^3.5.13",
5959
"@vue/language-service": "^2.1.10",
60-
"@vue/shared": "^3.5.12",
60+
"@vue/shared": "^3.5.13",
6161
"@vue/test-utils": "^2.4.6",
6262
"@vue/vue3-jest": "^29.2.6",
6363
"autoprefixer": "^10.4.20",
6464
"core-js": "^3.39.0",
6565
"cross-env": "^7.0.3",
6666
"css-selector-tokenizer": "^0.8.0",
67-
"eslint": "^9.13.0",
67+
"eslint": "^9.16.0",
6868
"eslint-plugin-import": "^2.31.0",
69-
"eslint-plugin-storybook": "^0.10.1",
70-
"eslint-plugin-unicorn": "^56.0.0",
71-
"eslint-plugin-vue": "^9.30.0",
72-
"husky": "^9.1.6",
69+
"eslint-plugin-storybook": "^0.11.1",
70+
"eslint-plugin-unicorn": "^56.0.1",
71+
"eslint-plugin-vue": "^9.32.0",
72+
"husky": "^9.1.7",
7373
"jest": "^29.7.0",
7474
"jsdom": "^25.0.1",
7575
"lint-staged": "^15.2.10",
7676
"lodash-es": "^4.17.21",
77-
"postcss": "^8.4.47",
77+
"postcss": "^8.4.49",
7878
"postcss-import": "^16.1.0",
7979
"postcss-load-config": "^6.0.1",
8080
"postcss-replace": "^2.0.1",
@@ -83,16 +83,16 @@
8383
"release-it": "^17.10.0",
8484
"rimraf": "^6.0.1",
8585
"standard-version": "^9.5.0",
86-
"storybook": "^8.3.6",
86+
"storybook": "^8.4.6",
8787
"storybook-addon-vue-mdx": "^1.0.4",
8888
"super-tiny-icons": "^0.6.0",
89-
"tailwindcss": "^3.4.14",
89+
"tailwindcss": "^3.4.16",
9090
"terser": "^5.36.0",
9191
"ts-jest": "^29.2.5",
92-
"tslib": "^2.8.0",
92+
"tslib": "^2.8.1",
9393
"typescript": "5.4.5",
94-
"typescript-eslint": "^8.12.2",
95-
"vite": "^5.4.10",
94+
"typescript-eslint": "^8.17.0",
95+
"vite": "^6.0.2",
9696
"vite-plugin-checker": "^0.8.0",
9797
"vite-plugin-dts": "^4.3.0",
9898
"vite-plugin-lib-inject-css": "^2.1.1",
@@ -147,5 +147,5 @@
147147
"registry": "https://registry.npmjs.org/",
148148
"access": "public"
149149
},
150-
"packageManager": "pnpm@9.12.3"
150+
"packageManager": "pnpm@9.14.4"
151151
}

0 commit comments

Comments
 (0)