diff --git a/client/web/package.json b/client/web/package.json index 3b7fd828..3dc8e2a4 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -17,9 +17,9 @@ "license": "Apache-2.0", "homepage": "https://www.graphite.design", "dependencies": { - "vue": "^3.0.11", + "vue": "~3.0.11", "vue-class-component": "^8.0.0-0", - "vue-loader": "^16.2.0" + "vue-loader": "~16.2.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.33.0", @@ -27,7 +27,7 @@ "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-plugin-typescript": "^4.5.13", "@vue/cli-service": "^4.5.13", - "@vue/compiler-sfc": "^3.0.11", + "@vue/compiler-sfc": "~3.0.11", "@vue/eslint-config-airbnb": "^5.0.2", "@vue/eslint-config-typescript": "^5.0.2", "@wasm-tool/wasm-pack-plugin": "github:wasm-tool/wasm-pack-plugin", @@ -42,8 +42,8 @@ "sass-loader": "^8.0.2", "typescript": "^4.3.5", "vue-svg-loader": "^0.17.0-beta.2", - "vue-template-compiler": "^2.6.12", - "wasm-pack": "^0.9.1" + "vue-template-compiler": "~2.6.12", + "wasm-pack": "~0.9.1" }, "gitHooks": { "pre-commit": "lint-staged"