Skip to content

Commit

Permalink
📌(frontend) add lacking peerdependencies
Browse files Browse the repository at this point in the history
- Add some lacking peerdependencies to the packages.
- Resolve conflicts eslint dependencies.
  • Loading branch information
AntoLC committed Sep 11, 2024
1 parent fa8466d commit b716881
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 259 deletions.
2 changes: 1 addition & 1 deletion src/frontend/apps/impress/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
2 changes: 2 additions & 0 deletions src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"react-select": "5.8.0",
"styled-components": "6.1.13",
"yjs": "*",
"y-protocols": "1.0.6",
"zustand": "4.5.5"
},
"devDependencies": {
Expand Down Expand Up @@ -61,6 +62,7 @@
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"typescript": "*",
"webpack": "5.94.0",
"workbox-webpack-plugin": "7.1.0"
}
}
3 changes: 3 additions & 0 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"@blocknote/react": "0.15.7",
"@types/node": "20.16.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2",
Expand Down
9 changes: 5 additions & 4 deletions src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dependencies": {
"@next/eslint-plugin-next": "14.2.9",
"@tanstack/eslint-plugin-query": "5.53.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-next": "14.2.9",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
Expand All @@ -19,6 +19,7 @@
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-testing-library": "6.3.0"
"eslint-plugin-testing-library": "6.3.0",
"prettier": "3.3.3"
}
}
3 changes: 2 additions & 1 deletion src/frontend/servers/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"node": ">=18"
},
"dependencies": {
"@hocuspocus/server": "2.13.5"
"@hocuspocus/server": "2.13.5",
"y-protocols": "1.0.6"
},
"devDependencies": {
"@types/node": "*",
Expand Down
Loading

0 comments on commit b716881

Please sign in to comment.