Lock some dependency versions, update vue-tsc

This commit is contained in:
James Lyne 2021-07-19 15:25:43 +01:00
parent 41cd489079
commit e92ad7294e
2 changed files with 62 additions and 55 deletions

73
package-lock.json generated
View File

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

View File

@ -11,30 +11,30 @@
"postinstall": "patch-package" "postinstall": "patch-package"
}, },
"dependencies": { "dependencies": {
"@kyvg/vue3-notification": "^2.3.0", "@kyvg/vue3-notification": "2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1.2", "@soerenmartius/vue3-clipboard": "^0.1",
"focus-visible": "^5.2.0", "focus-visible": "^5.2",
"leaflet": "^1.7.1", "leaflet": "1.7.1",
"normalize-scss": "^7.0.1", "normalize-scss": "^7.0",
"vue": "^3.1.5", "vue": "^3.1",
"vuex": "^4.0.2" "vuex": "^4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/leaflet": "^1.7.4", "@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.28.3", "@typescript-eslint/eslint-plugin": "^4.28",
"@typescript-eslint/parser": "^4.28.3", "@typescript-eslint/parser": "^4.28",
"@vitejs/plugin-vue": "^1.2.5", "@vitejs/plugin-vue": "^1.2",
"@vue/compiler-sfc": "^3.1.5", "@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.31.0", "eslint": "^7.31",
"eslint-plugin-vue": "^7.14.0", "eslint-plugin-vue": "^7.14",
"patch-package": "^6.4.7", "patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-analyzer": "^4.0",
"sass": "^1.35.2", "sass": "^1.35",
"typescript": "~4.3.5", "typescript": "^4.3",
"vite": "^2.4.2", "vite": "^2.4",
"vite-plugin-svg-sprite-component": "^1.0.8", "vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "^0.1.2" "vue-tsc": "0.2.0"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,