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 a553225 commit 680063c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@enhance/ssr",
"version": "4.0.2-next.0",
"version": "4.0.1",
"description": "Server-side rendering for custom elements with template and slots support",
"engines": {
"node": ">=14.0.0"
},
"type": "module",
"main": "index.mjs",
"scripts": {
"test": "tape-es ./test/enhance.test.mjs | tap-arc"
"test": "tape ./test/enhance.test.mjs | tap-arc"
},
"keywords": [],
"author": "kj <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"tap-arc": "^1.2.2",
"tape-es": "^1.2.17"
"tape": "^5.7.5",
"tap-arc": "^1.2.2"
},
"dependencies": {
"@begin/parse5": "^0.0.4",
Expand Down

0 comments on commit 680063c

Please sign in to comment.