From d71db70c72f1e0044d1ceaa15b6d970940ab609c Mon Sep 17 00:00:00 2001 From: st_func Date: Wed, 10 Apr 2024 00:21:55 +0900 Subject: [PATCH] =?UTF-8?q?st-func-ts=E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 18 ++++++++++++++++++ package.json | 1 + 2 files changed, 19 insertions(+) diff --git a/package-lock.json b/package-lock.json index 8c4d29b..c9fbd48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "st-func-web", "version": "0.1.0", "dependencies": { + "@st-func/st-func-ts": "file:../st-func-ts", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", @@ -23,6 +24,19 @@ "web-vitals": "^2.1.4" } }, + "../st-func-ts": { + "version": "0.1.0", + "license": "AGPL-3.0-or-later", + "dependencies": { + "typescript": "^5.3.3" + }, + "devDependencies": { + "@types/jest": "^29.5.12", + "jest": "^29.7.0", + "ts-jest": "^29.1.2", + "typedoc": "^0.25.12" + } + }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -3447,6 +3461,10 @@ "@sinonjs/commons": "^1.7.0" } }, + "node_modules/@st-func/st-func-ts": { + "resolved": "../st-func-ts", + "link": true + }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", diff --git a/package.json b/package.json index 8e56491..74d992c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "homepage": "/st-func-web/", "private": true, "dependencies": { + "@st-func/st-func-ts": "file:../st-func-ts", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0",