Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Nov 6, 2023
1 parent 96d45e2 commit 919bddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.280.8

- Fix dependencies.

## 0.280.7

- Refactoring.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -27,6 +27,9 @@
"NOTICE",
"LICENSE"
],
"dependencies": {
"spica": "0.0.761"
},
"devDependencies": {
"@types/dompurify": "3.0.4",
"@types/jquery": "3.5.26",
Expand All @@ -51,7 +54,6 @@
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.6",
"semver": "^7.5.4",
"spica": "0.0.761",
"ts-loader": "^9.5.0",
"typed-dom": "0.0.348",
"typescript": "5.2.2",
Expand Down

0 comments on commit 919bddc

Please sign in to comment.