diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-06 21:29:47 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-06 21:29:47 +0200 |
commit | 79e9323e92437a3ae564a2bb6ebffe4bc2b21bb3 (patch) | |
tree | 11a6865605524586889735bc5465c9a4a2730ba5 /packages/client | |
parent | 1c78357d091c08fc4c9e6c3de04999de18a2dc46 (diff) |
Fixed the client & server packages's dependencies to the shared types
Diffstat (limited to 'packages/client')
-rw-r--r-- | packages/client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 96529ba..4b26663 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/marked": "^2.0.3", - "shared_types": "workspace:shared_types", + "shared_types": "^1.0.0", "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", "@vue/cli-plugin-babel": "~4.5.0", |