Skip to content

Commit 9429dad

Browse files
committed
chore: added typescript
1 parent 956cc81 commit 9429dad

3 files changed

Lines changed: 31 additions & 18 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"lint-staged": "catalog:",
8484
"rimraf": "catalog:",
8585
"standard": "catalog:",
86+
"typescript": "catalog:",
8687
"vite": "catalog:",
8788
"vite-bundle-visualizer": "catalog:",
8889
"vitest": "catalog:"
@@ -99,6 +100,6 @@
99100
},
100101
"metaCatalog": {
101102
"version": "0.9.0",
102-
"syncedAt": "2026-04-27T15:42:10.418Z"
103+
"syncedAt": "2026-05-03T19:50:10.348Z"
103104
}
104105
}

pnpm-lock.yaml

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ catalog:
3333
"@feathersjs/schema": ~5.0.44
3434
"@feathersjs/socketio": ~5.0.44
3535
"@feathersjs/socketio-client": ~5.0.44
36-
"@kalisio/common-core": ~0.1.2
37-
"@kalisio/common-geospatial": ~0.1.2
38-
"@kalisio/common-graphics": ~0.1.2
36+
"@kalisio/common-core": ~0.3.0
37+
"@kalisio/common-geospatial": ~0.3.0
38+
"@kalisio/common-graphics": ~0.3.0
3939
"@kalisio/feathers-automerge": ~0.3.8
4040
"@kalisio/feathers-distributed": ~2.4.0
4141
"@kalisio/feathers-import-export": ~1.4.1
@@ -48,10 +48,11 @@ catalog:
4848
"@quasar/extras": ~1.17.0
4949
"@quasar/quasar-app-extension-testing-unit-vitest": ~1.2.4
5050
"@thumbmarkjs/thumbmarkjs": ~1.7.5
51-
"@turf/bbox": ~7.3.4
52-
"@turf/boolean-clockwise": ~7.3.4
51+
"@turf/bbox": ~7.3.5
52+
"@turf/boolean-clockwise": ~7.3.5
5353
"@turf/intersect": ~7.3.5
54-
"@turf/kinks": ~7.3.4
54+
"@turf/kinks": ~7.3.5
55+
"@turf/truncate": ~7.3.5
5556
"@vitejs/plugin-vue": ~6.0.4
5657
"@vitest/coverage-v8": ~4.1.4
5758
"@vue/eslint-config-prettier": " ^10.1.0"
@@ -96,6 +97,7 @@ catalog:
9697
glob: ~13.0.1
9798
globals: ~16.4.0
9899
happy-dom: ~20.3.1
100+
heap-js: ~2.7.1
99101
helmet: ~3.5.0
100102
husky: ~9.1.7
101103
ioredis: ~5.10.1
@@ -111,7 +113,7 @@ catalog:
111113
lodash: ~4.18.1
112114
lodash-es: ~4.18.1
113115
loglevel: ~1.9.2
114-
lru-cache: ~10.2.2
116+
lru-cache: ~11.3.5
115117
mathjs: ~15.1.1
116118
mermaid: ~10.8.0
117119
moment: ~2.30.1
@@ -139,6 +141,7 @@ catalog:
139141
standard: ~17.1.2
140142
superagent: ~10.3.0
141143
tar: ~7.5.13
144+
typescript: ~6.0.3
142145
unzipper: ~0.12.3
143146
vite: ~7.3.1
144147
vite-bundle-visualizer: ~1.2.1

0 commit comments

Comments
 (0)