Skip to content

Commit

Permalink
Updated dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jul 16, 2024
1 parent b8f9cb4 commit 01cc8a1
Show file tree
Hide file tree
Showing 17 changed files with 842 additions and 345 deletions.
2 changes: 1 addition & 1 deletion esm/channel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ⚠️ AUTOMATICALLY GENERATED - DO NOT CHANGE
export const CHANNEL = '64e10b34-2bf7-4616-9668-f99de5aa046e';
export const CHANNEL = '566fc334-5147-4e86-bb9b-c7d24c13127d';

export const MAIN = 'M' + CHANNEL;
export const THREAD = 'T' + CHANNEL;
1,113 changes: 804 additions & 309 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.45.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"ascjs": "^6.0.3",
"c8": "^9.1.0",
"rollup": "^4.13.0",
"c8": "^10.1.2",
"rollup": "^4.18.1",
"static-handler": "^0.4.3",
"typescript": "^5.4.2",
"uhtml": "^4.4.9"
"typescript": "^5.5.3",
"uhtml": "^4.5.9"
},
"module": "./esm/index.js",
"type": "module",
Expand Down Expand Up @@ -87,6 +87,6 @@
"proxy-target": "^3.0.2"
},
"optionalDependencies": {
"ws": "^8.16.0"
"ws": "^8.18.0"
}
}
4 changes: 4 additions & 0 deletions test-results/.last-run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"status": "passed",
"failedTests": []
}
4 changes: 2 additions & 2 deletions test/dist/es.js

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

2 changes: 1 addition & 1 deletion test/dist/server.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/dist/structured.js

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

Loading

0 comments on commit 01cc8a1

Please sign in to comment.