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

Commit

Permalink
chore: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 18, 2023
1 parent bda7133 commit 8df6a92
Show file tree
Hide file tree
Showing 3 changed files with 1,257 additions and 1,170 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"vue-router": "3.6.5"
},
"devDependencies": {
"@tsconfig/node18": "18.2.0",
"@tsconfig/node18": "18.2.2",
"@types/node": "18.16.8",
"@vitejs/plugin-vue2": "2.2.0",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"cypress": "12.17.3",
"postcss": "8.4.27",
"autoprefixer": "10.4.15",
"cypress": "13.2.0",
"postcss": "8.4.29",
"start-server-and-test": "2.0.0",
"typescript": "5.1.6",
"vite": "4.4.8",
"vue-tsc": "1.8.8"
"typescript": "5.2.2",
"vite": "4.4.9",
"vue-tsc": "1.8.11"
}
}
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/ui-library-compat",
"version": "0.3.0",
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.7.6",
"description": "A vue 2 backport of the design system and component library for rotki",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -96,62 +96,62 @@
"vue-router": ">=3.6.5"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/types": "7.22.5",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@fontsource/roboto": "5.0.7",
"@babel/core": "7.22.20",
"@babel/types": "7.22.19",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@fontsource/roboto": "5.0.8",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "1.1.1",
"@storybook/addon-essentials": "7.2.1",
"@storybook/addon-interactions": "7.2.1",
"@storybook/addon-links": "7.2.1",
"@storybook/addon-styling": "1.3.5",
"@storybook/addons": "7.2.1",
"@storybook/blocks": "7.2.1",
"@storybook/testing-library": "0.2.0",
"@storybook/vue": "7.2.1",
"@storybook/vue-vite": "7.2.1",
"@rotki/eslint-config": "1.1.2",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-interactions": "7.4.2",
"@storybook/addon-links": "7.4.2",
"@storybook/addon-styling": "1.3.7",
"@storybook/addons": "7.4.2",
"@storybook/blocks": "7.4.2",
"@storybook/testing-library": "0.2.1",
"@storybook/vue": "7.4.2",
"@storybook/vue-vite": "7.4.2",
"@types/node": "20.2.4",
"@vitejs/plugin-vue2": "2.2.0",
"@vitest/coverage-v8": "0.34.1",
"@vitest/ui": "0.34.1",
"@vitest/coverage-v8": "0.34.4",
"@vitest/ui": "0.34.4",
"@vue/test-utils": "1.3.6",
"@vue/tsconfig": "0.4.0",
"@vueuse/core": "10.3.0",
"@vueuse/core": "10.4.1",
"@vueuse/math": "10.4.1",
"@vueuse/shared": "10.3.0",
"@vueuse/shared": "10.4.1",
"argparse": "2.0.1",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.15",
"babel-loader": "8.3.0",
"bumpp": "9.1.1",
"bumpp": "9.2.0",
"css-loader": "6.8.1",
"eslint": "8.46.0",
"eslint": "8.49.0",
"fast-glob": "3.3.1",
"fast-xml-parser": "4.2.7",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"lint-staged": "14.0.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"remixicon": "3.5.0",
"sass": "1.64.2",
"sass": "1.67.0",
"scule": "1.0.0",
"storybook": "7.2.1",
"storybook": "7.4.2",
"tailwindcss": "3.3.3",
"tsc-alias": "1.8.7",
"typescript": "5.1.6",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-define-options": "1.3.12",
"vite": "4.4.8",
"vitest": "0.34.1",
"unplugin-vue-define-options": "1.3.18",
"vite": "4.4.9",
"vitest": "0.34.4",
"vue": "2.7.14",
"vue-loader": "17.2.2",
"vue-router": "3.6.5",
"vue-template-compiler": "2.7.14",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.11"
},
"engines": {
"pnpm": ">=8 <9"
Expand Down
Loading

0 comments on commit 8df6a92

Please sign in to comment.