aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-06 21:29:47 +0200
committerHampusM <hampus@hampusmat.com>2021-07-06 21:29:47 +0200
commit79e9323e92437a3ae564a2bb6ebffe4bc2b21bb3 (patch)
tree11a6865605524586889735bc5465c9a4a2730ba5 /packages
parent1c78357d091c08fc4c9e6c3de04999de18a2dc46 (diff)
Fixed the client & server packages's dependencies to the shared types
Diffstat (limited to 'packages')
-rw-r--r--packages/client/package.json2
-rw-r--r--packages/server/package.json2
2 files changed, 2 insertions, 2 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",
diff --git a/packages/server/package.json b/packages/server/package.json
index 6f5d47a..c16ab34 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -23,7 +23,7 @@
"@types/nodegit": "^0.27.2",
"@types/tar-stream": "^2.2.0",
"@types/whatwg-url": "^8.2.0",
- "shared_types": "workspace:shared_types",
+ "shared_types": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.30.0",