Skip to content

Commit

Permalink
chore: update dendendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 2, 2025
1 parent 5ef2a92 commit 1c39ddc
Show file tree
Hide file tree
Showing 3 changed files with 1,143 additions and 1,074 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"dependencies": {
"@rotki/ui-library": "workspace:*",
"pinia": "2.3.0",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "20.17.9",
"@types/node": "20.17.11",
"@vitejs/plugin-vue": "5.2.1",
"@vue/tsconfig": "0.7.0",
"autoprefixer": "10.4.20",
"cypress": "13.16.1",
"cypress": "13.17.0",
"postcss": "8.4.49",
"start-server-and-test": "2.0.8",
"start-server-and-test": "2.0.9",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.6",
"vite": "6.0.2",
"unplugin-auto-import": "0.19.0",
"vite": "6.0.6",
"vue-tsc": "2.1.10"
}
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/ui-library",
"version": "1.8.4",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.2",
"description": "A vue design system and component library for rotki",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -98,59 +98,59 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/types": "7.26.3",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@fontsource/roboto": "5.1.0",
"@fontsource/roboto": "5.1.1",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "3.6.0",
"@storybook/addon-docs": "8.4.6",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/addon-themes": "8.4.6",
"@storybook/blocks": "8.4.6",
"@storybook/preview-api": "8.4.6",
"@storybook/test": "8.4.6",
"@storybook/vue3": "8.4.6",
"@storybook/vue3-vite": "8.4.6",
"@types/node": "20.17.9",
"@storybook/addon-docs": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-themes": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/preview-api": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/vue3": "8.4.7",
"@storybook/vue3-vite": "8.4.7",
"@types/node": "20.17.11",
"@types/tinycolor2": "1.4.6",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.7.0",
"@vueuse/core": "12.0.0",
"@vueuse/math": "12.0.0",
"@vueuse/shared": "12.0.0",
"@vueuse/core": "12.3.0",
"@vueuse/math": "12.3.0",
"@vueuse/shared": "12.3.0",
"argparse": "2.0.1",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"bumpp": "9.8.1",
"consola": "3.2.3",
"bumpp": "9.9.2",
"consola": "3.3.3",
"css-loader": "7.1.2",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-storybook": "0.11.2",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.5.0",
"fast-xml-parser": "4.5.1",
"fs-extra": "11.2.0",
"husky": "9.1.7",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"lucide": "0.466.0",
"lint-staged": "15.3.0",
"lucide": "0.469.0",
"postcss": "8.4.49",
"remixicon": "4.5.0",
"sass": "1.82.0",
"remixicon": "4.6.0",
"sass": "1.83.0",
"scule": "1.3.0",
"storybook": "8.4.6",
"tailwindcss": "3.4.16",
"storybook": "8.4.7",
"tailwindcss": "3.4.17",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.10",
"tsx": "4.19.2",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.6",
"vite": "6.0.2",
"unplugin-auto-import": "0.19.0",
"vite": "6.0.6",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-component-meta": "2.1.10",
Expand Down
Loading

0 comments on commit 1c39ddc

Please sign in to comment.