Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update js dependencies #64

Merged
merged 5 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ and this project adheres to
- (backend) list users with email filtering (#79)
- (frontend) add user to a document (#52)
- (frontend) invite user to a document (#52)
- (frontend) manage members (update role / list / remove) (#81)

## Changed

- Change most of the occurences from pad to document (#76)
- Change site from Impress to Docs (#76)
- Generate PDF from a modal (#68)
- 🔧 (helm) sticky session by request_uri for signaling server (#78)
- (frontend) change logo (#84)
- (frontend) pdf has title doc (#84)

## Fixed

- Fix the break line when generate PDF (#84)

## Delete

Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.44.0",
"@playwright/test": "1.44.1",
"@types/node": "*",
"@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*",
Expand Down
28 changes: 14 additions & 14 deletions src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@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",
"@blocknote/core": "0.13.5",
"@blocknote/mantine": "0.13.5",
"@blocknote/react": "0.13.5",
"@gouvfr-lasuite/integration": "1.0.1",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.40.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",
"react": "*",
"react-aria-components": "1.2.0",
"react-aria-components": "1.2.1",
"react-dom": "*",
"react-i18next": "14.1.1",
"react-i18next": "14.1.2",
"react-select": "5.8.0",
"styled-components": "6.1.11",
"y-webrtc": "10.3.0",
Expand All @@ -38,15 +38,15 @@
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.36.0",
"@tanstack/react-query-devtools": "5.40.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",
"@types/react": "18.3.3",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-impress": "*",
Expand All @@ -55,8 +55,8 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.2.5",
"stylelint": "16.5.0",
"prettier": "3.3.1",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-prettier": "5.0.0",
"typescript": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BlockNoteEditor as BlockNoteEditorCore } from '@blocknote/core';
import '@blocknote/core/fonts/inter.css';
import { BlockNoteView } from '@blocknote/mantine';
import '@blocknote/react/style.css';
import '@blocknote/mantine/style.css';
import React, { useEffect, useMemo } from 'react';
import { WebrtcProvider } from 'y-webrtc';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import {
CreateLinkButton,
FormattingToolbar,
FormattingToolbarController,
ImageCaptionButton,
NestBlockButton,
ReplaceImageButton,
TextAlignButton,
UnnestBlockButton,
useBlockNoteEditor,
Expand All @@ -27,9 +25,6 @@ export const BlockNoteToolbar = () => {
{/* Extra button to convert from markdown to json */}
<MarkdownButton key="customButton" />

<ImageCaptionButton key="imageCaptionButton" />
<ReplaceImageButton key="replaceImageButton" />

<BasicTextStyleButton basicTextStyle="bold" key="boldStyleButton" />
<BasicTextStyleButton
basicTextStyle="italic"
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/apps/y-webrtc-signaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"node": ">=18"
},
"dependencies": {
"lib0": "0.2.93",
"lib0": "0.2.94",
"ws": "8.17.0"
},
"devDependencies": {
"@types/node": "*",
"@types/ws": "8.5.10",
"eslint-config-impress": "*",
"nodemon": "3.1.0",
"ts-jest": "29.1.2",
"nodemon": "3.1.3",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"typescript": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.12.11",
"@types/node": "20.14.2",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"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.12.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.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-testing-library": "6.2.2"
}
}
2 changes: 1 addition & 1 deletion src/frontend/packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-import": "2.29.1",
"i18next-parser": "8.8.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"typescript": "*",
"yargs": "17.7.2"
}
Expand Down
Loading
Loading