Skip to content

Commit

Permalink
chore(web-components): fix devDependencies (#6159)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
samsiegart and mergify[bot] authored Sep 9, 2022
1 parent 50cd3e2 commit e223687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
"@endo/marshal": "^0.7.3",
"@endo/promise-kit": "^0.2.47",
"robot3": "^0.2.19",
"rollup-plugin-polyfill-node": "^0.9.0"
"rollup-plugin-polyfill-node": "^0.9.0",
"@lit-labs/react": "^1.0.1",
"lit": "^2.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@endo/eventual-send": "^0.16.3",
"@endo/init": "^0.5.47",
"@lit-labs/react": "^1.0.1",
"@open-wc/eslint-config": "^4.3.0",
"@open-wc/testing": "next",
"@web/dev-server": "^0.1.22",
Expand All @@ -43,7 +44,6 @@
"eslint-plugin-lit-a11y": "^1.0.1",
"eslint-plugin-wc": "^1.3.1",
"lint-staged": "^10.5.4",
"lit": "^2.0.2",
"mock-socket": "^9.0.4",
"sinon": "^12.0.1"
},
Expand Down

0 comments on commit e223687

Please sign in to comment.