⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-05-13 10:14:08 +00:00
committed by Anthony LC
parent 70994de914
commit 5853adb8eb
5 changed files with 1468 additions and 359 deletions

View File

@@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"@types/node": "*",
"@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*",

View File

@@ -15,36 +15,36 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@blocknote/core": "0.12.4",
"@blocknote/react": "0.12.4",
"@openfun/cunningham-react": "2.8.0",
"@tanstack/react-query": "5.32.0",
"@blocknote/core": "0.13.2",
"@blocknote/react": "0.13.2",
"@openfun/cunningham-react": "2.9.0",
"@tanstack/react-query": "5.36.0",
"grapesjs-blocks-basic": "1.0.2",
"i18next": "23.11.3",
"i18next": "23.11.4",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.3",
"react": "*",
"react-aria-components": "1.1.1",
"react-aria-components": "1.2.0",
"react-dom": "*",
"react-i18next": "14.1.1",
"react-select": "5.8.0",
"styled-components": "6.1.8",
"styled-components": "6.1.11",
"y-webrtc": "10.3.0",
"yjs": "13.6.15",
"zustand": "4.5.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.32.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.5",
"@tanstack/react-query-devtools": "5.36.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/lodash": "4.17.1",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.1",
"@types/react": "18.3.2",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-impress": "*",
@@ -54,7 +54,7 @@
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.2.5",
"stylelint": "16.4.0",
"stylelint": "16.5.0",
"stylelint-config-standard": "36.0.0",
"stylelint-prettier": "5.0.0",
"typescript": "*"

View File

@@ -24,10 +24,10 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
}
}

View File

@@ -7,13 +7,13 @@
},
"dependencies": {
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.28.11",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@tanstack/eslint-plugin-query": "5.35.6",
"@typescript-eslint/eslint-plugin": "7.8.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-prettier": "5.1.3",

File diff suppressed because it is too large Load Diff