Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 28, 2024
1 parent 8f208f1 commit 77a27a0
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 353 deletions.
3 changes: 1 addition & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "^20.8.3",
"@vitest/ui": "^1.0.1",
"pridepack": "2.5.1",
"pridepack": "2.6.0",
"seroval": "1.0.4",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
Expand All @@ -24,7 +24,6 @@
"prepublishOnly": "pridepack clean && pridepack build",
"build": "pridepack build",
"type-check": "pridepack check",
"lint": "pridepack lint",
"clean": "pridepack clean",
"watch": "pridepack watch",
"start": "pridepack start",
Expand Down
3 changes: 1 addition & 2 deletions packages/seroval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "^20.8.3",
"@vitest/ui": "^1.0.1",
"pridepack": "2.5.1",
"pridepack": "2.6.0",
"ts-prune": "^0.10.3",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
Expand All @@ -21,7 +21,6 @@
"prepublishOnly": "pridepack clean && pridepack build",
"build": "pridepack build",
"type-check": "pridepack check",
"lint": "pridepack lint",
"clean": "pridepack clean",
"watch": "pridepack watch",
"start": "pridepack start",
Expand Down
Loading

0 comments on commit 77a27a0

Please sign in to comment.