Skip to content

Commit

Permalink
CLeanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvy86 committed Oct 4, 2024
1 parent a927821 commit a753c01
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 183 deletions.
2 changes: 2 additions & 0 deletions examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
Expand Down
1 change: 0 additions & 1 deletion examples/benchmarks/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/benchmarks/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/benchmarks/bubblebench/shared-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/inventory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/multiview/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand Down
1 change: 0 additions & 1 deletion examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.46.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",
"@types/react": "^18.3.11",
"eslint": "~8.55.0",
"prettier": "~3.0.3",
"rimraf": "^4.4.0",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,13 @@
"@types/node is ignored because it is usually not needed by packages, and if it is, then the package will hit a compilation failure.",
"Peer dependencies on fluid-framework are never fulfilled since that's an in-repo dependency; we expect a customer using some packages to install it as a dependency.",
"markdown-magic is provided by another dependency so is ignored here.",
"oclif includes some AWS-related features, but we don't use them, so we ignore @aws-sdk peer dependencies."
"oclif includes some AWS-related features, but we don't use them, so we ignore @aws-sdk peer dependencies.",
"The react-split-pane package used by devtools-view has a peer dependency on React 16, but it doesn't seem to be maintained and it works fine with React 18."
],
"peerDependencyRules": {
"allowedVersions": {
"react": "18.3.1",
"react-dom": "18.3.1",
"webpack": "^5.94.0"
},
"ignoreMissing": [
Expand Down
Loading

0 comments on commit a753c01

Please sign in to comment.