Upgrade frontend dependencies (#3270)

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
Cintia Sánchez García 2023-08-19 18:07:15 +02:00 committed by GitHub
parent b7df64e044
commit 9d27914083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 741 additions and 607 deletions

View File

@ -5,16 +5,11 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
ignore:
- dependency-name: react-diff-view
- dependency-name: "@testing-library/react"
- package-ecosystem: "npm"
directory: "/widget"
schedule:
interval: "weekly"
day: "wednesday"
ignore:
- dependency-name: styled-components
- package-ecosystem: gomod
directory: "/"
schedule:

View File

@ -26,7 +26,7 @@
"react-icons": "^4.10.1",
"react-image-crop": "^10.1.5",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"remark-gfm": "^3.0.1",
@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.4.3",
@ -50,21 +50,21 @@
"@types/jest": "^29.5.3",
"@types/json-schema": "^7.0.12",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/semver": "^7.5.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.6.2",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"react-scripts": "^5.0.1",
"sass": "^1.64.2",
"sass": "^1.66.1",
"shx": "^0.3.4",
"typescript": "^5.1.6"
},

View File

@ -1,7 +1,7 @@
// react-testing-library renders your components to document.body,
// this adds jest-dom's custom assertions
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
const noop = () => {};
Object.defineProperty(window, 'scrollTo', { value: noop, writable: true });

File diff suppressed because it is too large Load Diff

View File

@ -13,23 +13,23 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.1.4",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.6.2",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"react-scripts": "^5.0.1",
"typescript": "^5.1.6",
"webpack-cli": "^5.1.4"

File diff suppressed because it is too large Load Diff