Skip to content

Commit

Permalink
fix: Missing ts-case-convert error (#65)
Browse files Browse the repository at this point in the history
* fix: Move ts-case-convert from devDependencies to dependencies

* add changeset
  • Loading branch information
tanzaku authored Sep 25, 2024
1 parent 1ac12c4 commit 206a29c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-scissors-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"uroborosql-fmt": patch
---

Fixed "Cannot find module 'ts-case-convert'" error
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@
"download-uroborosql-fmt-napi": "node ./server/download-uroborosql-fmt-napi.mjs",
"dummy-release": "node ./scripts/dummy-publish.mjs"
},
"dependencies": {
"ts-case-convert": "^2.0.7"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
Expand All @@ -255,7 +258,6 @@
"eslint": "^8.50.0",
"mocha": "^10.2.0",
"prettier": "~3.3.0",
"ts-case-convert": "^2.0.7",
"typescript": "^5.2.2",
"undici": "^6.0.0"
}
Expand Down

0 comments on commit 206a29c

Please sign in to comment.