Skip to content

Commit

Permalink
Merge branch 'main' into issue-8886
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian authored Feb 1, 2024
2 parents 488caad + 694e702 commit bc2b1c8
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 223 deletions.
4 changes: 2 additions & 2 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@google/model-viewer": "^3.4.0",
"@vueuse/core": "^9.13.0",
"bulma": "0.9.4",
"three": "^0.160.1",
"three": "^0.161.0",
"vue": "^3.4.15",
"vue-audio-visual": "2.5.0"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@kodadot1/brick": "workspace:*",
"@kodadot1/minimark": "^0.1.14-rc.0",
"@kodadot1/minipfs": "0.4.2-rc.0",
Expand All @@ -85,7 +85,7 @@
"@polkadot/vue-identicon": "^3.6.4",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@transak/transak-sdk": "^1.4.1",
"@types/node": "^20.11.5",
"@types/node": "^20.11.15",
"@vitejs/plugin-vue": "^5.0.3",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
Expand All @@ -111,7 +111,7 @@
"vue-chartjs": "^5.3.0",
"vue-dompurify-html": "^4.1.4",
"vue-tippy": "^6.4.1",
"wavesurfer.js": "^7.6.5",
"wavesurfer.js": "^7.7.1",
"workbox-window": "^6.6.0"
},
"devDependencies": {
Expand All @@ -127,8 +127,8 @@
"@types/lodash": "^4.14.202",
"@types/markdown-it": "^13.0.7",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vite-pwa/nuxt": "^0.4.0",
"@vitest/coverage-istanbul": "^0.34.6",
"@vueuse/core": "^9.13.0",
Expand All @@ -146,13 +146,13 @@
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"nuxt": "^3.9.3",
"nuxt": "^3.10.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.4.1",
"vue-eslint-parser": "^9.4.2",
"vue-gtag": "^2.0.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit bc2b1c8

Please sign in to comment.