Skip to content

Commit cf0d31f

Browse files
committed
feat: use a better jsoneditor version + current selected node jsonpath
Fix CorentinTh#672 (CorentinTh#672 (comment)) for current node jsonpath
1 parent a28ba6e commit cf0d31f

File tree

6 files changed

+407
-299
lines changed

6 files changed

+407
-299
lines changed

components.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ declare module '@vue/runtime-core' {
133133
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
134134
NDivider: typeof import('naive-ui')['NDivider']
135135
NEllipsis: typeof import('naive-ui')['NEllipsis']
136+
NForm: typeof import('naive-ui')['NForm']
136137
NFormItem: typeof import('naive-ui')['NFormItem']
137138
NGi: typeof import('naive-ui')['NGi']
138139
NGrid: typeof import('naive-ui')['NGrid']
@@ -145,7 +146,9 @@ declare module '@vue/runtime-core' {
145146
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
146147
NMenu: typeof import('naive-ui')['NMenu']
147148
NScrollbar: typeof import('naive-ui')['NScrollbar']
149+
NSlider: typeof import('naive-ui')['NSlider']
148150
NSpin: typeof import('naive-ui')['NSpin']
151+
NSwitch: typeof import('naive-ui')['NSwitch']
149152
NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default']
150153
OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default']
151154
PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default']

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"dependencies": {
3838
"@it-tools/bip39": "^0.0.4",
3939
"@it-tools/oggen": "^1.3.0",
40-
"@originjs/vite-plugin-commonjs": "^1.0.3",
4140
"@sindresorhus/slugify": "^2.2.1",
4241
"@tiptap/pm": "2.1.6",
4342
"@tiptap/starter-kit": "2.1.6",
@@ -58,14 +57,16 @@
5857
"crypto-js": "^4.1.1",
5958
"date-fns": "^2.29.3",
6059
"dompurify": "^3.0.6",
60+
"email-normalizer": "^1.0.0",
6161
"emojilib": "^3.0.10",
6262
"figlet": "^1.7.0",
6363
"figue": "^1.2.0",
6464
"fuse.js": "^6.6.2",
6565
"highlight.js": "^11.7.0",
6666
"iarna-toml-esm": "^3.0.5",
6767
"ibantools": "^4.3.3",
68-
"json-editor-vue3": "^1.1.1",
68+
"js-base64": "^3.7.6",
69+
"json-editor-vue": "^0.16.0",
6970
"json5": "^2.2.3",
7071
"jwt-decode": "^3.1.2",
7172
"libphonenumber-js": "^1.10.28",
@@ -88,11 +89,13 @@
8889
"unicode-emoji-json": "^0.4.0",
8990
"unplugin-auto-import": "^0.16.4",
9091
"uuid": "^9.0.0",
92+
"vanilla-jsoneditor": "^0.23.8",
9193
"vue": "^3.3.4",
9294
"vue-i18n": "^9.9.1",
9395
"vue-router": "^4.1.6",
9496
"vue-tsc": "^1.8.1",
9597
"xml-formatter": "^3.3.2",
98+
"xml-js": "^1.6.11",
9699
"yaml": "^2.2.1"
97100
},
98101
"devDependencies": {
@@ -139,5 +142,6 @@
139142
"vitest": "^0.34.0",
140143
"workbox-window": "^7.0.0",
141144
"zx": "^7.2.1"
142-
}
145+
},
146+
"packageManager": "[email protected]"
143147
}

0 commit comments

Comments
 (0)