|
3 | 3 | "PascalCasedName": "JsonEditorVue", |
4 | 4 | "version": "0.10.2", |
5 | 5 | "private": false, |
6 | | - "packageManager": "pnpm@7.18.1", |
| 6 | + "packageManager": "pnpm@7.18.2", |
7 | 7 | "description": "JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3.", |
8 | 8 | "author": "cloydlau", |
9 | 9 | "license": "MIT", |
|
60 | 60 | } |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "lodash-es": "latest", |
64 | | - "vue-demi": "latest", |
65 | | - "vue-global-config": "latest" |
| 63 | + "lodash-es": "^4.17.21", |
| 64 | + "vue-demi": "^0.13.11", |
| 65 | + "vue-global-config": "^0.3.0" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@antfu/eslint-config": "latest", |
69 | | - "@commitlint/cli": "latest", |
70 | | - "@commitlint/config-conventional": "latest", |
71 | | - "@types/lodash-es": "latest", |
72 | | - "@types/node": "latest", |
| 68 | + "@antfu/eslint-config": "^0.34.0", |
| 69 | + "@commitlint/cli": "^17.3.0", |
| 70 | + "@commitlint/config-conventional": "^17.3.0", |
| 71 | + "@types/lodash-es": "^4.17.6", |
| 72 | + "@types/node": "^18.11.16", |
73 | 73 | "@vitejs/plugin-vue": "latest", |
74 | | - "@vitest/coverage-c8": "latest", |
75 | | - "@vitest/ui": "latest", |
| 74 | + "@vitest/coverage-c8": "^0.25.8", |
| 75 | + "@vitest/ui": "^0.25.8", |
76 | 76 | "@vue/compiler-sfc": "latest", |
77 | 77 | "@vue/test-utils": "latest", |
78 | | - "case-police": "latest", |
79 | | - "eslint": "latest", |
80 | | - "happy-dom": "latest", |
81 | | - "husky": "latest", |
82 | | - "json-editor-vue": "latest", |
83 | | - "lint-staged": "latest", |
84 | | - "lossless-json": "latest", |
85 | | - "typescript": "latest", |
86 | | - "unplugin-auto-import": "latest", |
87 | | - "vanilla-jsoneditor": "latest", |
88 | | - "vite": "latest", |
89 | | - "vite-plugin-dts": "latest", |
90 | | - "vitepress": "latest", |
91 | | - "vitest": "latest", |
| 78 | + "case-police": "^0.5.10", |
| 79 | + "eslint": "^8.30.0", |
| 80 | + "happy-dom": "^8.1.0", |
| 81 | + "husky": "^8.0.2", |
| 82 | + "json-editor-vue": "^0.10.2", |
| 83 | + "lint-staged": "^13.1.0", |
| 84 | + "lossless-json": "^2.0.3", |
| 85 | + "typescript": "^4.9.4", |
| 86 | + "unplugin-auto-import": "^0.12.1", |
| 87 | + "vanilla-jsoneditor": "^0.11.4", |
| 88 | + "vite": "3.2.5", |
| 89 | + "vite-plugin-dts": "^1.7.1", |
| 90 | + "vitepress": "^1.0.0-alpha.32", |
| 91 | + "vitest": "^0.25.8", |
92 | 92 | "vue": "latest" |
93 | 93 | }, |
94 | 94 | "lint-staged": { |
|
0 commit comments