⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-07-31 18:35:17 +00:00
committed by Anthony LC
parent 61cf8aae74
commit 76d623a89b
7 changed files with 1815 additions and 509 deletions

View File

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

View File

@@ -18,33 +18,33 @@
"@blocknote/core": "*",
"@blocknote/mantine": "*",
"@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.1",
"@gouvfr-lasuite/integration": "1.0.2",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.48.0",
"i18next": "23.11.5",
"@tanstack/react-query": "5.51.16",
"i18next": "23.12.2",
"idb": "8.0.0",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.4",
"next": "14.2.5",
"react": "*",
"react-aria-components": "1.2.1",
"react-aria-components": "1.3.1",
"react-dom": "*",
"react-i18next": "14.1.2",
"react-i18next": "15.0.0",
"react-select": "5.8.0",
"styled-components": "6.1.11",
"styled-components": "6.1.12",
"y-webrtc": "10.3.0",
"yjs": "*",
"zustand": "4.5.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.48.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@tanstack/react-query-devtools": "5.51.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.5",
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.3",
@@ -56,10 +56,10 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"prettier": "3.3.3",
"stylelint": "16.8.1",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.0",
"stylelint-prettier": "5.0.2",
"typescript": "*",
"workbox-webpack-plugin": "7.1.0"
}

View File

@@ -15,15 +15,15 @@
"node": ">=18"
},
"dependencies": {
"lib0": "0.2.94",
"ws": "8.17.1"
"lib0": "0.2.95",
"ws": "8.18.0"
},
"devDependencies": {
"@types/node": "*",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"eslint-config-impress": "*",
"nodemon": "3.1.4",
"ts-jest": "29.1.5",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "*"
}