diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1ad4102..93fc038 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@fortawesome/fontawesome-free": "6.1.1", "@mdi/font": "6.7.96", - "@vue/composition-api": "^1.6.2", - "@vueuse/core": "^7.7.1", + "@vue/composition-api": "1.6.2", + "@vueuse/core": "7.7.1", "axios": "0.27.2", "buefy": "0.9.21", "core-js": "3.22.7", @@ -19,7 +19,7 @@ "filesize.js": "2.0.0", "highlight.js": "11.5.1", "js-base64": "3.7.2", - "js-file-download": "^0.4.12", + "js-file-download": "0.4.12", "js-sha256": "0.9.0", "qs": "6.10.3", "url-parse": "1.5.10", diff --git a/frontend/package.json b/frontend/package.json index ad32c9a..cf84ba7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,8 +12,8 @@ "dependencies": { "@fortawesome/fontawesome-free": "6.1.1", "@mdi/font": "6.7.96", - "@vue/composition-api": "^1.6.2", - "@vueuse/core": "^7.7.1", + "@vue/composition-api": "1.6.2", + "@vueuse/core": "7.7.1", "axios": "0.27.2", "buefy": "0.9.21", "core-js": "3.22.7", @@ -21,7 +21,7 @@ "filesize.js": "2.0.0", "highlight.js": "11.5.1", "js-base64": "3.7.2", - "js-file-download": "^0.4.12", + "js-file-download": "0.4.12", "js-sha256": "0.9.0", "qs": "6.10.3", "url-parse": "1.5.10",