Skip to content

Commit

Permalink
Merge pull request kodadot#8825 from roiLeo/chore/up/dependencies
Browse files Browse the repository at this point in the history
➖ unused dependencies
  • Loading branch information
yangwao authored Jan 2, 2024
2 parents c21049f + c362720 commit 734a9c9
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 436 deletions.
1 change: 0 additions & 1 deletion middleware/redirects.global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default defineNuxtRouteMiddleware((route) => {
}

if (redirectValue) {
console.log(redirectValue)
return navigateTo(redirectValue, { external: true })
}
})
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@transak/transak-sdk": "^1.4.1",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.0.2",
"apollo-boost": "^0.4.9",
"browserslist": "^4.22.2",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
"chartjs-plugin-annotation": "^2.2.1",
Expand Down Expand Up @@ -124,8 +125,6 @@
"@babel/core": "^7.23.7",
"@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.23.7",
"@babel/preset-env": "^7.23.7",
"@nuxt/content": "^2.10.0",
Expand Down Expand Up @@ -156,7 +155,6 @@
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vue-scoped-css": "^2.6.1",
"frontmatter-markdown-loader": "^3.7.0",
"glob": "^8.1.0",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
Expand All @@ -170,7 +168,6 @@
"typescript": "^4.9.5",
"vitest": "^0.34.6",
"vue": "^3.4.3",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.3.2",
"vue-gtag": "^2.0.1",
"wait-on": "^6.0.1"
Expand Down
Loading

0 comments on commit 734a9c9

Please sign in to comment.