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 May 20, 2024
1 parent d221ebe commit 7ae2921
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 94 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 @@ -18,11 +18,11 @@
"@blocknote/core": "0.13.2",
"@blocknote/mantine": "0.13.2",
"@blocknote/react": "0.13.2",
"@gouvfr-lasuite/integration": "0.1.3",
"@openfun/cunningham-react": "2.9.0",
"@tanstack/react-query": "5.36.0",
"@gouvfr-lasuite/integration": "1.0.1",
"@openfun/cunningham-react": "2.9.1",
"@tanstack/react-query": "5.37.1",
"grapesjs-blocks-basic": "1.0.2",
"i18next": "23.11.4",
"i18next": "23.11.5",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.3",
Expand All @@ -38,12 +38,12 @@
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.36.0",
"@tanstack/react-query-devtools": "5.37.1",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.1",
"@types/lodash": "4.17.4",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/y-webrtc-signaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=18"
},
"dependencies": {
"lib0": "0.2.93",
"lib0": "0.2.94",
"ws": "8.17.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"dependencies": {
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.35.6",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-playwright": "1.6.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-testing-library": "6.2.2"
Expand Down
Loading

0 comments on commit 7ae2921

Please sign in to comment.