diff --git a/products/neo-savant/package.json b/products/neo-savant/package.json index fae3e2b4a..e9c9680c9 100644 --- a/products/neo-savant/package.json +++ b/products/neo-savant/package.json @@ -9,36 +9,43 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" }, "dependencies": { + "@codemirror/lang-json": "^6.0.1", + "@imengyu/vue3-context-menu": "^1.4.0", + "@kyvg/vue3-notification": "^3.2.1", "@ledgerhq/hw-transport-u2f": "^5.34.0", "@ledgerhq/hw-transport-webusb": "^6.28.5", + "@vitejs/plugin-vue": "^5.0.4", + "@vue/compat": "^3.4.21", + "@vue/compiler-sfc": "^3.4.21", "@zilliqa-js/account": "^3.5.0", "@zilliqa-js/crypto": "^3.5.0", "@zilliqa-js/util": "^3.5.0", "@zilliqa-js/zilliqa": "^3.5.0", - "animate.css": "^3.7.2", + "animate.css": "^4.1.1", "axios": "^1.6.8", "bootstrap": "^4.4.1", + "codemirror": "^6.0.1", + "element-plus": "^2.7.0", + "floating-vue": "^5.2.2", + "mitt": "^3.0.1", "numbro": "^2.5.0", - "sweetalert2": "^9.7.2", + "sweetalert2": "^11.10.7", "uuid": "^9.0.1", - "v-tooltip": "^2.1.3", - "vite": "^2.5.4", - "vite-plugin-vue2": "2.0.3", - "vue": "^2.6.11", + "vite": "^5.2.8", + "vue": "^3.4.21", + "vue-codemirror": "^6.1.1", "vue-color": "^2.8.1", - "vue-context": "^5.0.0", - "vue-json-pretty": "^1.6.3", - "vue-notification": "^1.3.20", - "vue-router": "^3.1.3", - "vue-template-compiler": "^2.7.16", - "vue2-brace-editor": "^2.0.2", - "vuex": "^3.1.2", - "vuex-persist": "^2.2.0" + "vue-json-pretty": "^2.4.0", + "vue-router": "^4.3.0", + "vuex": "^4.1.0", + "vuex-persist": "^3.1.3" }, "devDependencies": { - "eslint": "^5.16.0", - "eslint-plugin-vue": "^5.0.0", + "eslint": "^9.0.0", + "eslint-plugin-vue": "^9.24.1", "sass": "^1.74.1", + "unplugin-auto-import": "^0.17.5", + "unplugin-vue-components": "^0.26.0", "vite-plugin-node-polyfills": "^0.21.0" } } diff --git a/products/neo-savant/src/components/BottomPanel/Checker.vue b/products/neo-savant/src/components/BottomPanel/Checker.vue index e30d69b19..b354c4bf1 100644 --- a/products/neo-savant/src/components/BottomPanel/Checker.vue +++ b/products/neo-savant/src/components/BottomPanel/Checker.vue @@ -14,30 +14,25 @@ - \ No newline at end of file + diff --git a/products/neo-savant/src/components/BottomPanel/index.vue b/products/neo-savant/src/components/BottomPanel/index.vue index 3cf2cb157..5706df4b4 100644 --- a/products/neo-savant/src/components/BottomPanel/index.vue +++ b/products/neo-savant/src/components/BottomPanel/index.vue @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/products/neo-savant/src/components/Files/FileName.vue b/products/neo-savant/src/components/Files/FileName.vue index 5a34f8813..90e9878c4 100644 --- a/products/neo-savant/src/components/Files/FileName.vue +++ b/products/neo-savant/src/components/Files/FileName.vue @@ -1,76 +1,87 @@ - \ No newline at end of file + diff --git a/products/neo-savant/src/components/Files/List.vue b/products/neo-savant/src/components/Files/List.vue index 9db8408ad..f76620540 100644 --- a/products/neo-savant/src/components/Files/List.vue +++ b/products/neo-savant/src/components/Files/List.vue @@ -13,7 +13,7 @@ > @@ -75,4 +75,4 @@ export default { cursor: pointer; } } - \ No newline at end of file + diff --git a/products/neo-savant/src/components/Inputs/InputPopover.vue b/products/neo-savant/src/components/Inputs/InputPopover.vue index bf55efcf9..a27462bd8 100644 --- a/products/neo-savant/src/components/Inputs/InputPopover.vue +++ b/products/neo-savant/src/components/Inputs/InputPopover.vue @@ -1,5 +1,5 @@