Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 24, 2025
1 parent ac4fbb8 commit df9543d
Show file tree
Hide file tree
Showing 3 changed files with 2,656 additions and 2,249 deletions.
6 changes: 2 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ const nonIndexed = [
'/checkout/pay/request-crypto',
'/checkout/success',
'/account-deleted',
'/api/',
'/md/',
'/documents/',
'/_nuxt/',
];

const domain = process.env.PROXY_DOMAIN || 'localhost';
Expand Down Expand Up @@ -129,13 +127,13 @@ export default defineNuxtConfig({

modules: [
'@nuxt/devtools',
'@nuxt/content',
'@nuxtjs/robots',
'@nuxtjs/sitemap',
'@nuxt/content',
'@nuxtjs/i18n',
'@nuxtjs/tailwindcss',
'@vueuse/nuxt',
['@pinia/nuxt', { disableVuex: true }],
'@nuxtjs/sitemap',
'@nuxt/test-utils/module',
'./modules/ui-library/module.ts',
'@nuxt/image',
Expand Down
74 changes: 37 additions & 37 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].0",
"packageManager": "[email protected].4",
"type": "module",
"scripts": {
"dev": "nuxi dev",
Expand All @@ -25,74 +25,74 @@
"release": "bumpp -r --no-push"
},
"optionalDependencies": {
"cypress": "13.17.0"
"cypress": "14.0.0"
},
"dependencies": {
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/robots": "5.0.1",
"@nuxtjs/robots": "5.2.2",
"@nuxtjs/tailwindcss": "6.11.4",
"@pinia/nuxt": "0.9.0",
"@reown/appkit": "1.6.0",
"@reown/appkit-adapter-ethers": "1.6.0",
"@reown/appkit": "1.6.5",
"@reown/appkit-adapter-ethers": "1.6.5",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "12.0.0",
"@vueuse/math": "12.0.0",
"@vueuse/nuxt": "12.0.0",
"@vueuse/shared": "12.0.0",
"braintree-web": "3.113.0",
"ethers": "6.13.4",
"pinia": "2.3.0",
"@vueuse/core": "12.5.0",
"@vueuse/math": "12.5.0",
"@vueuse/nuxt": "12.5.0",
"@vueuse/shared": "12.5.0",
"braintree-web": "3.115.0",
"ethers": "6.13.5",
"pinia": "2.3.1",
"qrcode": "1.5.4",
"swiper": "11.1.15",
"swiper": "11.2.1",
"vue": "3.5.13",
"vue-router": "4.5.0",
"zod": "3.24.1"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@fontsource/roboto": "5.1.0",
"@fontsource/roboto": "5.1.1",
"@nuxt/content": "2.13.4",
"@nuxt/devtools": "1.6.4",
"@nuxt/image": "1.8.1",
"@nuxt/test-utils": "3.15.1",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/sitemap": "7.0.0",
"@nuxt/devtools": "1.7.0",
"@nuxt/image": "1.9.0",
"@nuxt/test-utils": "3.15.4",
"@nuxtjs/i18n": "9.1.3",
"@nuxtjs/sitemap": "7.2.3",
"@rotki/eslint-config": "3.6.0",
"@rotki/eslint-plugin": "0.6.1",
"@rotki/ui-library": "1.8.4",
"@rotki/ui-library": "1.11.1",
"@types/braintree-web": "3.96.16",
"@types/paypal-checkout-components": "4.0.8",
"@types/qrcode": "1.5.5",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"bumpp": "9.9.1",
"eslint": "9.17.0",
"bumpp": "9.10.2",
"eslint": "9.18.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "15.11.7",
"happy-dom": "16.7.2",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"lint-staged": "15.4.2",
"msw": "2.7.0",
"nuxt": "3.14.1592",
"postcss": "8.4.49",
"postcss-html": "1.7.0",
"nuxt": "3.15.2",
"postcss": "8.5.1",
"postcss-html": "1.8.0",
"postcss-import": "16.1.0",
"postcss-url": "10.1.3",
"rollup": "4.28.1",
"sass": "1.83.0",
"rollup": "4.32.0",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"stylelint": "16.12.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint": "16.13.2",
"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.0",
"stylelint-scss": "6.10.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "6.0.3",
"vitest": "2.1.8",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vitest-environment-nuxt": "1.0.1",
"vue-tsc": "2.1.10",
"webpack": "5.97.1"
Expand Down
Loading

0 comments on commit df9543d

Please sign in to comment.