From d3484946fca3a0a425551e6aa6b667f5911a2639 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 2 Mar 2022 12:48:05 +0100 Subject: [PATCH] fix: add new doc dependencies to correct package.json --- package.json | 7 ++----- website/package.json | 7 ++++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0610bcc252..b4b136a27d 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "mime": "^2.4.2", "multer": "^1.4.1", "mustache": "^4.1.0", - "node-fetch": "^3.2.1", + "node-fetch": "^2.6.7", "nodemailer": "^6.5.0", "owasp-password-strength-test": "^1.3.0", "parse-database-url": "^0.3.0", @@ -113,13 +113,10 @@ "stoppable": "^1.1.0", "type-is": "^1.6.18", "unleash-frontend": "4.8.0-beta.5", - "unleash-proxy-client": "^1.11.0", "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "7.17.4", - "@docusaurus/module-type-aliases": "^2.0.0-beta.16", - "@tsconfig/docusaurus": "^1.0.4", "@types/bcryptjs": "2.4.2", "@types/express": "4.17.13", "@types/express-session": "1.17.4", @@ -161,7 +158,7 @@ "ts-jest": "27.1.3", "ts-node": "10.5.0", "tsc-watch": "4.6.0", - "typescript": "^4.6.2" + "typescript": "4.5.5" }, "resolutions": { "db-migrate/rc/minimist": "^1.2.5", diff --git a/website/package.json b/website/package.json index a3dbb40a88..bdbe7b955f 100644 --- a/website/package.json +++ b/website/package.json @@ -25,8 +25,10 @@ "@svgr/webpack": "6.2.1", "clsx": "1.1.1", "file-loader": "6.2.0", + "node-fetch": "^3.2.1", "react": "17.0.2", "react-dom": "17.0.2", + "unleash-proxy-client": "^1.11.0", "url-loader": "4.1.1" }, "resolutions": { @@ -52,13 +54,16 @@ }, "devDependencies": { "@babel/core": "^7.17.4", + "@docusaurus/module-type-aliases": "^2.0.0-beta.16", "@storybook/addon-actions": "^6.4.19", "@storybook/addon-essentials": "^6.4.19", "@storybook/addon-interactions": "^6.4.19", "@storybook/addon-links": "^6.4.19", "@storybook/react": "^6.4.19", "@storybook/testing-library": "^0.0.9", + "@tsconfig/docusaurus": "^1.0.4", "babel-loader": "^8.2.3", - "storybook-addon-root-attribute": "^1.0.2" + "storybook-addon-root-attribute": "^1.0.2", + "typescript": "^4.6.2" } }