mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix: add new doc dependencies to correct package.json
This commit is contained in:
parent
69c29a6cd8
commit
d3484946fc
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user