Skip to content

Commit

Permalink
chore: update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 22, 2024
1 parent 11c065b commit 8215d94
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 369 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"devDependencies": {
"@tsconfig/node18": "18.2.2",
"@types/node": "20.11.1",
"@types/node": "20.11.5",
"@vitejs/plugin-vue": "5.0.3",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.16",
"cypress": "13.6.2",
"autoprefixer": "10.4.17",
"cypress": "13.6.3",
"postcss": "8.4.33",
"start-server-and-test": "2.0.3",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite": "5.0.12",
"vue-tsc": "1.8.11"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,30 +104,30 @@
"@headlessui/vue": "1.7.17",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "1.1.2",
"@storybook/addon-docs": "7.6.8",
"@storybook/addon-essentials": "7.6.8",
"@storybook/addon-interactions": "7.6.8",
"@storybook/addon-links": "7.6.8",
"@storybook/addon-themes": "7.6.8",
"@storybook/addons": "7.6.8",
"@storybook/blocks": "7.6.8",
"@storybook/addon-docs": "7.6.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@storybook/addon-themes": "7.6.10",
"@storybook/addons": "7.6.10",
"@storybook/blocks": "7.6.10",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "7.6.8",
"@storybook/vue3-vite": "7.6.8",
"@types/node": "20.11.1",
"@storybook/vue3": "7.6.10",
"@storybook/vue3-vite": "7.6.10",
"@types/node": "20.11.5",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/coverage-v8": "1.2.0",
"@vitest/ui": "1.2.0",
"@vitest/coverage-v8": "1.2.1",
"@vitest/ui": "1.2.1",
"@vue/test-utils": "2.4.3",
"@vue/tsconfig": "0.5.1",
"@vueuse/core": "10.7.2",
"@vueuse/math": "10.7.2",
"@vueuse/shared": "10.7.2",
"argparse": "2.0.1",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"babel-loader": "9.1.3",
"bumpp": "9.2.1",
"css-loader": "6.9.0",
"bumpp": "9.3.0",
"css-loader": "6.9.1",
"eslint": "8.56.0",
"eslint-plugin-storybook": "0.6.15",
"fast-glob": "3.3.2",
Expand All @@ -140,15 +140,15 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"remixicon": "4.1.0",
"sass": "1.69.7",
"sass": "1.70.0",
"scule": "1.2.0",
"storybook": "7.6.8",
"storybook": "7.6.10",
"tailwindcss": "3.4.1",
"tsc-alias": "1.8.8",
"typescript": "5.3.3",
"unplugin-auto-import": "0.17.3",
"vite": "5.0.11",
"vitest": "1.2.0",
"vite": "5.0.12",
"vitest": "1.2.1",
"vue": "3.3.13",
"vue-loader": "17.4.2",
"vue-router": "4.2.4",
Expand Down
Loading

0 comments on commit 8215d94

Please sign in to comment.