diff --git a/package-lock.json b/package-lock.json index dcbfdbe..41da30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,30 +9,30 @@ "version": "1.2.3", "hasInstallScript": true, "dependencies": { - "@kyvg/vue3-notification": "^2.3.0", - "@soerenmartius/vue3-clipboard": "^0.1.2", - "focus-visible": "^5.2.0", - "leaflet": "^1.7.1", - "normalize-scss": "^7.0.1", - "vue": "^3.1.5", - "vuex": "^4.0.2" + "@kyvg/vue3-notification": "2.3.0", + "@soerenmartius/vue3-clipboard": "^0.1", + "focus-visible": "^5.2", + "leaflet": "1.7.1", + "normalize-scss": "^7.0", + "vue": "^3.1", + "vuex": "^4.0" }, "devDependencies": { - "@types/leaflet": "^1.7.4", - "@typescript-eslint/eslint-plugin": "^4.28.3", - "@typescript-eslint/parser": "^4.28.3", - "@vitejs/plugin-vue": "^1.2.5", - "@vue/compiler-sfc": "^3.1.5", - "@vue/eslint-config-typescript": "^7.0.0", - "eslint": "^7.31.0", - "eslint-plugin-vue": "^7.14.0", - "patch-package": "^6.4.7", - "rollup-plugin-analyzer": "^4.0.0", - "sass": "^1.35.2", - "typescript": "~4.3.5", - "vite": "^2.4.2", - "vite-plugin-svg-sprite-component": "^1.0.8", - "vue-tsc": "^0.1.2" + "@types/leaflet": "1.7.4", + "@typescript-eslint/eslint-plugin": "^4.28", + "@typescript-eslint/parser": "^4.28", + "@vitejs/plugin-vue": "^1.2", + "@vue/compiler-sfc": "^3.1", + "@vue/eslint-config-typescript": "^7.0", + "eslint": "^7.31", + "eslint-plugin-vue": "^7.14", + "patch-package": "^6.4", + "rollup-plugin-analyzer": "^4.0", + "sass": "^1.35", + "typescript": "^4.3", + "vite": "^2.4", + "vite-plugin-svg-sprite-component": "^1.0", + "vue-tsc": "0.2.0" } }, "node_modules/@babel/code-frame": { @@ -167,7 +167,10 @@ "node_modules/@kyvg/vue3-notification": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.0.tgz", - "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==" + "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==", + "peerDependencies": { + "vue": "^3.0.11" + } }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", @@ -6104,15 +6107,18 @@ } }, "node_modules/vue-tsc": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.1.7.tgz", - "integrity": "sha512-wQfgo8ZAaBN5mo27cRYQUnOsgR6UIp197w1cNlgukzaD3Mj/GEjwAPuZ6hxpIZiPewLRKNp60SpPM78iuexHQg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.2.0.tgz", + "integrity": "sha512-PNnK3hxMwi1k5UmXyZq2Nv/fprgne3V1oyh5pWzkLPI5XMd2+ed4N4pFF/cyziXw5SDYDYnrw+Nkt5o/cUXTnw==", "dev": true, "dependencies": { - "vscode-vue-languageservice": "^0.25.17" + "vscode-vue-languageservice": "^0.25.22" }, "bin": { - "vue-tsc": "typescript/bin/tsc" + "vue-tsc": "bin/vue-tsc.js" + }, + "peerDependencies": { + "typescript": "*" } }, "node_modules/vuex": { @@ -6385,7 +6391,8 @@ "@kyvg/vue3-notification": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.3.0.tgz", - "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==" + "integrity": "sha512-U2XIofk8bhGnoOyStEeCtWFTvoosC3EtbtpT+ev6JAb0SIky3RqadM/WYFhKmBxEodrB31jQ/ivQYEcBVBPlJQ==", + "requires": {} }, "@nodelib/fs.scandir": { "version": "2.1.5", @@ -11169,12 +11176,12 @@ } }, "vue-tsc": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.1.7.tgz", - "integrity": "sha512-wQfgo8ZAaBN5mo27cRYQUnOsgR6UIp197w1cNlgukzaD3Mj/GEjwAPuZ6hxpIZiPewLRKNp60SpPM78iuexHQg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.2.0.tgz", + "integrity": "sha512-PNnK3hxMwi1k5UmXyZq2Nv/fprgne3V1oyh5pWzkLPI5XMd2+ed4N4pFF/cyziXw5SDYDYnrw+Nkt5o/cUXTnw==", "dev": true, "requires": { - "vscode-vue-languageservice": "^0.25.17" + "vscode-vue-languageservice": "^0.25.22" } }, "vuex": { diff --git a/package.json b/package.json index e401467..c2519ed 100644 --- a/package.json +++ b/package.json @@ -11,30 +11,30 @@ "postinstall": "patch-package" }, "dependencies": { - "@kyvg/vue3-notification": "^2.3.0", - "@soerenmartius/vue3-clipboard": "^0.1.2", - "focus-visible": "^5.2.0", - "leaflet": "^1.7.1", - "normalize-scss": "^7.0.1", - "vue": "^3.1.5", - "vuex": "^4.0.2" + "@kyvg/vue3-notification": "2.3.0", + "@soerenmartius/vue3-clipboard": "^0.1", + "focus-visible": "^5.2", + "leaflet": "1.7.1", + "normalize-scss": "^7.0", + "vue": "^3.1", + "vuex": "^4.0" }, "devDependencies": { - "@types/leaflet": "^1.7.4", - "@typescript-eslint/eslint-plugin": "^4.28.3", - "@typescript-eslint/parser": "^4.28.3", - "@vitejs/plugin-vue": "^1.2.5", - "@vue/compiler-sfc": "^3.1.5", - "@vue/eslint-config-typescript": "^7.0.0", - "eslint": "^7.31.0", - "eslint-plugin-vue": "^7.14.0", - "patch-package": "^6.4.7", - "rollup-plugin-analyzer": "^4.0.0", - "sass": "^1.35.2", - "typescript": "~4.3.5", - "vite": "^2.4.2", - "vite-plugin-svg-sprite-component": "^1.0.8", - "vue-tsc": "^0.1.2" + "@types/leaflet": "1.7.4", + "@typescript-eslint/eslint-plugin": "^4.28", + "@typescript-eslint/parser": "^4.28", + "@vitejs/plugin-vue": "^1.2", + "@vue/compiler-sfc": "^3.1", + "@vue/eslint-config-typescript": "^7.0", + "eslint": "^7.31", + "eslint-plugin-vue": "^7.14", + "patch-package": "^6.4", + "rollup-plugin-analyzer": "^4.0", + "sass": "^1.35", + "typescript": "^4.3", + "vite": "^2.4", + "vite-plugin-svg-sprite-component": "^1.0", + "vue-tsc": "0.2.0" }, "eslintConfig": { "root": true,