Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Feb 6, 2025
1 parent 2d9ba62 commit 5dcd4fc
Show file tree
Hide file tree
Showing 2 changed files with 1,527 additions and 1,763 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rotki.com",
"version": "1.27.0",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"type": "module",
"scripts": {
"dev": "nuxi dev",
Expand All @@ -25,15 +25,15 @@
"release": "bumpp -r --no-push"
},
"optionalDependencies": {
"cypress": "14.0.0"
"cypress": "14.0.2"
},
"dependencies": {
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/robots": "5.2.2",
"@nuxtjs/tailwindcss": "6.11.4",
"@pinia/nuxt": "0.9.0",
"@reown/appkit": "1.6.5",
"@reown/appkit-adapter-ethers": "1.6.5",
"@reown/appkit": "1.6.6",
"@reown/appkit-adapter-ethers": "1.6.6",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "12.5.0",
Expand All @@ -44,7 +44,7 @@
"ethers": "6.13.5",
"pinia": "2.3.1",
"qrcode": "1.5.4",
"swiper": "11.2.1",
"swiper": "11.2.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
"zod": "3.24.1"
Expand All @@ -54,11 +54,11 @@
"@commitlint/config-conventional": "19.7.1",
"@fontsource/roboto": "5.1.1",
"@nuxt/content": "2.13.4",
"@nuxt/devtools": "1.7.0",
"@nuxt/devtools": "2.0.0",
"@nuxt/image": "1.9.0",
"@nuxt/test-utils": "3.15.4",
"@nuxtjs/i18n": "9.1.3",
"@nuxtjs/sitemap": "7.2.3",
"@nuxtjs/i18n": "9.1.5",
"@nuxtjs/sitemap": "7.2.4",
"@rotki/eslint-config": "3.7.0",
"@rotki/eslint-plugin": "0.7.0",
"@rotki/ui-library": "1.12.0",
Expand All @@ -68,30 +68,30 @@
"@vitest/coverage-v8": "3.0.5",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"bumpp": "9.10.2",
"eslint": "9.18.0",
"bumpp": "10.0.2",
"eslint": "9.19.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "16.7.2",
"happy-dom": "16.8.1",
"husky": "9.1.7",
"lint-staged": "15.4.2",
"lint-staged": "15.4.3",
"msw": "2.7.0",
"nuxt": "3.15.2",
"nuxt": "3.15.4",
"postcss": "8.5.1",
"postcss-html": "1.8.0",
"postcss-import": "16.1.0",
"postcss-url": "10.1.3",
"rollup": "4.32.0",
"sass": "1.83.4",
"rollup": "4.34.4",
"sass": "1.84.0",
"sass-loader": "16.0.4",
"stylelint": "16.13.2",
"stylelint": "16.14.1",
"stylelint-config-recommended-vue": "1.6.0",
"stylelint-config-standard": "37.0.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.10.1",
"stylelint-scss": "6.11.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5",
"vitest-environment-nuxt": "1.0.1",
"vue-tsc": "2.1.10",
Expand Down
Loading

0 comments on commit 5dcd4fc

Please sign in to comment.