Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1aa5495

Browse files
committed
chore: update dependencies
1 parent 0d46e28 commit 1aa5495

File tree

4 files changed

+1425
-1377
lines changed

4 files changed

+1425
-1377
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
},
2222
"devDependencies": {
2323
"@tsconfig/node20": "20.1.4",
24-
"@types/node": "20.12.7",
24+
"@types/node": "20.12.12",
2525
"@vitejs/plugin-vue2": "2.3.1",
2626
"@vue/tsconfig": "0.5.1",
2727
"autoprefixer": "10.4.19",
28-
"cypress": "13.7.2",
28+
"cypress": "13.10.0",
2929
"postcss": "8.4.38",
3030
"start-server-and-test": "2.0.3",
31-
"typescript": "5.4.4",
32-
"vite": "5.2.8",
33-
"vue-tsc": "2.0.12"
31+
"typescript": "5.4.5",
32+
"vite": "5.2.11",
33+
"vue-tsc": "2.0.19"
3434
}
3535
}

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -96,27 +96,27 @@
9696
"vue-router": ">=3.6.5 <4"
9797
},
9898
"devDependencies": {
99-
"@babel/core": "7.24.4",
100-
"@babel/types": "7.24.0",
101-
"@commitlint/cli": "19.2.1",
102-
"@commitlint/config-conventional": "19.1.0",
103-
"@fontsource/roboto": "5.0.12",
99+
"@babel/core": "7.24.5",
100+
"@babel/types": "7.24.5",
101+
"@commitlint/cli": "19.3.0",
102+
"@commitlint/config-conventional": "19.2.2",
103+
"@fontsource/roboto": "5.0.13",
104104
"@popperjs/core": "2.11.8",
105105
"@rotki/eslint-config": "2.7.0",
106-
"@storybook/addon-essentials": "7.6.17",
107-
"@storybook/addon-interactions": "7.6.17",
108-
"@storybook/addon-links": "7.6.17",
106+
"@storybook/addon-essentials": "7.6.19",
107+
"@storybook/addon-interactions": "7.6.19",
108+
"@storybook/addon-links": "7.6.19",
109109
"@storybook/addon-styling": "1.3.7",
110-
"@storybook/addons": "7.6.17",
111-
"@storybook/blocks": "7.6.17",
110+
"@storybook/addons": "7.6.19",
111+
"@storybook/blocks": "7.6.19",
112112
"@storybook/testing-library": "0.2.2",
113-
"@storybook/vue": "7.6.17",
114-
"@storybook/vue-vite": "7.6.17",
115-
"@types/node": "20.12.7",
113+
"@storybook/vue": "7.6.19",
114+
"@storybook/vue-vite": "7.6.19",
115+
"@types/node": "20.12.12",
116116
"@types/tinycolor2": "1.4.6",
117117
"@vitejs/plugin-vue2": "2.3.1",
118-
"@vitest/coverage-v8": "1.4.0",
119-
"@vitest/ui": "1.4.0",
118+
"@vitest/coverage-v8": "1.6.0",
119+
"@vitest/ui": "1.6.0",
120120
"@vue/test-utils": "1.3.6",
121121
"@vue/tsconfig": "0.5.1",
122122
"@vueuse/core": "10.7.2",
@@ -125,37 +125,37 @@
125125
"argparse": "2.0.1",
126126
"autoprefixer": "10.4.19",
127127
"babel-loader": "9.1.3",
128-
"bumpp": "9.4.0",
129-
"css-loader": "6.11.0",
128+
"bumpp": "9.4.1",
129+
"css-loader": "7.1.2",
130130
"eslint": "8.57.0",
131-
"eslint-plugin-cypress": "2.15.1",
131+
"eslint-plugin-cypress": "2.15.2",
132132
"eslint-plugin-storybook": "0.8.0",
133133
"fast-glob": "3.3.2",
134-
"fast-xml-parser": "4.3.6",
134+
"fast-xml-parser": "4.4.0",
135135
"fs-extra": "11.2.0",
136136
"husky": "9.0.11",
137137
"jsdom": "24.0.0",
138-
"lint-staged": "15.2.2",
138+
"lint-staged": "15.2.4",
139139
"postcss": "8.4.38",
140-
"react": "18.2.0",
141-
"react-dom": "18.2.0",
140+
"react": "18.3.1",
141+
"react-dom": "18.3.1",
142142
"remixicon": "4.1.0",
143-
"sass": "1.74.1",
143+
"sass": "1.77.2",
144144
"scule": "1.3.0",
145-
"storybook": "7.6.17",
145+
"storybook": "7.6.19",
146146
"tailwindcss": "3.4.3",
147147
"tinycolor2": "1.6.0",
148-
"tsc-alias": "1.8.8",
149-
"typescript": "5.4.4",
150-
"unplugin-auto-import": "0.17.5",
151-
"unplugin-vue-define-options": "1.4.3",
152-
"vite": "5.2.8",
153-
"vitest": "1.4.0",
148+
"tsc-alias": "1.8.10",
149+
"typescript": "5.4.5",
150+
"unplugin-auto-import": "0.17.6",
151+
"unplugin-vue-define-options": "1.4.4",
152+
"vite": "5.2.11",
153+
"vitest": "1.6.0",
154154
"vue": "2.7.16",
155155
"vue-loader": "17.4.2",
156156
"vue-router": "3.6.5",
157157
"vue-template-compiler": "2.7.16",
158-
"vue-tsc": "2.0.12"
158+
"vue-tsc": "2.0.19"
159159
},
160160
"engines": {
161161
"pnpm": ">=9 <10"

0 commit comments

Comments
 (0)