Skip to content

Commit

Permalink
chore: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 17, 2023
1 parent c96518a commit 1d8fe8b
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 613 deletions.
61 changes: 31 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,62 +25,63 @@
"dependencies": {
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/robots": "3.0.0",
"@nuxtjs/tailwindcss": "6.7.2",
"@nuxtjs/tailwindcss": "6.8.0",
"@pinia/nuxt": "0.4.11",
"@vuelidate/core": "2.0.2",
"@vuelidate/validators": "2.0.2",
"@vueuse/core": "10.1.2",
"@vueuse/nuxt": "10.1.2",
"@vueuse/shared": "10.1.2",
"braintree-web": "3.94.0",
"cypress": "12.14.0",
"ethers": "6.6.0",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.3",
"@vueuse/core": "10.2.1",
"@vueuse/nuxt": "10.2.1",
"@vueuse/shared": "10.2.1",
"braintree-web": "3.96.0",
"cypress": "12.17.1",
"ethers": "6.6.4",
"loglevel": "1.8.1",
"pinia": "2.1.4",
"qrcode": "1.5.3",
"vue": "3.3.4",
"vue-router": "4.2.2",
"vue-router": "4.2.4",
"zod": "3.21.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@nuxt/content": "2.7.0",
"@nuxt/devtools": "0.6.0",
"@nuxt/devtools": "0.6.7",
"@nuxtjs/i18n": "8.0.0-beta.12",
"@rotki/eslint-config": "1.1.0",
"@types/braintree-web": "3.75.23",
"@types/paypal-checkout-components": "4.0.5",
"@types/qrcode": "1.5.0",
"@vitest/coverage-c8": "0.32.0",
"@types/qrcode": "1.5.1",
"@vitest/coverage-c8": "0.33.0",
"autoprefixer": "10.4.14",
"bumpp": "9.1.1",
"eslint": "8.45.0",
"eslint-plugin-nuxt": "4.0.0",
"happy-dom": "9.20.3",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"msw": "1.2.2",
"nuxt": "3.5.3",
"nuxt-simple-sitemap": "2.6.2",
"nuxt-vitest": "0.8.5",
"postcss": "8.4.24",
"nuxt": "3.6.3",
"nuxt-simple-sitemap": "3.0.11",
"nuxt-vitest": "0.9.0",
"postcss": "8.4.26",
"postcss-html": "1.5.0",
"postcss-import": "15.1.0",
"postcss-url": "10.1.3",
"sass": "1.63.4",
"sass": "1.63.6",
"sass-loader": "13.3.2",
"stylelint": "15.7.0",
"stylelint-config-recommended-vue": "1.4.0",
"stylelint-config-standard": "33.0.0",
"stylelint-config-standard-scss": "9.0.0",
"stylelint": "15.10.1",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.0.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"vite": "4.3.9",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.4",
"vitest": "0.30.1",
"vue-tsc": "1.7.13",
"webpack": "5.87.0"
"vue-tsc": "1.8.5",
"webpack": "5.88.1"
},
"engines": {
"node": ">=18 <19",
Expand Down
Loading

0 comments on commit 1d8fe8b

Please sign in to comment.