Skip to content

Commit

Permalink
Fix react types version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyBoyko committed Jan 22, 2025
1 parent a61fae8 commit bbd2529
Show file tree
Hide file tree
Showing 9 changed files with 1,905 additions and 1,637 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"e2e.test:translation": "yarn workspaces foreach -vptiR --from '{@docspace/client,@docspace/login}' run test:translation:model"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/react-text-mask": "^5.4.14",
"he": "^1.2.0",
"madge": "^6.1.0",
"shx": "^0.3.4",
"terser": "^5.34.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"@types/node": "22.9.3",
"@types/react-text-mask": "5.4.14",
"he": "1.2.0",
"madge": "6.1.0",
"shx": "0.3.4",
"terser": "5.34.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
},
"packageManager": "[email protected]"
}
128 changes: 64 additions & 64 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,80 +51,80 @@
"test:ui:mobile": "cross-env DEVICE_TYPE=mobile npx codecept-ui"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@onlyoffice/docspace-sdk-js": "^1.1.0",
"@uiw/codemirror-theme-github": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"firebase": "^10.14.1",
"hex-rgb": "^5.0.0",
"@codemirror/lang-javascript": "6.2.2",
"@onlyoffice/docspace-sdk-js": "1.1.0",
"@uiw/codemirror-theme-github": "4.23.5",
"@uiw/react-codemirror": "4.23.5",
"copy-to-clipboard": "3.3.3",
"crypto-js": "4.2.0",
"element-resize-detector": "1.2.4",
"file-saver": "2.0.5",
"firebase": "10.14.1",
"hex-rgb": "5.0.0",
"queue-promise": "2.2.1",
"react": "18.3.1",
"react-avatar-editor": "^13.0.2",
"react-colorful": "^5.6.1",
"react-avatar-editor": "13.0.2",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-hotkeys-hook": "^3.4.7",
"react-markdown": "^9.0.1",
"react-smartbanner": "^5.1.4",
"react-string-format": "^0.1.4",
"remark-gfm": "^4.0.0",
"ts-pattern": "^5.5.0",
"windows-iana": "^5.1.0"
"react-hotkeys-hook": "3.4.7",
"react-markdown": "9.0.1",
"react-smartbanner": "5.1.4",
"react-string-format": "0.1.4",
"remark-gfm": "4.0.0",
"ts-pattern": "5.5.0",
"windows-iana": "5.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.25.8",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@svgr/webpack": "^5.5.0",
"@types/crypto-js": "^4.2.2",
"@types/element-resize-detector": "^1.1.6",
"@types/eslint": "^8.56.12",
"@types/he": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"babel-loader": "^8.4.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-interactive": "^11.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"eslint-webpack-plugin": "^4.2.0",
"external-remotes-plugin": "^1.0.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.25.8",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@svgr/webpack": "5.5.0",
"@types/crypto-js": "4.2.2",
"@types/element-resize-detector": "1.1.6",
"@types/eslint": "8.56.12",
"@types/he": "1.2.3",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"babel-loader": "8.4.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "9.1.0",
"css-loader": "6.11.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-interactive": "11.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.9.0",
"eslint-webpack-plugin": "4.2.0",
"external-remotes-plugin": "1.0.0",
"file-loader": "6.2.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "^3.3.3",
"sass": "^1.79.5",
"sass-loader": "^12.6.0",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "2.9.2",
"prettier": "3.3.3",
"sass": "1.79.5",
"sass-loader": "12.6.0",
"serve": "14.2.3",
"shx": "^0.3.4",
"source-map-loader": "^3.0.2",
"shx": "0.3.4",
"source-map-loader": "3.0.2",
"style-loader": "3.3.4",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.6.3",
"use-resize-observer": "^9.1.0",
"use-resize-observer": "9.1.0",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
},
Expand Down
40 changes: 20 additions & 20 deletions packages/doceditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"deploy": "node ./scripts/deploy.js"
},
"dependencies": {
"@onlyoffice/document-editor-react": "^1.5.1",
"@serdnam/pino-cloudwatch-transport": "^1.0.4",
"i18next": "^20.6.1",
"moment": "^2.30.1",
"nconf": "^0.12.1",
"next": "^14.2.15",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"pino-roll": "^2.2.0",
"@onlyoffice/document-editor-react": "1.5.1",
"@serdnam/pino-cloudwatch-transport": "1.0.4",
"i18next": "20.6.1",
"moment": "2.30.1",
"nconf": "0.12.1",
"next": "14.2.15",
"pino": "9.5.0",
"pino-pretty": "11.3.0",
"pino-roll": "2.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^13.5.0",
"sass": "^1.79.5",
"styled-components": "^5.3.11"
"react-i18next": "13.5.0",
"sass": "1.79.5",
"styled-components": "5.3.11"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/nconf": "^0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"@svgr/webpack": "8.1.0",
"@types/nconf": "0",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"prettier": "^3.3.3",
"shx": "^0.3.4",
"prettier": "3.3.3",
"shx": "0.3.4",
"typescript": "5.6.3"
}
}
34 changes: 17 additions & 17 deletions packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"test:e2e:docker:clear": "docker rmi tests"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.11.0",
"i18next": "^20.6.1",
"next": "^14.2.15",
"@hcaptcha/react-hcaptcha": "1.11.0",
"i18next": "20.6.1",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hcaptcha": "^0.1.1",
"react-i18next": "^13.5.0",
"sass": "^1.79.5",
"styled-components": "^5.3.11"
"react-google-recaptcha": "3.1.0",
"react-hcaptcha": "0.1.1",
"react-i18next": "13.5.0",
"sass": "1.79.5",
"styled-components": "5.3.11"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.9",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.1",
"@svgr/webpack": "8.1.0",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-google-recaptcha": "2.1.9",
"babel-plugin-styled-components": "2.1.4",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"prettier": "^3.3.3",
"shx": "^0.3.4",
"prettier": "3.3.3",
"shx": "0.3.4",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit bbd2529

Please sign in to comment.