Skip to content

Commit 3103b87

Browse files
committed
update deps
1 parent a78a22c commit 3103b87

File tree

3 files changed

+91
-91
lines changed

3 files changed

+91
-91
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If you're web developer and want to assess implementation correctness - this too
4848
### Build requirements
4949

5050
- OS: Linux
51-
- Node: 22.12.0 (LTS)
52-
- [Deno](https://docs.deno.com/runtime/getting_started/installation/) 2.2.8
51+
- Node: 22.14.0 (LTS)
52+
- [Deno](https://docs.deno.com/runtime/getting_started/installation/) 2.2.12
5353

5454
### Build instructions
5555

deno.lock

+83-83
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"type": "module",
33
"devDependencies": {
4-
"@types/chrome": "0.0.313",
4+
"@types/chrome": "0.0.317",
55
"@types/deno": "2.2.0",
6-
"sass": "1.86.3",
7-
"sv": "0.8.0",
8-
"svelte": "5.25.7",
9-
"svelte-check": "4.1.5",
6+
"sass": "1.87.0",
7+
"sv": "0.8.3",
8+
"svelte": "5.28.2",
9+
"svelte-check": "4.1.6",
1010
"typescript": "5.8.3"
1111
},
1212
"dependencies": {
13-
"@noble/hashes": "1.7.1",
13+
"@noble/hashes": "1.8.0",
1414
"jsondiffpatch": "0.7.3"
1515
}
1616
}

0 commit comments

Comments
 (0)