Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Apr 4, 2024
1 parent 31776fb commit 6231a80
Show file tree
Hide file tree
Showing 3 changed files with 1,750 additions and 1,705 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rotki.com",
"version": "1.15.0",
"private": true,
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.6",
"type": "module",
"scripts": {
"dev": "nuxi dev",
Expand All @@ -24,7 +24,7 @@
"release": "bumpp -r --no-push"
},
"optionalDependencies": {
"cypress": "13.7.0"
"cypress": "13.7.2"
},
"dependencies": {
"@metamask/detect-provider": "2.0.0",
Expand All @@ -37,7 +37,7 @@
"@vueuse/math": "10.9.0",
"@vueuse/nuxt": "10.9.0",
"@vueuse/shared": "10.9.0",
"braintree-web": "3.100.0",
"braintree-web": "3.101.0",
"ethers": "6.11.1",
"loglevel": "1.9.1",
"pinia": "2.1.7",
Expand All @@ -48,50 +48,51 @@
"zod": "3.22.4"
},
"devDependencies": {
"@commitlint/cli": "19.2.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@fontsource/roboto": "5.0.12",
"@nuxt/content": "2.12.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "3.11.0",
"@nuxtjs/i18n": "8.2.0",
"@nuxt/devtools": "1.1.5",
"@nuxt/test-utils": "3.12.0",
"@nuxtjs/i18n": "8.3.0",
"@nuxtjs/sitemap": "5.1.2",
"@rotki/eslint-config": "2.5.0",
"@rollup/wasm-node": "4.14.0",
"@rotki/eslint-config": "2.6.0",
"@rotki/ui-library": "0.14.0",
"@types/braintree-web": "3.96.11",
"@types/paypal-checkout-components": "4.0.8",
"@types/qrcode": "1.5.5",
"@vitest/coverage-v8": "1.3.0",
"@vitest/coverage-v8": "1.4.0",
"@vue/test-utils": "2.4.5",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"bumpp": "9.4.0",
"eslint": "8.57.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "12.10.3",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"msw": "2.2.3",
"nuxt": "3.10.3",
"postcss": "8.4.35",
"msw": "2.2.13",
"nuxt": "3.11.2",
"postcss": "8.4.38",
"postcss-html": "1.6.0",
"postcss-import": "16.0.1",
"postcss-import": "16.1.0",
"postcss-url": "10.1.3",
"rollup": "4.13.0",
"sass": "1.72.0",
"rollup": "4.14.0",
"sass": "1.74.1",
"sass-loader": "14.1.1",
"stylelint": "16.2.1",
"stylelint": "16.3.1",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.2.1",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"typescript": "5.3.3",
"vite": "5.1.6",
"vitest": "1.3.0",
"vite": "5.2.8",
"vitest": "1.4.0",
"vitest-environment-nuxt": "1.0.0",
"vue-tsc": "2.0.6",
"webpack": "5.90.3"
"vue-tsc": "2.0.10",
"webpack": "5.91.0"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 6231a80

Please sign in to comment.