Skip to content

Commit

Permalink
feat: update dependencies and deal with sass deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 22, 2024
1 parent 477eead commit e66e33b
Show file tree
Hide file tree
Showing 7 changed files with 871 additions and 817 deletions.
10 changes: 5 additions & 5 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.2.4",
"tailwindcss": "3.4.13",
"vue": "3.5.11",
"tailwindcss": "3.4.14",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "20.16.11",
"@types/node": "20.16.14",
"@vitejs/plugin-vue": "5.1.4",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.20",
"cypress": "13.15.0",
"postcss": "8.4.47",
"start-server-and-test": "2.0.8",
"typescript": "5.6.2",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"vite": "5.4.8",
"vite": "5.4.9",
"vue-tsc": "2.1.6"
}
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/ui-library",
"version": "1.5.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "A vue design system and component library for rotki",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -102,22 +102,22 @@
"@commitlint/config-conventional": "19.5.0",
"@fontsource/roboto": "5.1.0",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "3.2.1",
"@storybook/addon-docs": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-themes": "8.3.5",
"@storybook/blocks": "8.3.5",
"@storybook/preview-api": "8.3.5",
"@storybook/test": "8.3.5",
"@storybook/vue3": "8.3.5",
"@storybook/vue3-vite": "8.3.5",
"@types/node": "20.16.11",
"@rotki/eslint-config": "3.4.0",
"@storybook/addon-docs": "8.3.6",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-themes": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/preview-api": "8.3.6",
"@storybook/test": "8.3.6",
"@storybook/vue3": "8.3.6",
"@storybook/vue3-vite": "8.3.6",
"@types/node": "20.16.14",
"@types/tinycolor2": "1.4.6",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.5.1",
"@vueuse/core": "11.1.0",
Expand All @@ -126,12 +126,12 @@
"argparse": "2.0.1",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"bumpp": "9.6.1",
"bumpp": "9.7.1",
"consola": "3.2.3",
"css-loader": "7.1.2",
"eslint": "9.12.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-storybook": "0.9.0",
"eslint": "9.13.0",
"eslint-plugin-cypress": "4.0.0",
"eslint-plugin-storybook": "0.10.1",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.5.0",
"fs-extra": "11.2.0",
Expand All @@ -140,18 +140,18 @@
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"remixicon": "4.3.0",
"sass": "1.79.4",
"sass": "1.80.3",
"scule": "1.3.0",
"storybook": "8.3.5",
"tailwindcss": "3.4.13",
"storybook": "8.3.6",
"tailwindcss": "3.4.14",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.10",
"tsx": "4.19.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"vite": "5.4.8",
"vitest": "2.1.2",
"vue": "3.5.11",
"vite": "5.4.9",
"vitest": "2.1.3",
"vue": "3.5.12",
"vue-component-meta": "2.1.6",
"vue-loader": "17.4.2",
"vue-router": "4.4.5",
Expand Down
Loading

0 comments on commit e66e33b

Please sign in to comment.