From fe83e2922ddca078bc4b63d491a846b3a824813d Mon Sep 17 00:00:00 2001 From: Salah Eddine Daci Date: Tue, 14 Mar 2023 13:06:57 +0100 Subject: [PATCH] build: move TS and types to devDependencies (#6346) --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a19b2fb89..5816786e3 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,6 @@ "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.5", "@tldraw/vec": "1.7.1", - "@types/jest": "27.4.0", - "@types/pica": "5.1.3", - "@types/react": "18.0.15", - "@types/react-dom": "18.0.6", - "@types/socket.io-client": "1.4.36", "browser-fs-access": "0.29.1", "clsx": "1.1.1", "cross-env": "7.0.3", @@ -57,7 +52,6 @@ "sass": "1.51.0", "socket.io-client": "2.3.1", "tunnel-rat": "0.1.0", - "typescript": "4.9.4", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", "workbox-cacheable-response": "^6.5.4", @@ -75,9 +69,14 @@ "@excalidraw/eslint-config": "1.0.0", "@excalidraw/prettier-config": "1.0.2", "@types/chai": "4.3.0", + "@types/jest": "27.4.0", "@types/lodash.throttle": "4.1.7", "@types/pako": "1.0.3", + "@types/pica": "5.1.3", + "@types/react": "18.0.15", + "@types/react-dom": "18.0.6", "@types/resize-observer-browser": "0.1.7", + "@types/socket.io-client": "1.4.36", "chai": "4.3.6", "dotenv": "16.0.1", "eslint-config-prettier": "8.5.0", @@ -88,7 +87,8 @@ "lint-staged": "12.3.7", "pepjs": "0.5.3", "prettier": "2.6.2", - "rewire": "6.0.0" + "rewire": "6.0.0", + "typescript": "4.9.4" }, "engines": { "node": ">=14.0.0"