Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 02a4740 commit 59de00e
Show file tree
Hide file tree
Showing 5 changed files with 783 additions and 452 deletions.
12 changes: 6 additions & 6 deletions src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.15.0",
"@openfun/cunningham-react": "2.9.4",
"@sentry/nextjs": "8.45.1",
"@tanstack/react-query": "5.62.7",
"@sentry/nextjs": "8.47.0",
"@tanstack/react-query": "5.62.10",
"crisp-sdk-web": "1.0.25",
"i18next": "24.1.0",
"i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2",
"idb": "8.0.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.1.0",
"next": "15.1.2",
"react": "*",
"react-aria-components": "1.5.0",
"react-dom": "*",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query-devtools": "5.62.10",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
Expand All @@ -51,7 +51,7 @@
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.12",
"@types/react": "19.0.2",
"@types/react-dom": "*",
"cross-env": "*",
"dotenv": "16.4.7",
Expand Down
18 changes: 9 additions & 9 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@blocknote/core": "0.21.0",
"@blocknote/mantine": "0.21.0",
"@blocknote/react": "0.21.0",
"@blocknote/core": "0.22.0",
"@blocknote/mantine": "0.22.0",
"@blocknote/react": "0.22.0",
"@types/node": "22.10.2",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2",
"yjs": "13.6.20"
"yjs": "13.6.21"
}
}
10 changes: 5 additions & 5 deletions src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "15.1.0",
"@tanstack/eslint-plugin-query": "5.62.1",
"@next/eslint-plugin-next": "15.1.2",
"@tanstack/eslint-plugin-query": "5.62.9",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-next": "15.1.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-testing-library": "7.1.1",
"prettier": "3.4.2"
}
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/servers/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"node": ">=18"
},
"dependencies": {
"@blocknote/server-util": "0.21.0",
"@blocknote/server-util": "0.22.0",
"@hocuspocus/server": "2.15.0",
"@sentry/node": "8.45.1",
"@sentry/profiling-node": "8.45.1",
"@sentry/node": "8.47.0",
"@sentry/profiling-node": "8.47.0",
"cors": "2.8.5",
"express": "4.21.2",
"express-ws": "5.0.2",
"y-protocols": "1.0.6",
"yjs": "13.6.20"
"yjs": "13.6.21"
},
"devDependencies": {
"@hocuspocus/provider": "2.15.0",
Expand Down
Loading

0 comments on commit 59de00e

Please sign in to comment.