Skip to content

Commit

Permalink
Updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed May 31, 2024
1 parent 456ad41 commit 6b3c65e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enhance/custom-element",
"version": "1.2.3-next.0",
"version": "1.2.3",
"description": "Enhance Custom Element base class",
"main": "index.mjs",
"module": "/dist/index.js",
Expand All @@ -23,9 +23,9 @@
},
"homepage": "https://github.com/enhance-dev/enhance-custom-element#readme",
"dependencies": {
"@enhance/base-element": "^1.3.0",
"@enhance/base-element": "^1.3.2",
"@enhance/custom-element-mixin": "^1.3.0",
"@enhance/template-mixin": "^1.0.2"
"@enhance/template-mixin": "^1.0.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down

0 comments on commit 6b3c65e

Please sign in to comment.