Skip to content

Commit

Permalink
chore(deno): migrate dependencies from package.json to deno.json
Browse files Browse the repository at this point in the history
Moved devDependencies from package.json to deno.json and adjusted lockfile accordingly. This improves alignment with Deno's ecosystem and simplifies configuration by consolidating dependency management.

Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed Jan 28, 2025
1 parent 6706605 commit 3a6d198
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .changeset/real-colts-watch.md

This file was deleted.

9 changes: 9 additions & 0 deletions .changeset/real-masks-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@suddenly-giovanni/schema-resume": patch
"@suddenly-giovanni/resume": patch
---

# Fix JSR package scopes

- rename `@suddenlygiovanni/schema-resume` to `@suddenly-giovanni/schema-resume`
- rename `@suddenlygiovanni/resume` to `@suddenly-giovanni/resume`
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,11 @@
"description": "The version command takes changesets that have been made and updates versions and dependencies of packages, as well as writing changelogs. It is responsible for all file changes to versions before publishing to npm."
},
"test:all": "vitest"
},
"imports": {
"@changesets/cli": "npm:@changesets/cli@2.27.12",
"@types/node": "npm:@types/node@22.10.10",
"@vitest/coverage-istanbul": "npm:@vitest/coverage-istanbul@3.0.4",
"vitest": "npm:vitest@3.0.4"
}
}
14 changes: 6 additions & 8 deletions deno.lock

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

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"private": true,
"devDependencies": {
"@changesets/cli": "2.27.12",
"@types/node": "22.10.10",
"@vitest/coverage-istanbul": "3.0.4",
"vitest": "3.0.4"
},
"workspaces": ["./packages/resume", "./packages/schema-resume"]
}

0 comments on commit 3a6d198

Please sign in to comment.