Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew8er committed Oct 31, 2024
1 parent 4901e08 commit 288f3fe
Show file tree
Hide file tree
Showing 9 changed files with 1,734 additions and 993 deletions.
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"test": ""
},
"dependencies": {
"@andrew8er/ortho-core": "workspace:^0.1.0",
"@andrew8er/ortho-node-file": "workspace:^0.1.0",
"jsonc": "^2.0.0"
"@andrew8er/ortho-core": "workspace:*",
"@andrew8er/ortho-node-file": "workspace:*",
"jsonc": "catalog:"
},
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
"del-cli": "catalog:",
"typescript": "catalog:"
},
"files": []
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"type": "module",
"devDependencies": {
"@types/node": "^18.7.18",
"typedoc": "^0.23.16",
"typescript": "^4.8.3",
"vitest": "^0.23.4"
"@types/node": "catalog:",
"typedoc": "^0.26.10",
"typescript": "catalog:",
"vitest": "^2.1.4"
},
"version": "0.0.0"
}
6 changes: 3 additions & 3 deletions packages/ortho-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"prepublish": "pnpm run build"
},
"devDependencies": {
"@types/node": "^18.7.18",
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
"@types/node": "catalog:",
"del-cli": "catalog:",
"typescript": "catalog:"
},
"files": [
"dist/*.js",
Expand Down
11 changes: 5 additions & 6 deletions packages/ortho-format-jsonc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"prepublish": "pnpm run build"
},
"dependencies": {
"@andrew8er/ortho-core": "workspace:^0.1.0",
"@andrew8er/ortho-core": "workspace:*",
"jsonc": "^2.0.0"
},
"devDependencies": {
"@andrew8er/ortho-node-file": "workspace:^0.1.0",
"@types/node": "^18.7.18",
"del-cli": "^5.0.0",
"tools": "workspace:*",
"typescript": "^4.8.3"
"@andrew8er/ortho-node-file": "workspace:*",
"@types/node": "catalog:",
"del-cli": "catalog:",
"typescript": "catalog:"
},
"files": [
"dist/**/*.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/ortho-node-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"prepublish": "pnpm run build"
},
"dependencies": {
"@andrew8er/ortho-core": "workspace:^0.1.0"
"@andrew8er/ortho-core": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.7.18",
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
"@types/node": "catalog:",
"del-cli": "catalog:",
"typescript": "catalog:"
},
"files": [
"dist/*.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/ortho-node-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"prepublish": "pnpm run build"
},
"dependencies": {
"@andrew8er/ortho-core": "workspace:^0.1.0"
"@andrew8er/ortho-core": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.7.18",
"del-cli": "^5.0.0",
"typescript": "^4.8.3"
"@types/node": "catalog:",
"del-cli": "catalog:",
"typescript": "catalog:"
},
"files": [
"dist/*.js",
Expand Down
Loading

0 comments on commit 288f3fe

Please sign in to comment.