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 f6e7d56 commit 7c294db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.38.2

- Fix dependencies.

## 0.38.1

- Update dependencies.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"NOTICE",
"LICENSE"
],
"dependencies": {
"spica": "0.0.761"
},
"devDependencies": {
"@types/mocha": "10.0.3",
"@types/power-assert": "1.5.10",
Expand All @@ -54,7 +57,6 @@
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.6",
"semver": "^7.5.4",
"spica": "0.0.761",
"ts-loader": "^9.5.0",
"typescript": "5.2.2",
"webpack": "^5.89.0",
Expand Down

0 comments on commit 7c294db

Please sign in to comment.