Skip to content

Commit

Permalink
feat: upgrade dependencies (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek authored Jan 13, 2025
1 parent 1b771c8 commit f6f076a
Show file tree
Hide file tree
Showing 2 changed files with 1,268 additions and 642 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,64 +31,64 @@
"dependencies": {
"@aeternity/aepp-sdk": "14.0.0",
"@sentry/tracing": "^7.114.0",
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vue": "^8.37.1",
"@sentry/vite-plugin": "^2.22.7",
"@sentry/vue": "^8.47.0",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.3.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.7",
"axios": "^1.7.9",
"bignumber.js": "9.1.2",
"camelcase-keys-deep": "^0.1.0",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"compression": "^1.7.5",
"core-js": "^3.39.0",
"express": "^4.21.1",
"express": "^4.21.2",
"floating-vue": "^5.2.2",
"luxon": "^3.5.0",
"memory-cache": "^0.2.0",
"pinia": "^2.1.7",
"swiper": "^11.1.14",
"vue": "^3.4.31",
"pinia": "^2.3.0",
"swiper": "^11.2.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/plausible": "^1.0.3",
"@pinia/nuxt": "^0.5.1",
"@vitejs/plugin-vue": "^5.0.5",
"@nuxtjs/plausible": "^1.2.0",
"@pinia/nuxt": "^0.9.0",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.30.0",
"monaco-editor": "^0.52.0",
"nuxt": "^3.14.159",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^9.32.0",
"monaco-editor": "^0.52.2",
"nuxt": "^3.15.1",
"nuxt-monaco-editor": "^1.3.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-custom-media": "^11.0.5",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^7.0.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rollup-plugin-ternary": "^2.0.1",
"stylelint": "^16.10.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-html": "^3.2.2"
},
"browserslist": [
Expand Down
Loading

0 comments on commit f6f076a

Please sign in to comment.