Skip to content

Commit

Permalink
untangle deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Aug 9, 2023
1 parent a3dd644 commit b8e85f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/giant-poems-relax.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@nornir/core": patch
"@nornir/core": minor
---

add originator tag to nornir class
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A nornir library",
"version": "1.2.0",
"dependencies": {
"@nornir/core": "workspace",
"@nornir/core": "workspace:^",
"@nrfcloud/ts-json-schema-transformer": "^1.2.3",
"@types/aws-lambda": "^8.10.115",
"ajv": "^8.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Sandbox test library for Nornir",
"version": "1.0.0",
"dependencies": {
"@nornir/core": "workspace",
"@nornir/rest": "workspace"
"@nornir/core": "workspace:^",
"@nornir/rest": "workspace:^"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit b8e85f8

Please sign in to comment.