Skip to content

Commit

Permalink
Merge branch 'main' into feat/7175
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd-li authored Sep 19, 2023
2 parents d52a6e8 + b21b4a9 commit 22a1fdb
Show file tree
Hide file tree
Showing 4 changed files with 920 additions and 1,074 deletions.
4 changes: 2 additions & 2 deletions libs/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@vitest/coverage-c8": "^0.33.0",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"unbuild": "^1.2.1",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@histoire/plugin-vue2": "^0.17.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@oruga-ui/oruga": "^0.6.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^8.7.1",
"histoire": "^0.17.0",
"vite": "^3.2.7",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@polkadot/types": "^10.6.1",
"@polkadot/ui-keyring": "^3.3.1",
"@polkadot/vue-identicon": "^3.3.1",
"@transak/transak-sdk": "^1.3.0",
"@transak/transak-sdk": "^1.4.1",
"apollo-boost": "^0.4.9",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
Expand All @@ -108,7 +108,7 @@
"slugify": "^1.6.6",
"unzipit": "^1.4.3",
"vue": "2.7.14",
"vue-apollo": "^3.1.0",
"vue-apollo": "^3.1.1",
"vue-audio-visual": "2.5.0",
"vue-clipboard2": "^0.3.3",
"vue-dompurify-html": "^4.1.4",
Expand All @@ -119,34 +119,34 @@
"workbox-window": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.20",
"@babel/helper-define-map": "^7.18.6",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@kevinmarrec/nuxt-pwa": "0.15.0",
"@nuxt/bridge": "npm:@nuxt/[email protected]",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.17.1",
"@nuxtjs/color-mode": "^3.3.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.0",
"@rollup/plugin-graphql": "^1.1.0",
"@types/jest": "^27.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.34.3",
"@vitest/coverage-istanbul": "^0.34.4",
"@vue/test-utils": "^1.3.6",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"all-contributors-cli": "^6.26.1",
"c8": "^7.14.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^42.0.0",
Expand All @@ -159,11 +159,11 @@
"lint-staged": "^12.5.0",
"nuxt-webpack-optimisations": "^2.2.8",
"prettier": "^2.8.8",
"sass": "^1.66.1",
"sass": "^1.67.0",
"sass-loader": "^10.4.1",
"typescript": "^4.9.5",
"vite-plugin-vue2": "^2.0.3",
"vitest": "^0.34.3",
"vitest": "^0.34.4",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.3.1",
"vue-gtag": "^2.0.1",
Expand Down
Loading

0 comments on commit 22a1fdb

Please sign in to comment.