Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 4, 2024
1 parent 497baac commit cb23d9a
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 1,227 deletions.
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"@headlessui/vue": "1.7.16",
"@rotki/ui-library": "workspace:*",
"pinia": "2.1.7",
"tailwindcss": "3.3.6",
"vue": "3.3.10",
"tailwindcss": "3.4.0",
"vue": "3.3.13",
"vue-router": "4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "18.2.2",
"@types/node": "20.10.3",
"@vitejs/plugin-vue": "4.5.1",
"@vue/tsconfig": "0.4.0",
"@types/node": "20.10.6",
"@vitejs/plugin-vue": "5.0.2",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.16",
"cypress": "13.6.1",
"cypress": "13.6.2",
"postcss": "8.4.32",
"start-server-and-test": "2.0.3",
"typescript": "5.3.2",
"vite": "5.0.6",
"typescript": "5.3.3",
"vite": "5.0.10",
"vue-tsc": "1.8.11"
}
}
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,39 +96,39 @@
"vue-router": ">=4.0.0"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/types": "7.23.5",
"@babel/core": "7.23.7",
"@babel/types": "7.23.6",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@fontsource/roboto": "5.0.8",
"@headlessui/vue": "1.7.16",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "1.1.2",
"@storybook/addon-docs": "7.6.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/addon-themes": "7.6.3",
"@storybook/addons": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/addon-docs": "7.6.7",
"@storybook/addon-essentials": "7.6.7",
"@storybook/addon-interactions": "7.6.7",
"@storybook/addon-links": "7.6.7",
"@storybook/addon-themes": "7.6.7",
"@storybook/addons": "7.6.7",
"@storybook/blocks": "7.6.7",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "7.6.3",
"@storybook/vue3-vite": "7.6.3",
"@types/node": "20.10.3",
"@vitejs/plugin-vue": "4.5.1",
"@vitest/coverage-v8": "1.0.1",
"@vitest/ui": "1.0.1",
"@storybook/vue3": "7.6.7",
"@storybook/vue3-vite": "7.6.7",
"@types/node": "20.10.6",
"@vitejs/plugin-vue": "5.0.2",
"@vitest/coverage-v8": "1.1.1",
"@vitest/ui": "1.1.1",
"@vue/test-utils": "2.4.3",
"@vue/tsconfig": "0.4.0",
"@vueuse/core": "10.7.0",
"@vueuse/math": "10.7.0",
"@vueuse/shared": "10.7.0",
"@vue/tsconfig": "0.5.1",
"@vueuse/core": "10.7.1",
"@vueuse/math": "10.7.1",
"@vueuse/shared": "10.7.1",
"argparse": "2.0.1",
"autoprefixer": "10.4.16",
"babel-loader": "8.3.0",
"bumpp": "9.2.0",
"bumpp": "9.2.1",
"css-loader": "6.8.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-plugin-storybook": "0.6.15",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.3.2",
Expand All @@ -139,18 +139,18 @@
"postcss": "8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"remixicon": "3.6.0",
"sass": "1.69.5",
"remixicon": "4.0.1",
"sass": "1.69.7",
"scule": "1.1.1",
"storybook": "7.6.3",
"tailwindcss": "3.3.6",
"storybook": "7.6.7",
"tailwindcss": "3.4.0",
"tsc-alias": "1.8.8",
"typescript": "5.3.2",
"unplugin-auto-import": "0.17.2",
"vite": "5.0.6",
"vitest": "1.0.1",
"vue": "3.3.10",
"vue-loader": "17.3.1",
"typescript": "5.3.3",
"unplugin-auto-import": "0.17.3",
"vite": "5.0.10",
"vitest": "1.1.1",
"vue": "3.3.13",
"vue-loader": "17.4.2",
"vue-router": "4.2.4",
"vue-tsc": "1.8.11"
},
Expand Down
Loading

0 comments on commit cb23d9a

Please sign in to comment.