⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-08-19 14:34:10 +00:00
committed by Anthony LC
parent fe00d65500
commit 754c5d06f4
7 changed files with 356 additions and 371 deletions

View File

@@ -12,7 +12,7 @@
"test:ui::chromium": "yarn test:ui --project=chromium" "test:ui::chromium": "yarn test:ui --project=chromium"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.45.3", "@playwright/test": "1.46.1",
"@types/node": "*", "@types/node": "*",
"@types/pdf-parse": "1.1.4", "@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*", "eslint-config-impress": "*",

View File

@@ -20,25 +20,25 @@
"@blocknote/react": "*", "@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@openfun/cunningham-react": "2.9.3", "@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.51.16", "@tanstack/react-query": "5.51.24",
"i18next": "23.12.2", "i18next": "23.14.0",
"idb": "8.0.0", "idb": "8.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.4.4", "luxon": "3.5.0",
"next": "14.2.5", "next": "14.2.5",
"react": "*", "react": "*",
"react-aria-components": "1.3.1", "react-aria-components": "1.3.1",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.0.0", "react-i18next": "15.0.1",
"react-select": "5.8.0", "react-select": "5.8.0",
"styled-components": "6.1.12", "styled-components": "6.1.12",
"y-webrtc": "10.3.0", "y-webrtc": "10.3.0",
"yjs": "*", "yjs": "*",
"zustand": "4.5.4" "zustand": "4.5.5"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.51.16", "@tanstack/react-query-devtools": "5.51.24",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8", "@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0", "@testing-library/react": "16.0.0",
@@ -57,7 +57,7 @@
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.3.3", "prettier": "3.3.3",
"stylelint": "16.8.1", "stylelint": "16.8.2",
"stylelint-config-standard": "36.0.1", "stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2", "stylelint-prettier": "5.0.2",
"typescript": "*", "typescript": "*",

View File

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

View File

@@ -24,10 +24,10 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@blocknote/core": "0.15.3", "@blocknote/core": "0.15.5",
"@blocknote/mantine": "0.15.3", "@blocknote/mantine": "0.15.5",
"@blocknote/react": "0.15.3", "@blocknote/react": "0.15.5",
"@types/node": "20.14.13", "@types/node": "20.16.1",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"react": "18.3.1", "react": "18.3.1",

View File

@@ -8,16 +8,16 @@
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "14.2.5", "@next/eslint-plugin-next": "14.2.5",
"@tanstack/eslint-plugin-query": "5.51.15", "@tanstack/eslint-plugin-query": "5.51.15",
"@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/eslint-plugin": "8.1.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "14.2.5", "eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0", "eslint-plugin-jest": "28.8.0",
"eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-playwright": "1.6.2", "eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.2.1", "eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0", "eslint-plugin-react": "7.35.0",
"eslint-plugin-testing-library": "6.2.2" "eslint-plugin-testing-library": "6.3.0"
} }
} }

View File

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

File diff suppressed because it is too large Load Diff