Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies, proxy configuration #157

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/account/home/FloatingNotification.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { get } from '@vueuse/core';
import { type ContextColorsType } from '@rotki/ui-library/dist/consts/colors';
import { type ContextColorsType } from '@rotki/ui-library';

const props = withDefaults(
defineProps<{
Expand Down
3 changes: 1 addition & 2 deletions components/account/home/SubscriptionTable.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script setup lang="ts">
import { get, set, useIntervalFn } from '@vueuse/core';
import { storeToRefs } from 'pinia';
import { type ContextColorsType } from '@rotki/ui-library/dist/consts/colors';
import { type Ref } from 'vue/dist/vue';
import {
type ContextColorsType,
type DataTableColumn,
type DataTableSortColumn,
type TablePaginationData,
Expand Down
234 changes: 0 additions & 234 deletions components/download/DownloadDialog.vue

This file was deleted.

6 changes: 4 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export default defineNuxtConfig({

css: [],
ssr: true,
site: {
url: 'https://rotki.com',
},

components: [{ path: '~/components', pathPrefix: false }],

Expand All @@ -95,7 +98,7 @@ export default defineNuxtConfig({
'@vueuse/nuxt',
['@pinia/nuxt', { disableVuex: true }],
'nuxt-simple-sitemap',
'nuxt-vitest',
'@nuxt/test-utils/module',
'./modules/ui-library/module.ts',
],

Expand Down Expand Up @@ -146,7 +149,6 @@ export default defineNuxtConfig({
},

sitemap: {
siteUrl: 'https://rotki.com',
exclude: nonIndexed,
},

Expand Down
80 changes: 41 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rotki.com",
"version": "1.10.0",
"private": true,
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.12.1",
"type": "module",
"scripts": {
"dev": "nuxi dev",
Expand All @@ -26,65 +26,67 @@
"dependencies": {
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/robots": "3.0.0",
"@nuxtjs/tailwindcss": "6.8.0",
"@pinia/nuxt": "0.5.0",
"@nuxtjs/tailwindcss": "6.10.1",
"@pinia/nuxt": "0.5.1",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "10.5.0",
"@vueuse/nuxt": "10.5.0",
"@vueuse/shared": "10.5.0",
"braintree-web": "3.97.2",
"cypress": "13.3.1",
"ethers": "6.8.0",
"@vueuse/core": "10.7.0",
"@vueuse/nuxt": "10.7.0",
"@vueuse/shared": "10.7.0",
"braintree-web": "3.98.0",
"cypress": "13.6.1",
"ethers": "6.9.0",
"loglevel": "1.8.1",
"pinia": "2.1.7",
"qrcode": "1.5.3",
"swiper": "10.3.1",
"vue": "3.3.4",
"swiper": "11.0.5",
"vue": "3.3.11",
"vue-router": "4.2.5",
"zod": "3.22.4"
},
"devDependencies": {
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@fontsource/roboto": "5.0.8",
"@nuxt/content": "2.8.5",
"@nuxt/devtools": "0.8.5",
"@nuxt/content": "2.9.0",
"@nuxt/devtools": "1.0.6",
"@nuxt/test-utils": "3.9.0-alpha.1",
"@nuxtjs/i18n": "8.0.0-beta.12",
"@rotki/eslint-config": "1.1.2",
"@rotki/ui-library": "0.5.1",
"@types/braintree-web": "3.96.7",
"@types/paypal-checkout-components": "4.0.6",
"@types/qrcode": "1.5.2",
"@vitest/coverage-c8": "0.33.0",
"@rotki/ui-library": "0.7.0",
"@types/braintree-web": "3.96.10",
"@types/paypal-checkout-components": "4.0.8",
"@types/qrcode": "1.5.5",
"@vitest/coverage-v8": "1.0.4",
"@vue/test-utils": "2.4.3",
"autoprefixer": "10.4.16",
"bumpp": "9.2.0",
"eslint": "8.51.0",
"bumpp": "9.2.1",
"eslint": "8.55.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "12.9.1",
"happy-dom": "12.10.3",
"husky": "8.0.3",
"lint-staged": "15.0.1",
"msw": "1.3.2",
"nuxt": "3.7.4",
"nuxt-simple-sitemap": "3.4.0",
"nuxt-vitest": "0.11.0",
"postcss": "8.4.31",
"lint-staged": "15.2.0",
"msw": "2.0.11",
"nuxt": "3.8.2",
"nuxt-simple-sitemap": "4.1.17",
"postcss": "8.4.32",
"postcss-html": "1.5.0",
"postcss-import": "15.1.0",
"postcss-url": "10.1.3",
"sass": "1.69.3",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"stylelint": "15.10.3",
"stylelint": "16.0.2",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.2.1",
"tailwindcss": "3.3.3",
"stylelint-config-standard": "35.0.0",
"stylelint-config-standard-scss": "12.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.0.0",
"tailwindcss": "3.3.6",
"typescript": "5.2.2",
"vite": "4.4.11",
"vitest": "0.33.0",
"vue-tsc": "1.8.19",
"vite": "5.0.9",
"vitest": "1.0.4",
"vitest-environment-nuxt": "1.0.0-alpha.1",
"vue-tsc": "1.8.11",
"webpack": "5.89.0"
},
"engines": {
Expand Down
Loading
Loading