aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-08 21:36:43 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:53:03 +0100
commitd07e7b834831230b53860d0919a68edc2d36193d (patch)
treea1f2a021563ddff54f33341c475fc6c6eb787388 /packages/shared/package.json
parentNew configurations based on review comments (WIP) (diff)
downloadsophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.gz
sophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.zst
sophie-d07e7b834831230b53860d0919a68edc2d36193d.zip
build: Eslint fixes for multi-module project
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 0c06643..d77261d 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -7,15 +7,12 @@
7 "exports": "./dist/index.mjs", 7 "exports": "./dist/index.mjs",
8 "types": "dist/index.d.ts", 8 "types": "dist/index.d.ts",
9 "scripts": { 9 "scripts": {
10 "typecheck": "tsc" 10 "typecheck:workspace": "yarn g:typecheck",
11 "types": "yarn g:types"
11 }, 12 },
12 "dependencies": { 13 "dependencies": {
13 "mobx": "^6.3.12", 14 "mobx": "^6.3.12",
14 "mobx-state-tree": "^5.1.0", 15 "mobx-state-tree": "^5.1.0",
15 "zod": "^3.11.6" 16 "zod": "^3.11.6"
16 },
17 "devDependencies": {
18 "rimraf": "^3.0.2",
19 "typescript": "^4.5.4"
20 } 17 }
21} 18}