Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 18, 2024
1 parent 01c967e commit 896b8d5
Show file tree
Hide file tree
Showing 3 changed files with 1,940 additions and 1,954 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV NITRO_HOST=0.0.0.0
ENV NITRO_PORT=4000

RUN --mount=type=cache,target=/root/.npm/_cacache/ \
npm install -g [email protected].2
npm install -g [email protected].3

COPY --from=builder /build/.output ./.output/
COPY --from=builder /build/ecosystem.config.cjs ./
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "rotki.com",
"version": "1.25.1",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "vue-tsc --noEmit --project tsconfig.build.json && nuxi build",
"build": "nuxi typecheck && nuxi build",
"clean": "rimraf node_modules .output .nuxt dist && pnpm store prune && pnpm i",
"start": "nuxi start",
"generate": "nuxi generate",
Expand All @@ -25,77 +25,77 @@
"release": "bumpp -r --no-push"
},
"optionalDependencies": {
"cypress": "13.16.0"
"cypress": "13.17.0"
},
"dependencies": {
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/robots": "5.0.0",
"@nuxtjs/robots": "5.0.1",
"@nuxtjs/tailwindcss": "6.11.4",
"@pinia/nuxt": "0.8.0",
"@reown/appkit": "1.5.2",
"@reown/appkit-adapter-ethers": "1.5.2",
"@pinia/nuxt": "0.9.0",
"@reown/appkit": "1.6.0",
"@reown/appkit-adapter-ethers": "1.6.0",
"@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.112.1",
"braintree-web": "3.113.0",
"ethers": "6.13.4",
"pinia": "2.2.7",
"pinia": "2.3.0",
"qrcode": "1.5.4",
"swiper": "11.1.15",
"vue": "3.5.13",
"vue-router": "4.5.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@fontsource/roboto": "5.1.0",
"@nuxt/content": "2.13.4",
"@nuxt/devtools": "1.6.1",
"@nuxt/devtools": "1.6.4",
"@nuxt/image": "1.8.1",
"@nuxt/test-utils": "3.14.4",
"@nuxtjs/i18n": "9.1.0",
"@nuxt/test-utils": "3.15.1",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/sitemap": "7.0.0",
"@rotki/eslint-config": "3.6.0",
"@rotki/eslint-plugin": "0.5.0",
"@rotki/ui-library": "1.8.0",
"@types/braintree-web": "3.96.15",
"@rotki/eslint-plugin": "0.6.1",
"@rotki/ui-library": "1.8.4",
"@types/braintree-web": "3.96.16",
"@types/paypal-checkout-components": "4.0.8",
"@types/qrcode": "1.5.5",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"bumpp": "9.8.1",
"eslint": "9.15.0",
"bumpp": "9.9.1",
"eslint": "9.17.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "15.11.7",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"msw": "2.6.6",
"lint-staged": "15.2.11",
"msw": "2.7.0",
"nuxt": "3.14.1592",
"postcss": "8.4.49",
"postcss-html": "1.7.0",
"postcss-import": "16.1.0",
"postcss-url": "10.1.3",
"rollup": "4.27.4",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"stylelint": "16.10.0",
"rollup": "4.28.1",
"sass": "1.83.0",
"sass-loader": "16.0.4",
"stylelint": "16.12.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.10.0",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"vite": "6.0.1",
"vitest": "2.1.6",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "6.0.3",
"vitest": "2.1.8",
"vitest-environment-nuxt": "1.0.1",
"vue-tsc": "2.1.10",
"webpack": "5.96.1"
"webpack": "5.97.1"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 896b8d5

Please sign in to comment.