Skip to content

Commit

Permalink
Merge pull request #1067 from Financial-Times/code-splitting-deps
Browse files Browse the repository at this point in the history
backstage: remove extraneous peer dependencies from dotcom-build-code-splitting
  • Loading branch information
apaleslimghost authored Oct 1, 2024
2 parents b4d5b04 + 1193895 commit 78a787c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
18 changes: 0 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions packages/dotcom-build-code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"dateformat": "^3.0.0 || ^4.0.0",
"focus-visible": "^5.0.0",
"fontfaceobserver": "^2.0.9",
"ftdomdelegate": "^5.0.0",
"hyperons": "2.0.0",
"preact": "^10.18.2",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"ready-state": "^2.0.5",
"regenerator-runtime" : "^0.14.0",
"webpack": "^4.39.2"
},
"dependencies": {
Expand All @@ -44,7 +35,10 @@
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"files": ["dist/", "src/"],
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
Expand Down

0 comments on commit 78a787c

Please sign in to comment.