⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-04-29 08:31:09 +00:00
committed by Anthony LC
parent 8d48ded46b
commit f5ddce6b47
8 changed files with 461 additions and 419 deletions

View File

@@ -9,7 +9,7 @@
"test:ui": "yarn test --ui" "test:ui": "yarn test --ui"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.42.1", "@playwright/test": "1.43.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

@@ -17,35 +17,35 @@
"dependencies": { "dependencies": {
"@blocknote/core": "0.12.4", "@blocknote/core": "0.12.4",
"@blocknote/react": "0.12.4", "@blocknote/react": "0.12.4",
"@openfun/cunningham-react": "2.7.0", "@openfun/cunningham-react": "2.8.0",
"@tanstack/react-query": "5.28.14", "@tanstack/react-query": "5.32.0",
"grapesjs-blocks-basic": "1.0.2", "grapesjs-blocks-basic": "1.0.2",
"i18next": "23.10.1", "i18next": "23.11.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.4.4", "luxon": "3.4.4",
"next": "14.1.4", "next": "14.2.3",
"react": "18.2.0", "react": "18.3.1",
"react-aria-components": "1.1.1", "react-aria-components": "1.1.1",
"react-dom": "18.2.0", "react-dom": "18.3.1",
"react-i18next": "14.1.0", "react-i18next": "14.1.1",
"react-select": "5.8.0", "react-select": "5.8.0",
"styled-components": "6.1.8", "styled-components": "6.1.8",
"y-webrtc": "10.3.0", "y-webrtc": "10.3.0",
"yjs": "13.6.14", "yjs": "13.6.15",
"zustand": "4.5.2" "zustand": "4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@grapesjs/react": "1.0.0", "@grapesjs/react": "1.0.0",
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.28.14", "@tanstack/react-query-devtools": "5.32.0",
"@testing-library/jest-dom": "6.4.2", "@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2", "@testing-library/react": "15.0.5",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
"@types/lodash": "4.17.0", "@types/lodash": "4.17.0",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"@types/node": "*", "@types/node": "*",
"@types/react": "18.2.74", "@types/react": "18.3.1",
"@types/react-dom": "*", "@types/react-dom": "*",
"dotenv": "16.4.5", "dotenv": "16.4.5",
"eslint-config-impress": "*", "eslint-config-impress": "*",
@@ -55,7 +55,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.2.5", "prettier": "3.2.5",
"stylelint": "16.3.1", "stylelint": "16.4.0",
"stylelint-config-standard": "36.0.0", "stylelint-config-standard": "36.0.0",
"stylelint-prettier": "5.0.0", "stylelint-prettier": "5.0.0",
"typescript": "*" "typescript": "*"

View File

@@ -16,7 +16,7 @@
}, },
"dependencies": { "dependencies": {
"lib0": "0.2.93", "lib0": "0.2.93",
"ws": "8.16.0" "ws": "8.17.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "*", "@types/node": "*",

View File

@@ -24,8 +24,8 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "20.12.4", "@types/node": "20.12.7",
"@types/react-dom": "18.2.24", "@types/react-dom": "18.3.0",
"typescript": "5.4.3" "typescript": "5.4.5"
} }
} }

View File

@@ -6,18 +6,18 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "14.1.4", "@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.28.11", "@tanstack/eslint-plugin-query": "5.28.11",
"@typescript-eslint/eslint-plugin": "7.5.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"eslint": "8.57.0", "eslint": "9.1.1",
"eslint-config-next": "14.1.4", "eslint-config-next": "14.2.3",
"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": "27.9.0", "eslint-plugin-jest": "28.3.0",
"eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.5.4", "eslint-plugin-playwright": "1.6.0",
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1", "eslint-plugin-react": "7.34.1",
"eslint-plugin-testing-library": "6.2.0" "eslint-plugin-testing-library": "6.2.2"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,6 @@
}, },
"homepage": "https://github.com/numerique-gouv/impress#readme", "homepage": "https://github.com/numerique-gouv/impress#readme",
"devDependencies": { "devDependencies": {
"openapi-typescript-codegen": "0.28.0" "openapi-typescript-codegen": "0.29.0"
} }
} }

View File

@@ -88,10 +88,10 @@ neo-async@^2.6.2:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
openapi-typescript-codegen@0.28.0: openapi-typescript-codegen@0.29.0:
version "0.28.0" version "0.29.0"
resolved "https://registry.yarnpkg.com/openapi-typescript-codegen/-/openapi-typescript-codegen-0.28.0.tgz#2becaba1c655feb851d04e1f2fac07c55d168e57" resolved "https://registry.yarnpkg.com/openapi-typescript-codegen/-/openapi-typescript-codegen-0.29.0.tgz#e98a1daa223ccdeb1cc51b2e2dc11bafae6fe746"
integrity sha512-BZTsMUwhA/h2zCzisjagLUPQNHE64N1EN074yGB+WqA0LFlJwy8sKQYrXH5G4phbjj9KSPx7xuWKO4hkPIOARw== integrity sha512-/wC42PkD0LGjDTEULa/XiWQbv4E9NwLjwLjsaJ/62yOsoYhwvmBR31kPttn1DzQ2OlGe5stACcF/EIkZk43M6w==
dependencies: dependencies:
"@apidevtools/json-schema-ref-parser" "^11.5.4" "@apidevtools/json-schema-ref-parser" "^11.5.4"
camelcase "^6.3.0" camelcase "^6.3.0"