⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-06-27 09:05:32 +00:00
committed by Anthony LC
parent 872cc8c110
commit 6943f2158a
7 changed files with 461 additions and 347 deletions

View File

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

View File

@@ -15,18 +15,18 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@blocknote/core": "0.14.0",
"@blocknote/mantine": "0.14.0",
"@blocknote/react": "0.14.0",
"@blocknote/core": "0.14.2",
"@blocknote/mantine": "0.14.2",
"@blocknote/react": "0.14.2",
"@gouvfr-lasuite/integration": "1.0.1",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.40.1",
"@tanstack/react-query": "5.48.0",
"grapesjs-blocks-basic": "1.0.2",
"cross-env": "*",
"i18next": "23.11.5",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.3",
"next": "14.2.4",
"react": "*",
"react-aria-components": "1.2.1",
"react-dom": "*",
@@ -35,13 +35,13 @@
"styled-components": "6.1.11",
"y-webrtc": "10.3.0",
"yjs": "*",
"zustand": "4.5.2"
"zustand": "4.5.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.40.1",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@tanstack/react-query-devtools": "5.48.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
@@ -52,14 +52,14 @@
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-impress": "*",
"fetch-mock": "9.11.0",
"grapesjs": "0.21.10",
"fetch-mock": "10.0.7",
"grapesjs": "0.21.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.0",
"typescript": "*",
"workbox-webpack-plugin": "7.1.0"

View File

@@ -22,8 +22,8 @@
"@types/node": "*",
"@types/ws": "8.5.10",
"eslint-config-impress": "*",
"nodemon": "3.1.3",
"ts-jest": "29.1.4",
"nodemon": "3.1.4",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "*"
}

View File

@@ -24,12 +24,12 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.14.2",
"@types/node": "20.14.9",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5",
"yjs": "13.6.16"
"typescript": "5.5.2",
"yjs": "13.6.18"
}
}

View File

@@ -6,18 +6,18 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.35.6",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@next/eslint-plugin-next": "14.2.4",
"@tanstack/eslint-plugin-query": "5.47.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-testing-library": "6.2.2"
}
}

View File

@@ -17,7 +17,7 @@
"eslint-plugin-import": "2.29.1",
"i18next-parser": "8.8.0",
"jest": "29.7.0",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"typescript": "*",
"yargs": "17.7.2"
}

File diff suppressed because it is too large Load Diff