Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apinet committed Dec 18, 2024
1 parent 61974e2 commit 7e1e81d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-line",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"contributors": [
"Adrien Pinet"
Expand Down Expand Up @@ -41,16 +41,16 @@
"lit-html": "^3.2.1"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/jasmine": "^5.1.5",
"esbuild": "^0.24.0",
"jasmine": "^5.4.0",
"jasmine": "^5.5.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-spec-reporter": "^0.0.36",
"karma-typescript": "^5.5.4",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"type": "module"
}

0 comments on commit 7e1e81d

Please sign in to comment.